index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SimplifyCFG] delay switch condition forwarding to -latesimplifycfg
Sanjay Patel
2017-10-22
2
-7
/
+13
*
[SimplifyCFG] try harder to forward switch condition to phi (PR34471)
Sanjay Patel
2017-10-22
1
-2
/
+32
*
[LoopInterchange] Fix phi node ordering miscompile.
David Green
2017-10-21
1
-1
/
+6
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-21
5
-170
/
+297
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-20
4
-141
/
+289
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-19
3
-302
/
+449
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-19
6
-114
/
+317
*
Fix MSVC signed/unsigned comparison warning
Simon Pilgrim
2017-10-19
1
-1
/
+1
*
[NFC][IRCE] Filter out empty ranges early
Max Kazantsev
2017-10-19
1
-4
/
+6
*
[MergeFunctions] Don't blindly RAUW a GlobalValue with a ConstantExpr.
whitequark
2017-10-19
1
-0
/
+3
*
[PM] Refactor the bounds checking pass to remove a method only called in
Chandler Carruth
2017-10-18
1
-28
/
+25
*
Revert "[ScalarEvolution] Handling for ICmp occuring in the evolution chain."
Sanjoy Das
2017-10-18
1
-5
/
+2
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-18
5
-144
/
+236
*
[ScalarEvolution] Handling for ICmp occuring in the evolution chain.
Jatin Bhateja
2017-10-18
1
-2
/
+5
*
[GlobalDCE] Use DenseMap instead of unordered_multimap for GVDependencies.
Michael Zolotukhin
2017-10-17
1
-3
/
+3
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-17
9
-157
/
+329
*
Fix signed overflow detected by ubsan
Vitaly Buka
2017-10-17
1
-1
/
+1
*
Revert 315440 on behalf of mkazantsev
Philip Reames
2017-10-17
1
-77
/
+0
*
[JumpThreading] Move two PredValueInfoTy vectors to a scope closer to their u...
Craig Topper
2017-10-16
1
-2
/
+2
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-16
6
-139
/
+282
*
[ObjCARC] Do not move a release that has the clang.imprecise_release tag
Akira Hatanaka
2017-10-16
1
-3
/
+8
*
[InstCombine] don't unnecessarily generate a constant; NFCI
Sanjay Patel
2017-10-16
1
-3
/
+2
*
Revert rL315894, "SLPVectorizer.cpp: Try to appease stage2-3 difference. (D38...
NAKAMURA Takumi
2017-10-16
1
-9
/
+23
*
Move folding of icmp with zero after checking for min/max idioms.
Nikolai Bozhenov
2017-10-16
2
-11
/
+23
*
SLPVectorizer.cpp: Try to appease stage2-3 difference. (D38586)
NAKAMURA Takumi
2017-10-16
1
-23
/
+9
*
revert r314984: revert r314698 - [InstCombine] remove one-use restriction for...
Sanjay Patel
2017-10-15
1
-6
/
+6
*
[SimplifyCFG] use range-for-loops, tidy; NFCI
Sanjay Patel
2017-10-15
1
-20
/
+10
*
Reverting r315590; it did not include changes for llvm-tblgen, which is causi...
Aaron Ballman
2017-10-15
4
-14
/
+14
*
[MergeFunctions] Merge small functions if possible without a thunk.
whitequark
2017-10-15
1
-12
/
+10
*
[MergeFunctions] Replace all uses of unnamed_addr functions.
whitequark
2017-10-15
1
-3
/
+9
*
[LoopInfo][Refactor] Make SetLoopAlreadyUnrolled a member function of the Loo...
Hongbin Zheng
2017-10-15
2
-67
/
+2
*
[InstCombine] use m_Neg() to reduce code; NFCI
Sanjay Patel
2017-10-13
1
-13
/
+9
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-13
6
-132
/
+320
*
LowerTypeTests: Give imported symbols a type with size 0 so that they are not...
Peter Collingbourne
2017-10-13
1
-2
/
+6
*
[InstCombine] move code to remove repeated constant check; NFCI
Sanjay Patel
2017-10-13
1
-8
/
+7
*
[InstCombine] recycle adds for better efficiency
Sanjay Patel
2017-10-13
1
-26
/
+21
*
[InstCombine] use local var to reduce code duplication; NFCI
Sanjay Patel
2017-10-13
1
-16
/
+15
*
[IPSCCP] Move common functions to ValueLatticeUtils (NFC)
Matthew Simpson
2017-10-13
1
-62
/
+27
*
[InstCombine] add hasOneUse check to add-zext-add fold to prevent increasing ...
Sanjay Patel
2017-10-13
1
-4
/
+2
*
[InstCombine] use AddOne helper to reduce code; NFC
Sanjay Patel
2017-10-13
1
-6
/
+3
*
[InstCombine] rearrange code to remove repeated constant check; NFCI
Sanjay Patel
2017-10-13
2
-7
/
+7
*
[InstCombine] allow zext(bool) + C --> select bool, C+1, C for vector types
Sanjay Patel
2017-10-13
1
-10
/
+15
*
[RS4GC] Look through vector bitcasts when looking for base pointer
Daniel Neilson
2017-10-13
1
-0
/
+5
*
Revert r314923: "Recommit : Use the basic cost if a GEP is not used as addres...
Daniel Jasper
2017-10-13
2
-2
/
+2
*
Disable gcov instrumentation of functions using funclet-based exception handling
Marco Castelluccio
2017-10-13
1
-0
/
+13
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-12
1
-163
/
+236
*
[CVP] Process binary operations even when def is local
Anna Thomas
2017-10-12
1
-16
/
+4
*
[LoopPredication] Check whether the loop is already guarded by the first iter...
Artur Pilipenko
2017-10-12
1
-2
/
+6
*
Revert "Reintroduce "[SCCP] Propagate integer range info for parameters in IP...
Bruno Cardoso Lopes
2017-10-12
1
-92
/
+8
*
[LoopPredication] Support ule, sle latch predicates
Artur Pilipenko
2017-10-12
1
-20
/
+35
[next]