Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
926f5fc7c946a599e9403480e38103f7b40f439c
926f5fc
Object: Add ELF types to ELFType.
by Rui Ueyama
· 9 years ago
b489144
Imporove load to store => memcpy
by Amaury Sechet
· 9 years ago
c02ad86
Re-add ConstantFoldInstOperands form taking opcode and return type.
by Manuel Jacob
· 9 years ago
ab6fe18
Remove code added for debugging purposes. NFC.
by Easwaran Raman
· 9 years ago
3479006
llvm-shlib: Remove the option to override __cxa_atexit
by Justin Bogner
· 9 years ago
07a4ec0
llvm-config: fix --libs on Linux
by Reid Kleckner
· 9 years ago
ce1afcc
Factor out MachineBlockPlacement::fillWorkLists. NFC
by Amaury Sechet
· 9 years ago
c37b055
Revert "[ThinLTO] Renaming of function index to module summary index (NFC)"
by Teresa Johnson
· 9 years ago
256128f
[ThinLTO] Renaming of function index to module summary index (NFC)
by Teresa Johnson
· 9 years ago
b74d11b
[JITEventListener] Fix some -Wundef warnings
by Keno Fischer
· 9 years ago
bb45843
Revert "Turn LoopLoadElimination on again"
by Adam Nemet
· 9 years ago
01403f9
allow branch weight metadata on select instructions (PR26636)
by Sanjay Patel
· 9 years ago
dd68c9c
[attrs] Handle convergent CallSites.
by Justin Lebar
· 9 years ago
0e344de
[docs] "Straightforward" is one word.
by Justin Lebar
· 9 years ago
d63dbd5
[docs] Fix typo in docs/CodeGenerator.rst.
by Justin Lebar
· 9 years ago
9d38180
[SystemZ] Add missing isBranch flags to certain instruction
by Ulrich Weigand
· 9 years ago
6c66993
[SLPVectorizer] Fix dependency list
by Keno Fischer
· 9 years ago
0150ff7
Reverting r263474; it turns out there are uses of the public interface, but MSVC wasn't caring about them.
by Aaron Ballman
· 9 years ago
765ea87
The file header of TrailingObjects.h suggests that TrailingObjects be inherited privately because the public APIs it exposes are not meant as part of the interface. There's no functional change because nothing currently relied on these being inherited publicly.
by Aaron Ballman
· 9 years ago
753ff05
Turn LoopLoadElimination on again
by Adam Nemet
· 9 years ago
0fb6693
[AliasSetTracker] Do not strip pointer casts when processing MemSetInst
by Michael Kuperstein
· 9 years ago
c96c022
[AArch64] Refactor AArch64FrameLowering::emitPrologue. NFC.
by Chad Rosier
· 9 years ago
058d8f8
[SpillPlacement] Fix a quadratic behavior in spill placement.
by Quentin Colombet
· 9 years ago
4005bce
[AArch64] Break the dependency between FP and SP when possible.
by Chad Rosier
· 9 years ago
b7448a0
[ADT] Add a pop_back_val method to the SparseSet container.
by Quentin Colombet
· 9 years ago
6496724
[Mips] Fix -Wunused-private-field warning after r263444.
by Chad Rosier
· 9 years ago
9d31cd8
[DAG] use !isUndef() ; NFCI
by Sanjay Patel
· 9 years ago
3e87fcf
[DAG] use isUndef() ; NFCI
by Sanjay Patel
· 9 years ago
f532467
AMDGPU/SI: Handle wait states required for DPP instructions
by Tom Stellard
· 9 years ago
d26914d
[x86, AVX] replace masked load with full vector load when possible
by Sanjay Patel
· 9 years ago
eacb2ec
[mips] MIPS32R6 compact branch support
by Daniel Sanders
· 9 years ago
01d3696
AMDGPU/SI: Incomplete shader binaries need to finish execution at the end
by Marek Olsak
· 9 years ago
555e806
AMDGPU: mark llvm.amdgcn.image.atomic.* as a source of divergence
by Nicolai Haehnle
· 9 years ago
5fd81f7
[mips] Use range-based for loops. NFC.
by Vasileios Kalintiris
· 9 years ago
d51b36e
Revert "Recommitted r261633 "Supporting all entities declared in lexical scope in LLVM debug info." After fixing PR26715 at r263379."
by Benjamin Kramer
· 9 years ago
55474c1
[SystemZ] Avoid LER on z13 due to partial register dependencies
by Ulrich Weigand
· 9 years ago
534f178
[CVP] Replace nonnegative with positive, per Philip's request. NFC.
by Chad Rosier
· 9 years ago
a4bfc57
[mips] Fix an issue with long double when function roundl is defined
by Zlatko Buljan
· 9 years ago
9efb475
[mips] Range check uimm16_64
by Daniel Sanders
· 9 years ago
13126c3
Recommitted r261633 "Supporting all entities declared in lexical scope in LLVM debug info."
by Amjad Aboud
· 9 years ago
44895fd
[mips] Simplify ordering of range checked immediate classes.
by Daniel Sanders
· 9 years ago
29ba74a
[AMDGPU] Assembler: SOP* instruction fixes
by Nikolay Haustov
· 9 years ago
e0dc26d
[mips] Range check uimm6_lsl2.
by Daniel Sanders
· 9 years ago
5015b20
Try to fix build of WebAssemblyRegStackify.cpp on Windows
by Hans Wennborg
· 9 years ago
aecc6a2
AVX512: icmp operation should be always lowered to CMPM (AVX-512) instruction on SKX.
by Igor Breger
· 9 years ago
97a43f6
[AMDGPU] AsmParser: Factor out parseRegister. NFC.
by Valery Pykhtin
· 9 years ago
a3a17e4
[AMDGPU] AsmParser: refactor post push_back vector access. NFC.
by Valery Pykhtin
· 9 years ago
699e699
[CodeView] Consistently handle overly large symbol names
by David Majnemer
· 9 years ago
9a6b5b7
[AMDGPU] AsmParser: remove redundant isReg checks. NFC.
by Valery Pykhtin
· 9 years ago
cf71fe4
[CVP] Convert an SDiv to a UDiv if both operands are known to be nonnegative
by Haicheng Wu
· 9 years ago
41d70eb
Add facility to add/remove/check attribute on function and arguments.
by Amaury Sechet
· 9 years ago
001e189
[MCSchedule] Remove comments about MinLatency. NFC
by Junmo Park
· 9 years ago
3825895
[X86][XOP] Added target shuffle combine tests for XOP's VPPERM 2-op shuffle
by Simon Pilgrim
· 9 years ago
e7546ca
Remove some unused variables
by David Blaikie
· 9 years ago
f1f0a1f
Remove PreserveNames template parameter from IRBuilder
by Mehdi Amini
· 9 years ago
75aa6fa
[X86][SSE] Added truncated vector arithmetic tests.
by Simon Pilgrim
· 9 years ago
b419ca4
[X86][SSE41] Avoid variable blend for constant v8i16 shifts
by Simon Pilgrim
· 10 years ago
031194d
Fixed DIBuilder to verify that same imported entity will not be added twice to the "imports" list of the DICompileUnit.
by Amjad Aboud
· 10 years ago
a80c0ed
[CodeView] Truncate display names
by David Majnemer
· 10 years ago
3aae575
[Bitcode] Make writeComdats less strange
by David Majnemer
· 10 years ago
b704b7a
ConstantFoldInstruction: avoid wasted calls to ConstantFoldConstantExpression
by Fiona Glaser
· 10 years ago
cdca535
Fix build
by Matt Arsenault
· 10 years ago
499f78c
APFloat: Fix ilogb for denormals
by Matt Arsenault
· 10 years ago
2ef9469
APFloat: Fix scalbn handling of denormals
by Matt Arsenault
· 10 years ago
1f9d59b
Define IsRela static const member to Elf_Rel type.
by Rui Ueyama
· 10 years ago
db96b37
[X86] Remove many operands that represent memory stores from outs to ins. These operands are the registers and immediates that specify the memory address not the memory itself thus they are inputs.
by Craig Topper
· 10 years ago
fdae897
Add echo test for constant data arrays in the LLVM C API
by Amaury Sechet
· 10 years ago
439cd32
Use templated version of unwrap instead of cats in the Core.cpp. NFC
by Amaury Sechet
· 10 years ago
cd077cc
Move LLVMConstStructInContext so that declarationa nd definition order match. NFC
by Amaury Sechet
· 10 years ago
8f4f26c
update test to use FileCheck
by Sanjay Patel
· 10 years ago
134f330
fix documentation comments; NFC
by Sanjay Patel
· 10 years ago
87a52d4
fix documentation comments; NFC
by Sanjay Patel
· 10 years ago
34d4afa
remove unnecessary cast; NFC
by Sanjay Patel
· 10 years ago
52c5885
fix formatting; NFC
by Sanjay Patel
· 10 years ago
a5b740a
use range loops; NFCI
by Sanjay Patel
· 10 years ago
b1ec9c2
[x86, InstCombine] delete x86 SSE2 masked store with zero mask
by Sanjay Patel
· 10 years ago
6f20310
Fix for PR 26378
by Nemanja Ivanovic
· 10 years ago
8335dde
Use default destructor and remove unnecessary virtual destructor
by Teresa Johnson
· 10 years ago
258d1e6
[libFuzzer] refresh docs more
by Kostya Serebryany
· 10 years ago
b3dcade
[libFuzzer] refresh docs more
by Kostya Serebryany
· 10 years ago
4b45ff1
[libFuzzer] refresh docs more
by Kostya Serebryany
· 10 years ago
cdb6339
[lit] Hack lit to allow a test suite to request that it is run "early".
by Chandler Carruth
· 10 years ago
409f59e
[libFuzzer] refresh docs
by Kostya Serebryany
· 10 years ago
4f234e7
Make gc relocates more strongly typed; NFC
by Sanjoy Das
· 10 years ago
f02ed55
[X86] Make sure we do not clobber RBX with cmpxchg when used as a base pointer.
by Quentin Colombet
· 10 years ago
b30f326
[libFuzzer] try to use max_len based on the items of the corpus instead of blindly defaulting to 64 bytes.
by Kostya Serebryany
· 10 years ago
3529ae0
Temporarily revert:
by Eric Christopher
· 10 years ago
aac2611
Add Lanai.def to the module map.
by Eric Christopher
· 10 years ago
150be6b
[LoopUnroll] Convert some existing tests to unit-tests.
by Michael Zolotukhin
· 10 years ago
192d305
Fix a memory leak due to missing virtual destructors
by Teresa Johnson
· 10 years ago
0ba30ee
Updating source languages entry in FAQ.
by Wilfred Hughes
· 10 years ago
053b5e9
Fix the docs I broke
by Chris Matthews
· 10 years ago
b18a07c
[sancov] using md5 for anchors in attempt to reduce file size.
by Mike Aizatsky
· 10 years ago
e9983cf
Don't crash sancov if file is unreadable.
by Mike Aizatsky
· 10 years ago
41cfc0b
Extend test-suite docs to describe how to run test-suite with cmake+lit
by Chris Matthews
· 10 years ago
194378d
Minor cleanup and documentation to IRMover (NFC)
by Mehdi Amini
· 10 years ago
ddeaf23
[X86][SSE] Simplify vector LOAD + EXTEND on pre-SSE41 hardware
by Simon Pilgrim
· 10 years ago
cdae7a5
[AArch64] Don't blindly lower f16/f128 FCCMPs.
by Ahmed Bougacha
· 10 years ago
632e48c
Initialize CalleeInfo to fix bot after r263275
by Teresa Johnson
· 10 years ago
ddeff4c
Define NT_GNU_BUILD_ID constant.
by Rui Ueyama
· 10 years ago
Next »