Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
3a0175382aff74f6bbdb4cba5b649b7cfb18953e
3a01753
[DAGCombiner] reduce code duplication with local variables; NFCI
by Sanjay Patel
· 8 years ago
da55f9c
Add a similar test for tailcall optimization as in r270287 for aarch64.
by Eric Christopher
· 8 years ago
aba00ee
LTO: Replace InputFile::Symbol::getFlags() with predicate accessors. NFC.
by Peter Collingbourne
· 8 years ago
bdb8cec
[DAG] fix formatting; NFC
by Sanjay Patel
· 8 years ago
8cc66a6
[DAGCombiner] remove redundant conditions and duplicated code; NFCI
by Sanjay Patel
· 8 years ago
e42e44c
[AMDGPU] Boost unroll threshold for loops reading local memory
by Stanislav Mekhanoshin
· 8 years ago
7a9c514
[AMDGPU] Fix recorded region boundaries in max-occupancy scheduler
by Stanislav Mekhanoshin
· 8 years ago
f54b836
[DAGCombiner] rename variables in foldAndOfSetCCs for easier reading; NFCI
by Sanjay Patel
· 8 years ago
c9e0a0d
[X86][MMX] Match MMX fp_to_sint conversions from XMM registers
by Simon Pilgrim
· 8 years ago
98ede9e
Fix crashing on TargetCustom PseudoSourceValues
by Matt Arsenault
· 8 years ago
3812900
[DAGCombiner] clean up foldAndOfSetCCs; NFCI
by Sanjay Patel
· 8 years ago
5c57c11
[IR] Add AllowContract to FastMathFlags
by Adam Nemet
· 8 years ago
d707b92
[DAGCombiner] add helper function for and-of-setcc folds; NFC
by Sanjay Patel
· 8 years ago
e4c5b69
Add support for -fno-builtin to LTO and ThinLTO to libLTO
by Mehdi Amini
· 8 years ago
88f7810
[AMDGPU] Split -amdgpu-early-inline-all option
by Stanislav Mekhanoshin
· 8 years ago
e26bd3af
[x86] use VPMOVMSK to replace memcmp libcalls for 32-byte equality
by Sanjay Patel
· 8 years ago
13bfce6
Revert "Dont emit Mapping symbols for sections that contain only data."
by Weiming Zhao
· 8 years ago
f92edff
[SDAG] Deal with deleted node in PromoteIntShiftOp
by Nirav Dave
· 8 years ago
0a6c80a
Add reproducer test for pr32449. NFC.
by Zvi Rackover
· 8 years ago
a4ee850
[X86][AVX2] Add support for combining v16i16 shuffles to VPBLENDW
by Simon Pilgrim
· 8 years ago
ee18eb9
[AVX-512] Fix accidental uses of AH/BH/CH/DH after copies to/from mask registers
by Craig Topper
· 8 years ago
3409abe
[x86] add separate check prefix for SSE; NFC
by Sanjay Patel
· 8 years ago
1a36c64
[X86][SSE] Refactored shuffle BLEND combining to make future 16i16 support easier. NFCI.
by Simon Pilgrim
· 8 years ago
227a06d
[SDAG] Avoid deleted SDNodes PromoteIntBinOp
by Nirav Dave
· 8 years ago
5dc2b58
[SDAG] Fix Stale SDNode usage in visitAND
by Nirav Dave
· 8 years ago
e43ad9f
[x86] add AVX2 run to show 256-bit opportunity; NFC
by Sanjay Patel
· 8 years ago
c47b59c
Fix signed/unsigned comparison warning
by Simon Pilgrim
· 8 years ago
e698712
[SDAG] Minor cleanup of variable usage. NFC.
by Nirav Dave
· 8 years ago
3d39cb0
[X86][SSE] Begin merging vector shuffle to BLEND for lowering and combining.
by Simon Pilgrim
· 8 years ago
3781220
Wdocumentation fix
by Simon Pilgrim
· 8 years ago
f67785e
[X86][SSE] Set second operand to undef instead of first operand in unary shuffle combines.
by Simon Pilgrim
· 8 years ago
eb81f2b
Strip trailing whitespace
by Simon Pilgrim
· 8 years ago
c05e814
[AArch64] [Assembler] option to disable negative immediate conversions
by Sanne Wouda
· 8 years ago
7a3b1c2
[GlobalISel][X86] support G_FRAME_INDEX instruction selection.
by Igor Breger
· 8 years ago
90db4d6
[InstCombine] For select rule, use positive check of constant int for select operand. NFCI
by Anna Thomas
· 8 years ago
495d206
rename instcombine test file. NFC
by Anna Thomas
· 8 years ago
072955e
[AMDGPU] Update SI scheduler colorHighLatenciesGroups
by Valery Pykhtin
· 8 years ago
3a50eea
Dont emit Mapping symbols for sections that contain only data.
by Weiming Zhao
· 8 years ago
cc9aca6
[APInt] Reformat tc functions to put opening curly braces on the end of the previous line. NFC
by Craig Topper
· 8 years ago
b68e2b6
[APInt] Remove an anonymous namespace around static functions. NFC
by Craig Topper
· 8 years ago
a77792d
[APInt] Combine variable declaration and initialization where possible in the tc functions. NFCI
by Craig Topper
· 8 years ago
0bdb158
[APInt] Use 'unsigned' instead of 'unsigned int' in the interface to the APInt tc functions. This is more consistent with the rest of the codebase. NFC
by Craig Topper
· 8 years ago
217a569
MachineScheduler/ScheduleDAG: Add support for GetSubGraph
by Valery Pykhtin
· 8 years ago
c0fa0b7
CodeGen : Check LLVM_ENABLE_DUMP definition for dumpMachineInstrRangeWithSlotIndex.
by Junmo Park
· 8 years ago
38ca8aa
[APInt] Move the single word cases of the bitwise operators inline.
by Craig Topper
· 8 years ago
af689e8
Revert "[asan] Delay creation of asan ctor."
by Alex Shlyapnikov
· 8 years ago
3c1e414
Revert "[asan] Put ctor/dtor in comdat."
by Alex Shlyapnikov
· 8 years ago
617b050
Remove an oddly unnecessary temporary.
by Eric Christopher
· 8 years ago
92ef0d2
[ARM] Mark falky test unsupported until we find the cause
by Renato Golin
· 8 years ago
26cbef5
[libfuzzer] Remove XFAIL for OutOfMemory test.
by Juergen Ributzka
· 8 years ago
4765229
Improve machine schedulers for in-order processors
by Javed Absar
· 8 years ago
3903b47
Add the error handling for Mach-O dyld compact lazy bind, weak bind and
by Kevin Enderby
· 8 years ago
fcdf36f
[LV] Transform truncations of non-primary induction variables
by Matthew Simpson
· 8 years ago
28ec1cc
[APInt] Move operator=(uint64_t) inline as its pretty simple and is often used with small constants that the compiler can optimize.
by Craig Topper
· 8 years ago
daa7fe4
[TableGen] Print #nnn as a name of an non-native reg unit with id nnn
by Krzysztof Parzyszek
· 8 years ago
bc04e5d
[AMDGPU] SISched: Detect dependency types between blocks
by Valery Pykhtin
· 8 years ago
fa92ec8
[Support] Avoid concurrency hazard in signal handler registration
by Bruno Cardoso Lopes
· 8 years ago
0532ee9
[APInt] Move operator&=(uint64_t) inline and use memset to clear the upper words.
by Craig Topper
· 8 years ago
c53cf7e
[GlobalISel][AArch64] Extract a variable out of an NDEBUG block. NFC.
by Ahmed Bougacha
· 8 years ago
31355ac
[APInt] Use memset in setAllBits.
by Craig Topper
· 8 years ago
91a21c4
Remove redundant check for nullptr.
by Adrian Prantl
· 8 years ago
573d120
Remove unneccessary virtual destructor from DwarfExpression.
by Adrian Prantl
· 8 years ago
97874bd
[GlobalISel][AArch64] Fold FI into LDR/STR ui addressing mode.
by Ahmed Bougacha
· 8 years ago
db6b71b
[GlobalISel][AArch64] Fold G_GEP into LDR/STR ui addressing mode.
by Ahmed Bougacha
· 8 years ago
3d5ea4c
[GlobalISel][AArch64] Select store of zero to WZR/XZR.
by Ahmed Bougacha
· 8 years ago
96f1d45
[AMDGPU] SISched: Update colorEndsAccordingToDependencies
by Valery Pykhtin
· 8 years ago
82ba8a6
[APInt] Move the >64 bit case for flipAllBits out of line.
by Craig Topper
· 8 years ago
2a867a8
[AMDGPU] Fix SI scheduler LiveOut Refcount issue
by Valery Pykhtin
· 8 years ago
2597299
[GlobalISel][AArch64] Select CBZ.
by Ahmed Bougacha
· 8 years ago
fb6a2d6
[GlobalISel] Add a 'getConstantVRegVal' helper.
by Ahmed Bougacha
· 8 years ago
460b732
[GlobalISel][AArch64] Use proper constant types in test. NFC.
by Ahmed Bougacha
· 8 years ago
cb5431a
[AMDGPU][MC] Fix for Bug 28207 + LIT tests
by Dmitry Preobrazhensky
· 8 years ago
c7506ed
[AArch64] Mark mrs of TPIDR_EL0 (thread pointer) as not having side effects.
by Chad Rosier
· 8 years ago
ab3be33
[AMDGPU] Get address space mapping by target triple environment
by Yaxun Liu
· 8 years ago
e8b81e0
[InstCombine] Avoid incorrect folding of select into phi nodes when incoming element is a vector type
by Anna Thomas
· 8 years ago
df544d6
Correct OptionCategoryCompare() in the command line library.
by Daniel Sanders
· 8 years ago
d5d8607
[tablegen] Use categories on options that only matter to one emitter.
by Daniel Sanders
· 8 years ago
acec6ed
ADT: Add range helpers for pointer_ and pointee_iterator
by Justin Bogner
· 8 years ago
cd2a3f9
[X86][AVX2] bugzilla bug 21281 Performance regression in vector interleave in AVX2
by Gadi Haber
· 8 years ago
f6c7abb
[TableGen] Make CodeGenMapTable understand the namespace field of an instruction
by Karl-Johan Karlsson
· 8 years ago
306a7df
[IR] Implement pairs of non-const and const methods using the const version instead of the non-const version. NFCI
by Craig Topper
· 8 years ago
4f2f5a3
[IR] Share implementation for pairs of const and non-const methods using const_cast. NFCI
by Craig Topper
· 8 years ago
170b761
[IR] Share implementation of pairs of const and non-const methods in BasicBlock using the const version instead of the non-const version
by Craig Topper
· 8 years ago
8a88c23
[IR] Make Instruction::isAssociative method inline. Add LLVM_READONLY to the static version.
by Craig Topper
· 8 years ago
6a175e4
[Target] Remove some code probably copy/pasted from another backend.
by Davide Italiano
· 8 years ago
df70a93
[MachineScheduler] Reference the correct header.
by Davide Italiano
· 8 years ago
f8ac651
Fix typo in comment; NFC
by Sanjoy Das
· 8 years ago
4e72658
Fix signed/unsigned comparison warnings.
by Simon Pilgrim
· 8 years ago
87a993d
[llvm-readobj] Prefer ILT to IAT for reading COFF imports
by Shoaib Meenai
· 8 years ago
9f6d8ac
[LoopUnroll] Remap references in peeled iteration
by Serge Pavlov
· 8 years ago
c068dfa
[IR] Switch to more normal template parameter names ending in `T`
by Chandler Carruth
· 8 years ago
00c788d
Fix signed/unsigned comparison warnings.
by Simon Pilgrim
· 8 years ago
1dc69d0
[X86][SSE] Add computeKnownBitsForTargetNode support for (V)PSLL/(V)PSRL instructions
by Simon Pilgrim
· 8 years ago
acbed12
[X86][AVX512F] Fix reg class for VMOVSSZrr/VMOVSSZrrk and VMOVSDZrr/VMOVSDZrrk
by Simon Pilgrim
· 8 years ago
29226b4
Fix MSVC signed/unsigned comparison warnings.
by Simon Pilgrim
· 8 years ago
356599a
Regenerate test
by Simon Pilgrim
· 8 years ago
a67830b
Regenerate test
by Simon Pilgrim
· 8 years ago
9d6e3e4
Regenerate tests to remove duplicated checks
by Simon Pilgrim
· 8 years ago
7733e74
[GlobalISel][X86] support G_FRAME_INDEX instruction selection.
by Igor Breger
· 8 years ago
3d72b70
Split the SimplifyCFG pass into two variants.
by Joerg Sonnenberger
· 8 years ago
Next »