Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
0025fa12f87c693d1893867c4d64789d0fc5ed2b
0025fa1
llvm-symbolizer: Support multiple CUs in a single DWO file
by David Blaikie
· 8 years ago
836dd8e
Add functionality to cvtres to parse all entries in res file.
by Eric Beckmann
· 8 years ago
e60d79f9
Fix breakage after r303461
by Matthias Braun
· 8 years ago
204f8c0
[NewGVN] Create a StoreExpression instead of a VariableExpression.
by Davide Italiano
· 8 years ago
2d9c819
[NewGVN] Get rid of an assertion.
by Davide Italiano
· 8 years ago
971abf1
Cosmetic. Added braces to address gcc warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else].
by Galina Kistanova
· 8 years ago
82673ec
Revert "Revert "ThinLTO: Verify bitcode before lauching the ThinLTOCodeGenerator.""
by Adrian Prantl
· 8 years ago
b4067a0
Revert "ThinLTO: Verify bitcode before lauching the ThinLTOCodeGenerator."
by Adrian Prantl
· 8 years ago
708626d
SimplifyLibCalls: Optimize wcslen
by Matthias Braun
· 8 years ago
60ecb7f
Verifier: Check wchar_size module flag.
by Matthias Braun
· 8 years ago
e6f2078
Fix off-by-one bug in AttributeList::addAttributes index handling
by Reid Kleckner
· 8 years ago
e5180ba
Added LLVM_FALLTHROUGH to address gcc warning: this statement may fall through.
by Galina Kistanova
· 8 years ago
794ffc4
[safestack] Disable stack coloring by default.
by Evgeniy Stepanov
· 8 years ago
fc18e2f
Added missing break.
by Galina Kistanova
· 8 years ago
55d8857
NewGVN: Fix PR32838.
by Daniel Berlin
· 8 years ago
d17a1f5
NewGVN: Print out the StoredValue of a StoreExpression
by Daniel Berlin
· 8 years ago
4674215
Fix line-endings.
by Simon Pilgrim
· 8 years ago
ef0829e
[InstCombine] *Actually* commit the test showing the miscompile.
by Davide Italiano
· 8 years ago
d32a382
Resubmit "[CodeView] Provide a common interface for type collections."
by Zachary Turner
· 8 years ago
9484675
[InstCombine] Add tests to demonstrate the miscompile in PR33078.
by Davide Italiano
· 8 years ago
c81a193
Last of the major pieces to NewGVN - yay!
by Daniel Berlin
· 8 years ago
f3e0e87
NewGVN: Get rid of most dominating leader check
by Daniel Berlin
· 8 years ago
a55349e
BasicAA: Uninserted instructions have no parent, and notDifferentParent explicitly allows for this case, but getParent crashes when handed one.
by Daniel Berlin
· 8 years ago
04150ba
[DAGCombine] (addcarry 0, 0, X) -> (ext/trunc X)
by Amaury Sechet
· 8 years ago
435c118
[lit] Take the last error when executing pipelines.
by Zachary Turner
· 8 years ago
54d0694
[NFC][loopIdiom] Clang format change rL303434
by Anna Thomas
· 8 years ago
469e928
ThinLTO: Verify bitcode before lauching the ThinLTOCodeGenerator.
by Adrian Prantl
· 8 years ago
3770b2b
Rewrite llvm-lto's codegen() using ThinCodeGenerator::run(). NFC-ish.
by Adrian Prantl
· 8 years ago
556dc39
Fix typo in test
by Matthias Braun
· 8 years ago
8b927bb
[X86][FMA] Tests showing missed fmsubadd opportunities (PR30633)
by Simon Pilgrim
· 8 years ago
3ecd7e5
[LoopIdiom] Refactor return value of isLegalStore [NFC]
by Anna Thomas
· 8 years ago
e7d6bb2
[InstSimplify] Fix 80 column violation. NFC
by Craig Topper
· 8 years ago
47c969d
[APInt] Add support for dividing or remainder by a uint64_t or int64_t.
by Craig Topper
· 8 years ago
519ca37
[AMDGPU][MC] Corrected disassembler to decode instructions with 2 literals
by Dmitry Preobrazhensky
· 8 years ago
285ad94
[LoopPredication] NFC. Extract LoopICmp struct and parseLoopICmp helper
by Artur Pilipenko
· 8 years ago
481df10
[LoopPredication] NFC. Extract LoopPredication::expandCheck helper
by Artur Pilipenko
· 8 years ago
f7a7324
[LoopPredication] NFC. Extract CanExpand helper lambda
by Artur Pilipenko
· 8 years ago
92e3306
[LoopPredication] NFC. Add an early exit if there is no guards in the loop
by Artur Pilipenko
· 8 years ago
ede5ffa
[AMDGPU][MC] Fixed bugs in export instruction
by Dmitry Preobrazhensky
· 8 years ago
95bb5cd
[X86][AVX512] Make i1 illegal in the CodeGen
by Guy Blank
· 8 years ago
e4e1c32
[globalisel][tablegen] Demote OptForSize/OptForMinSize/ForCodeSize to per-function predicates.
by Daniel Sanders
· 8 years ago
fc4cf8d
Fix vector pass-through value being unused in IRBuilder::CreateMaskedGather
by Amara Emerson
· 8 years ago
f7b3312
[GlobalISel] IRTranslator: Translate ConstantStruct
by Volkan Keles
· 8 years ago
e1b5c7a
[APInt] Use b.negate() in place of b = -std::move(b). NFCI
by Craig Topper
· 8 years ago
a269f90
Fix compilation failure.
by Zachary Turner
· 8 years ago
27f68cf
Revert "[CodeView] Provide a common interface for type collections."
by Zachary Turner
· 8 years ago
95239b5
Don't crash if someone tries to visit an empty type stream.
by Zachary Turner
· 8 years ago
ac2e785
[CodeView] Reduce memory usage in TypeSerializer.
by Zachary Turner
· 8 years ago
bd8c721
[NewGVN] Delete the old store when we find congruent to a load.
by Davide Italiano
· 8 years ago
4f44e8f
Fix a broken test.
by Zachary Turner
· 8 years ago
586584b
Revert "[ADT] Fix some Clang-tidy modernize-use-using warnings; other minor fixes (NFC)."
by Adam Nemet
· 8 years ago
943db67
Fix crasher in CodeView test.
by Zachary Turner
· 8 years ago
c6f33b7
LiveIntervalAnalysis: Fix missing case in pruneSubRegValues()
by Matthias Braun
· 8 years ago
e531399
Fix typo
by Matthias Braun
· 8 years ago
9bfe697
Fix another warning.
by Zachary Turner
· 8 years ago
ed2b8bd
[NewGVN] Break infinite recursion in singleReachablePHIPath().
by Davide Italiano
· 8 years ago
bde49e3
Fix some build errors and warnings.
by Zachary Turner
· 8 years ago
e24978b
[CodeView] Raise the source to ID map out of the TypeStreamMerger.
by Zachary Turner
· 8 years ago
47b13b0
[llvm-pdbdump] Add the ability to merge PDBs.
by Zachary Turner
· 8 years ago
2a4f117
[CodeView] Provide a common interface for type collections.
by Zachary Turner
· 8 years ago
7905731
[InstCombine] add more tests for xor-of-icmps; NFC
by Sanjay Patel
· 8 years ago
32baeea
[NewGVN] Replace predicate info leftovers.
by Davide Italiano
· 8 years ago
d687f98
[ADT] Fix some Clang-tidy modernize-use-using warnings; other minor fixes (NFC).
by Eugene Zelenko
· 8 years ago
8767cef
[InstCombine] add helper to foldXorOfICmps(); NFCI
by Sanjay Patel
· 8 years ago
0c3c8c6
[InstSimplify] Make m_Not work for xor -1, X
by Craig Topper
· 8 years ago
54d256c
Revert r303375 "LLVM_FALLTHROUGH instead of fall-through comment."
by Rui Ueyama
· 8 years ago
f73a055
LLVM_FALLTHROUGH instead of fall-through comment.
by Galina Kistanova
· 8 years ago
aade6b8
Revert r302938 "Add LiveRangeShrink pass to shrink live range within BB."
by Hans Wennborg
· 8 years ago
f4044c1
Use existing helper. NFC.
by Rafael Espindola
· 8 years ago
e6fac20
[InstSimplify] Add test cases for missing fold (A & B) | ~(A ^ B) -> ~(A ^ B).
by Craig Topper
· 8 years ago
8762436
Reduce gcc-7 warnings by fall-through comments.
by Galina Kistanova
· 8 years ago
dcc0630
[InstCombine] move test and use better checks; NFC
by Sanjay Patel
· 8 years ago
816047d
[IR] De-virtualize ~Value to save a vptr
by Reid Kleckner
· 8 years ago
7db2df6
[LSR] Call canonicalize after we generate a new Formula in GenerateTruncates. Fix PR33077.
by Wei Mi
· 8 years ago
ae1c853
[LegacyPassManager] Remove TargetMachine constructors
by Francis Visoiu Mistrih
· 8 years ago
71f2897
[git-llvm] Don't attempt to propget files that don't exist yet in SVN
by Reid Kleckner
· 8 years ago
dcaf742
Fix some minor issues in PDB parsing library.
by Zachary Turner
· 8 years ago
ec761ad
[JumpThreading] Dont RAUW condition incorrectly
by Anna Thomas
· 8 years ago
5190dd7
[AMDGPU] SDWA operands should not intersect with potential MIs
by Sam Kolton
· 8 years ago
be169ad
[MVT] add v1i1 MVT
by Guy Blank
· 8 years ago
db37cbc
[GlobalISel][X86] G_ADD/G_SUB vector legalizer/selector support.
by Igor Breger
· 8 years ago
bf60d08
[X86][AVX512] Add 512-bit vector ctpop costs + tests
by Simon Pilgrim
· 8 years ago
1b3695c
Re-commit: [globalisel][tablegen] Import rules containing intrinsic_wo_chain.
by Daniel Sanders
· 8 years ago
b0970db
[X86] Add explicit triple to test invocation
by Zvi Rackover
· 8 years ago
406aad8
[SCEV][NFC] Remove duplication of isLoopInvariant code
by Max Kazantsev
· 8 years ago
3b2e0fd
[DWARF] - Simplify RelocVisitor implementation.
by George Rimar
· 8 years ago
bd4ed0b
[lib/Object] - Fix build bot after r303331 "[lib/Object] - Minor API update for llvm::Decompressor".
by George Rimar
· 8 years ago
2ee7806
[X86] Replace slow LEA instructions in X86
by Lama Saba
· 8 years ago
3364210
[lib/Object] - Minor API update for llvm::Decompressor.
by George Rimar
· 8 years ago
c40271c
Fix buildbot failure after rL303327: [BPI] Reduce the probability of unreachable edge to minimal value greater than 0.
by Serguei Katkov
· 8 years ago
78ca710
[X86] Adding tests for scalar bitcasts from vsetcc. NFC.
by Zvi Rackover
· 8 years ago
2a303c7
[BPI] Reduce the probability of unreachable edge to minimal value greater than 0
by Serguei Katkov
· 8 years ago
343e535
[ThinLTO] Do not assert when adding a module with a different but
by Akira Hatanaka
· 8 years ago
695aa32
[Target/X86] Remove unneeded return. NFCI.
by Davide Italiano
· 8 years ago
d7d7e7b
Update three tests I missed in r302979 and r302990
by Justin Bogner
· 8 years ago
ad0e666
[Statistics] Add a method to atomically update a statistic that contains a maximum
by Craig Topper
· 8 years ago
25ccad8
CodeGen: BlockPlacement: Add Message strings to asserts. NFC
by Kyle Butt
· 8 years ago
8c1d623
[InstCombine] add test for xor-of-icmps; NFC
by Sanjay Patel
· 8 years ago
3937e40
[Statistics] Use Statistic::operator+= instead of adding and assigning separately.
by Craig Topper
· 8 years ago
0817426
Revert "[globalisel][tablegen] Import rules containing intrinsic_wo_chain."
by Quentin Colombet
· 8 years ago
Next »