Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
c5d0c88a98ffa1050819b274c8a64d31d1882c00
c5d0c88
[SPARC] Support 'f' and 'e' inline asm constraints.
by James Y Knight
· 8 years ago
0ee4a48
[x86] add tests for potential vector narrowing optimization (PR32790)
by Sanjay Patel
· 8 years ago
aec267d
[LoopUnroll] Fix a test. REQUIRE should be REQUIRES.
by Davide Italiano
· 8 years ago
343d3f3
[NewGVN] Improve debug output a bit. NFCI.
by Davide Italiano
· 8 years ago
f50e228
[DAGCombine] Use SelectionDAG::getAnyExtOrTrunc helper. NFCI.
by Simon Pilgrim
· 8 years ago
6b14cfa
[NewGVN] Format an assertion and fix a typo. NFCI.
by Davide Italiano
· 8 years ago
de15f17
[NewGVN] Don't incorrectly reset the memory leader.
by Davide Italiano
· 8 years ago
36dcf13
[DAGCombine] Use SelectionDAG::getZExtOrTrunc helper. NFCI.
by Simon Pilgrim
· 8 years ago
43d171f
Use SDValue::getOperand() helper. NFCI.
by Simon Pilgrim
· 8 years ago
cb603d4
Use SDValue::getOperand() helper. NFCI.
by Simon Pilgrim
· 8 years ago
6920a45
[AVR] Migrate to new StructType::get owing to Supress all uses of LLVM_END_WITH_NULL
by Leslie Zhai
· 8 years ago
0a65c23
[BPI] Ignore remainder while distributing the remaining probability from unreachanble
by Serguei Katkov
· 8 years ago
2dfa410
[APInt] Fix a case where udivrem might delete and create a new allocation instead of reusing the original.
by Craig Topper
· 8 years ago
b62f430
[Support/Compiler.h] - Use gnu::fallthrough for LLVM_FALLTHROUGH when available.
by George Rimar
· 8 years ago
668e541
Handle a COPY with undef source operand in LowerCopy()
by Jonas Paulsson
· 8 years ago
e43c10d
[IfConversion] Keep the CFG updated incrementally in IfConvertTriangle
by Mikael Holmen
· 8 years ago
1dfa6e7
[PM/Unswitch] Teach the new simple loop unswitch to handle loop
by Chandler Carruth
· 8 years ago
34adcf1
[APInt] Add a utility method to change the bit width and storage size of an APInt.
by Craig Topper
· 8 years ago
054c35d
DWARF: Avoid cross-CU references under Fission
by David Blaikie
· 8 years ago
022fc8e
[XRay][lib] Support and temporarily skip over CustomEvent records
by Dean Michael Berris
· 8 years ago
4dc3e3a
[git-llvm] Fix svn:eol-style issue for one-file patches
by Reid Kleckner
· 8 years ago
517aac8
CallGraph: Remove almost-unused field 'Root'.
by Peter Collingbourne
· 8 years ago
e26e940
Change sample profile writer to make it deterministic.
by Dehao Chen
· 8 years ago
7b29966
Restrict call metadata based hotness detection to Sample PGO mode
by Teresa Johnson
· 8 years ago
c627bff
Issue diagnostics when returning FP values on x86_64 without SSE1/2
by Reid Kleckner
· 8 years ago
d3fe603
[PPC] Change the register constraint of the first source operand of instruction mtvsrdd to g8rc_nox0
by Guozhi Wei
· 8 years ago
164adda
[GISel]: Remove unused lambda captures. NFC
by Aditya Nandakumar
· 8 years ago
d70d2ba
Decrease inlinecold-threshold to 45
by Easwaran Raman
· 8 years ago
cbc4dcf
De-virtualize TerminatorInst successor accessors
by Reid Kleckner
· 8 years ago
c130a20
De-virtualize GlobalValue
by Reid Kleckner
· 8 years ago
2d534b8
[AArch64][MachineCombine] Fold FNMUL+FSUB -> FNMADD.
by Chad Rosier
· 8 years ago
26ea63b
[AMDGPU] Placate unused variable warning in release builds.
by Davide Italiano
· 8 years ago
29165da
[MSP430] Generate EABI-compliant libcalls
by Vadzim Dambrouski
· 8 years ago
ded71be
[LiveVariables] Switch Kill/Defs sets to be DenseSet(s).
by Davide Italiano
· 8 years ago
483eed9
[APInt] Remove an APInt copy from the return of APInt::multiplicativeInverse.
by Craig Topper
· 8 years ago
3daa11c
[APInt] Fix typo in comment. NFC
by Craig Topper
· 8 years ago
9f4e5a0
AMDGPU: Remove tfe bit from flat instruction definitions
by Matt Arsenault
· 8 years ago
2bbb56f
AMDGPU: Pull fneg out of extract_vector_elt
by Matt Arsenault
· 8 years ago
87fd46a
[AMDGPU] Fix incorrect register pressure calculation
by Stanislav Mekhanoshin
· 8 years ago
65ad27f
[SLP] Emit optimization remarks
by Adam Nemet
· 8 years ago
0470a16
[PowerPC] Eliminate integer compare instructions - vol. 1
by Nemanja Ivanovic
· 8 years ago
44303fa
[DAGCombine] Use SelectionDAG::getAnyExtOrTrunc helper. NFCI.
by Simon Pilgrim
· 8 years ago
21a6645
Fix -DLLVM_ENABLE_THREADS=OFF build after r302748
by Hans Wennborg
· 8 years ago
9a01b51
[X86][AVX] Added zeroall/zeroupper scheduler tests
by Simon Pilgrim
· 8 years ago
63e43bc
Modules: fix modules build.
by Tim Northover
· 8 years ago
a8ddcaa
[IR] Allow attributes with global variables
by Javed Absar
· 8 years ago
9651b57
[GlobalISel][X86] Remove hand-written G_FADD/F_SUB selection.
by Igor Breger
· 8 years ago
059f03a
[X86] Moving X86Local namespace from .cpp to .h file to use it in memory folding TableGen backend.
by Ayman Musa
· 8 years ago
7a3330e
[LV] Refactor ILV.vectorize{Loop}() by introducing LVP.executePlan(); NFC
by Ayal Zaks
· 8 years ago
a0d7719
[msan] Fix PR32842
by Alexander Potapenko
· 8 years ago
c4b3565
[x86] Fix a failure to select with AVX-512 when the type legalizer
by Chandler Carruth
· 8 years ago
7d572e5
Strip trailing whitespace. NFCI.
by Simon Pilgrim
· 8 years ago
c978c0f
[ARM][GlobalISel] Legalize narrow scalar ops by widening
by Diana Picus
· 8 years ago
cee7471
Remove spurious cast of nullptr. NFC.
by Serge Guelton
· 8 years ago
fd3c187
Remove now useless trailing nullptr in StructType::get
by Serge Guelton
· 8 years ago
62bc4f0
[ARM][GlobalISel] Support for G_ANYEXT
by Diana Picus
· 8 years ago
e637084
[GlobalISel][X86] G_ICMP support.
by Igor Breger
· 8 years ago
5c7bb0a
[APInt] Remove an unneeded extra temporary APInt from toString.
by Craig Topper
· 8 years ago
e743591
[APInt] Use negate() instead of copying an APInt to negate it and then writing back over the original value.
by Craig Topper
· 8 years ago
ada33d7
[SCEV] Reduce possible APInt allocations a bit.
by Craig Topper
· 8 years ago
4f3a92f
[SCEV] Remove unneeded 'using namespace APIntOps'.
by Craig Topper
· 8 years ago
be8fe16
[X86] Move getX86ConditionCode() from X86FastISel.cpp to X86InstrInfo.cpp. NFC
by Igor Breger
· 8 years ago
4638198
SupportTests: Suppress ParallelTests on mingw for now. Investigating.
by NAKAMURA Takumi
· 8 years ago
668926a
Remove redundant initialization. NFC
by Paul Robinson
· 8 years ago
895dd41
Add temporary workaround to allow in-tree libc++ builds on Windows
by Eric Fiselier
· 8 years ago
3e0a9ec
Final (hopefully) fix for the build bots.
by Zachary Turner
· 8 years ago
9525cd9
Try again to fix the buildbots.
by Zachary Turner
· 8 years ago
7c964ef
Fix build errors with Parallel.
by Zachary Turner
· 8 years ago
3c1ec57
[Support] Move Parallel algorithms from LLD to LLVM.
by Zachary Turner
· 8 years ago
0b84d77
[libFuzzer] fix a compiler warning
by Kostya Serebryany
· 8 years ago
538282c
Revert "[SDAG] Relax conditions under stores of loaded values can be merged"
by David L. Jones
· 8 years ago
3358093
[IR] Rollback changes in r302744 which caused buildbots failures.
by Eugene Zelenko
· 8 years ago
dc6cb60
[IR] Fix some Clang-tidy modernize-use-using warnings; other minor fixes (NFC).
by Eugene Zelenko
· 8 years ago
78f7d49
[PHIElimination] Use the same name for DEBUG_TYPE and pass name.
by Davide Italiano
· 8 years ago
3ba25d2
[InstCombine] remove fold that swaps xor/or with constants; NFCI
by Sanjay Patel
· 8 years ago
c112347
AMDGPU: Make some packed shuffles free
by Matt Arsenault
· 8 years ago
0fad9cb
AMDGPU: Add new subtarget features for gfx9 flat instructions
by Matt Arsenault
· 8 years ago
b97a02c
[ConstantRange] Fix the early out in ConstantRange::multiply for positive numbers to really do what the comment says
by Craig Topper
· 8 years ago
d53f653
[APInt] Add negate helper method to implement twos complement. Use it to shorten code.
by Craig Topper
· 8 years ago
3750fee
[NewGVN] Introduce a definesNoMemory() helper and use it.
by Davide Italiano
· 8 years ago
a7aa63a
[SDAG] Relax conditions under stores of loaded values can be merged
by Nirav Dave
· 8 years ago
63eb7ab
Ensure non-null ProfileSummaryInfo passed to ModuleSummaryIndex builder
by Teresa Johnson
· 8 years ago
66571bb
[APInt] Make toString use udivrem instead of calling the divide helper method directly. Do a better job of reusing allocations while looping. NFCI
by Craig Topper
· 8 years ago
439700c
[APInt] Use uint32_t instead of unsigned for the storage type throughout the divide code. Use Lo_32/Hi_32/Make_64 helpers instead of casts and shifts. NFCI
by Craig Topper
· 8 years ago
223d23f
[APInt] Use getRawData to slightly simplify some code.
by Craig Topper
· 8 years ago
b97c98e
[APInt] Remove check for single word since single word was handled earlier in the function. NFC
by Craig Topper
· 8 years ago
21adc2d
[ConstantRange] Add test case showing a case where we pick too large of a range for multiply after r271020.
by Craig Topper
· 8 years ago
8648143
Small refactoring in DAGCombine. NFC
by Amaury Sechet
· 8 years ago
947cc8f
[InstSimplify, InstCombine] move 'or' simplification tests; NFC
by Sanjay Patel
· 8 years ago
22b377c
[X86][SSE] Check vec_set BUILD_VECTOR tests on both 32 and 64-bit targets
by Simon Pilgrim
· 8 years ago
e518f7a
[AArch64][RegisterBankInfo] Change the default mapping of fp stores.
by Quentin Colombet
· 8 years ago
7c631c8
[AArch64] Enable use of reduction intrinsics.
by Amara Emerson
· 8 years ago
2b63eec
[InstCombine] remove redundant tests
by Sanjay Patel
· 8 years ago
be27149
[InstCombine] fix auto-generated FileCheck-captured variable refs
by Sanjay Patel
· 8 years ago
fa879b8
[InstCombine] fix typo in test comment; NFC
by Sanjay Patel
· 8 years ago
81fa691
[SystemZ] Add miscellaneous instructions
by Ulrich Weigand
· 8 years ago
c12fbb0
[SystemZ] Add missing arithmetic instructions
by Ulrich Weigand
· 8 years ago
2436e45
[llvm-readobj] Improve errors on invalid binary
by Sam Clegg
· 8 years ago
102d6ff
chang type from 'int' to 'size_t'. This will fix revision number 302652
by Michael Zuckerman
· 8 years ago
0cf1e1c
[InstCombine] add (ashr (shl i32 X, 31), 31), 1 --> and (not X), 1
by Sanjay Patel
· 8 years ago
Next »