Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
ad7334e66844e39c391f3d89c0b29eba64ab1cfa
ad7334e
[ThinLTO] Add missing breaks when parsing summaries (NFC)
by Teresa Johnson
· 10 years ago
47bc554
[SimplifyCFG] Use a more elegant solution than r261731
by David Majnemer
· 10 years ago
6eb6867
[X86][SSSE3] Added target shuffle combine tests for SSE3/SSSE3 specific shuffles.
by Simon Pilgrim
· 10 years ago
b978edd
remove fixme comment that was fixed with r261750
by Sanjay Patel
· 10 years ago
221d751
[InstCombine] enable optimization of casted vector xor instructions
by Sanjay Patel
· 10 years ago
5331e96
add test to show missing bitcasted vector xor fold
by Sanjay Patel
· 10 years ago
bb22f01
`MSP430InstrInfo::loadRegFromStackSlot` forgets to set register def.
by Anton Korobeynikov
· 10 years ago
a9a0e06
[X86][SSE41] Combine vector blends with zero
by Simon Pilgrim
· 10 years ago
14d8a84
[X86][SSE41] Combine insertion of zero scalars into vector blends with zero
by Simon Pilgrim
· 10 years ago
8d04517
[AMDGPU] Assembler: Simplify handling of optional operands
by Nikolay Haustov
· 10 years ago
ba9f09c
NFC. Move isDereferenceable to Loads.h/cpp
by Artur Pilipenko
· 10 years ago
f5b2749
NFC. Move getAlignment helper function from ValueTracking to Value class.
by Artur Pilipenko
· 10 years ago
f9678d6
[X86][SSE] Fixed vector rotation test name typo
by Simon Pilgrim
· 10 years ago
60afe01
[AMDGPU] fix amd_kernel_code_t bit field position as per spec (added missing reserved fields)
by Nikolay Haustov
· 10 years ago
16e2130
[SimplifyCFG] Do not blindly remove unreachable blocks
by David Majnemer
· 10 years ago
297e838
[CodeView] Describe variables live in x87 registers
by David Majnemer
· 10 years ago
a5a9b4e
[X86][SSE] Don't get target shuffle operands prematurely.
by Simon Pilgrim
· 10 years ago
5aefc67
[LLVM][AVX512][PSHUFHW ][PSHUFLW ] Change imm8 to int
by Michael Zuckerman
· 10 years ago
4eec8d2
AVX512: Add vpmovzxbw/d/q ,vpmovzxw/d/q ,vpmovzxbdq lowering patterns that support 256bit inputs like AVX patterns ( that are disable in case HasVLX , see SS41I_pmovx_avx2_patterns).
by Igor Breger
· 10 years ago
d73fe72
X86: Wrap a helper for an assert in #ifndef NDEBUG
by Justin Bogner
· 10 years ago
8e57f79
AMDGPU: Check cheaper condition before SignBitIsZero
by Matt Arsenault
· 10 years ago
246537b
[InstCombine] refactor visitOr() to use foldCastedBitwiseLogic()
by Sanjay Patel
· 10 years ago
89e03026
[doc] Obtaining help on LLVM's CUDA support.
by Jingyue Wu
· 10 years ago
e5a3819
Revert "[WebAssembly] Stackify code emitted by eliminateFrameIndex"
by Derek Schuff
· 10 years ago
8d4a6af
minimize test and use FileCheck
by Sanjay Patel
· 10 years ago
d2665d5
AArch64: rename compact unwind forms back to UNWIND_ARM64_*. NFC.
by Tim Northover
· 10 years ago
64f8810
[WebAssembly] Stackify code emitted by eliminateFrameIndex
by Derek Schuff
· 10 years ago
1a93812
[CMake] Create an install-distribution target driven by LLVM_DISTRIBUTION_COMPONENTS
by Chris Bieneman
· 10 years ago
401c43d
ARM: fix handling of movw/movt relocations with addend.
by Tim Northover
· 10 years ago
54db557
[AArch64] Generate csinv instruction more often
by Geoff Berry
· 10 years ago
2c17b9c
Fix comment
by Xinliang David Li
· 10 years ago
fab353b
Revert r261633 "Supporting all entities declared in lexical scope in LLVM debug info."
by Hans Wennborg
· 10 years ago
f93279b
[X86ISelLowering] Stop typing the same return over and over and over.
by Davide Italiano
· 10 years ago
c922999
Fix PR25339: ARM Constant Island
by Weiming Zhao
· 10 years ago
c15325e
[WebAssembly] Add TODO comment to revisit red zone size
by Derek Schuff
· 10 years ago
8ff73c1
[WebAssembly] Implement red zone for user stack
by Derek Schuff
· 10 years ago
7126878
[InstCombine] improve readability ; NFCI
by Sanjay Patel
· 10 years ago
e759b51
[WinEH] Don't inline an 'unwinds to caller' cleanupret into funclets which locally unwind
by David Majnemer
· 10 years ago
a10a4f1
[InstCombine] less indenting; NFC
by Sanjay Patel
· 10 years ago
58820d4
[AArch64] Fix fastcc -tailcallopt epilog code generation.
by Geoff Berry
· 10 years ago
8178014
[InstCombine] add helper function to foldCastedBitwiseLogic() ; NFCI
by Sanjay Patel
· 10 years ago
6d92f5b
Silencing a signed vs unsigned mismatch.
by Aaron Ballman
· 10 years ago
6828fd9
[AArch64] Fix comment typo in Cyclone scheduling defs. NFC.
by Chad Rosier
· 10 years ago
8b94b3a
Supporting all entities declared in lexical scope in LLVM debug info.
by Amjad Aboud
· 10 years ago
afd87a0
Remove a space after a trailing backslash.
by Alexander Kornienko
· 10 years ago
887de49
fix the indentation of the example
by Sylvestre Ledru
· 10 years ago
e648c53
[PM] Remove an overly aggressive assert now that I can actually test the
by Chandler Carruth
· 10 years ago
3530d28
[PM] Add a unittest for the CGSCC pass manager in the new pass manager system.
by Chandler Carruth
· 10 years ago
b2eca29
[ARM] fix initialization of PredictableSelectIsExpensive
by Junmo Park
· 10 years ago
0e5677e
[AMDGPU] Fix operands of S_BFE_U64 and S_BFM_B64
by Nikolay Haustov
· 10 years ago
ec0406b
AVX512: Fix predicate of AVX pcmpeqw/b , pcmpgtb/w/d instructions . AVX512 version of this instructions return result in kmask register, so AVX patterns should not be disabled.
by Igor Breger
· 10 years ago
d774692
[WinEH] Visit 'unwind to caller' catchswitches nested in catchswitches
by David Majnemer
· 10 years ago
e5636de
Assert when trying to seek un-seekable raw_fd_ostream.
by Yaron Keren
· 10 years ago
5261d13
Add prefix based function layout when profile is available.
by Dehao Chen
· 10 years ago
5b9b80e
CodeGen: TII: Take MachineInstr& in predicate API, NFC
by Duncan P. N. Exon Smith
· 10 years ago
d6f2969
Revert "Add prefix based function layout when profile is available."
by Duncan P. N. Exon Smith
· 10 years ago
df3c5e0
Follow up for r261597: Add the * to the auto.
by Michael Zolotukhin
· 10 years ago
977fb4c
Follow-up for r261595: use range loop.
by Michael Zolotukhin
· 10 years ago
7da6d8d
[LoopUnroll] Avoid unnecessary DT recomputation.
by Michael Zolotukhin
· 10 years ago
73ba9bf
[PM] Improve the API and comments around the analysis manager proxies.
by Chandler Carruth
· 10 years ago
4a59387
AMDGPU: Add failing testcase for register coalescer
by Matt Arsenault
· 10 years ago
30f366d
More detailed dependence test between volatile and non-volatile accesses
by Krzysztof Parzyszek
· 10 years ago
2be99e4
Include ProfileData as CodeGen's required library.
by Dehao Chen
· 10 years ago
be55cfa
Set function entry count as 0 if sample profile is not found for the function.
by Dehao Chen
· 10 years ago
b23b0ff
[X86] Create mergeable constant pool entries for AVX
by David Majnemer
· 10 years ago
c1ae1f5
Add prefix based function layout when profile is available.
by Dehao Chen
· 10 years ago
c97b667
SelectionDAG: Use correct addrspace when lowering memcpy
by Matt Arsenault
· 10 years ago
718d992
[WebAssembly] Fix writeback of stack pointer with dynamic alloca
by Derek Schuff
· 10 years ago
fddbd94
[LoopDataPrefetch] Make it testable with opt
by Adam Nemet
· 10 years ago
110284e
CodeGen: Bring back MachineBasicBlock::iterator::getInstrIterator()...
by Duncan P. N. Exon Smith
· 10 years ago
0070b26
[LoopUnrolling] Fix a bug introduced in r259869 (PR26688).
by Michael Zolotukhin
· 10 years ago
cd25a02
[X86ISelLowering] Consolidate duplicated code in a single place.
by Davide Italiano
· 10 years ago
e518fdc
AMDGPU: Fix alignments in test
by Matt Arsenault
· 10 years ago
2f65ff6
AMDGPU/R600: Implement allowsMisalignedMemoryAccess
by Matt Arsenault
· 10 years ago
b11315c
[RS4GC] "Constant fold" the rs4gc-split-vector-values flag
by Philip Reames
· 10 years ago
dc0c75d
ARM: sink atomic release barrier as far as possible into cmpxchg.
by Tim Northover
· 10 years ago
20a6252
Revert "CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC"
by Duncan P. N. Exon Smith
· 10 years ago
e1553a6
[WebAssembly] Re-enable the TailDuplicate pass.
by Dan Gohman
· 10 years ago
a40db4f
[RS4GC] Revert optimization attempt due to memory corruption
by Philip Reames
· 10 years ago
4a8755b
WebAssembly: update expected failures
by JF Bastien
· 10 years ago
1b10833
[WebAssembly] Teach address folding to fold bitwise-or nodes.
by Dan Gohman
· 10 years ago
1d53227
[AMDGPU][llvm-mc] Support for 32-bit inline literals
by Tom Stellard
· 10 years ago
52b2fdb
[AMDGPU] [llvm-mc] [VI] Fix encoding of LDS/GDS instructions.
by Tom Stellard
· 10 years ago
58ca760
docs/AMDGPUUsage: Update assembly example
by Tom Stellard
· 10 years ago
0bbc549
Revert "[attrs] Handle convergent CallSites."
by Justin Lebar
· 10 years ago
406b3fe
Revert "[ifcnv] Add comment explaining why it's OK to duplicate convergent MIs in ifcnv."
by Justin Lebar
· 10 years ago
94db889
Fix for PR26690 take 2
by Nemanja Ivanovic
· 10 years ago
4644890
[attrs] Handle convergent CallSites.
by Justin Lebar
· 10 years ago
4485e59
[ifcnv] Add comment explaining why it's OK to duplicate convergent MIs in ifcnv.
by Justin Lebar
· 10 years ago
d1a3737
[ifcnv] Use unique_ptr in IfConversion. NFC
by Justin Lebar
· 10 years ago
6aa1e32
Don't tail-duplicate blocks that contain convergent instructions.
by Justin Lebar
· 10 years ago
125ad6e
[WebAssembly] Properly ignore llvm.dbg.value instructions.
by Dan Gohman
· 10 years ago
e9d736f
[ConstantRange] Rename a method and add more doc
by Sanjoy Das
· 10 years ago
5fa0e4b
[mips] added support for trunc macro
by Zoran Jovanovic
· 10 years ago
485b73c
Revert bad fix for PR26690.
by Nemanja Ivanovic
· 10 years ago
6bf5860
Fix for PR26690
by Nemanja Ivanovic
· 10 years ago
b0ce7c7
Fix some abuse of auto flagged by clang's -Wrange-loop-analysis.
by Benjamin Kramer
· 10 years ago
54e0fe8
AVX512F: Add assembler Intel syntax tests for knl, fix minor bugs.
by Igor Breger
· 10 years ago
2ec70db
AVX512: Fix scalar mem operands.
by Igor Breger
· 10 years ago
8659296
Allow setting MaxRerollIterations above 16 By Ayal Zaks.
by Elena Demikhovsky
· 10 years ago
Next »