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
*
[InstCombine] use correct type when propagating constant condition in simplif...
Sanjay Patel
2017-10-06
1
-2
/
+3
*
[InstCombine] rename SimplifyDivRemOfSelect to be clearer, add comments, simp...
Sanjay Patel
2017-10-06
2
-20
/
+20
*
Revert "Roll forward r314928"
Reid Kleckner
2017-10-06
2
-238
/
+0
*
Directly return promoted direct call instead of rely on stripPointerCast.
Dehao Chen
2017-10-06
2
-11
/
+15
*
Revert "[MergeICmps] Disable mergeicmps if the target does not want to handle...
Clement Courbet
2017-10-06
1
-36
/
+12
*
Re-land "[MergeICmps] Disable mergeicmps if the target does not want to handl...
Clement Courbet
2017-10-06
1
-12
/
+36
*
Roll forward r314928
Xinliang David Li
2017-10-06
2
-0
/
+238
*
[PM] Retire disable unit-at-a-time switch.
Davide Italiano
2017-10-06
1
-33
/
+24
*
[CodeExtractor] Fix multiple bugs under certain shape of extracted region
Jakub Kuderski
2017-10-06
1
-77
/
+31
*
NewGVN: Factor out duplicate parts of OpIsSafeForPHIOfOps
Daniel Berlin
2017-10-06
1
-45
/
+31
*
ModuleUtils: Stop using comdat members to generate unique module ids.
Peter Collingbourne
2017-10-05
1
-1
/
+1
*
[InstCombine] improve folds for icmp gt/lt (shr X, C1), C2
Sanjay Patel
2017-10-05
1
-37
/
+40
*
Annotate VP prof on indirect call if it is ICPed in the profiled binary.
Dehao Chen
2017-10-05
1
-1
/
+3
*
[PassManager] Improve the interaction between -O2 and ThinLTO.
Davide Italiano
2017-10-05
1
-13
/
+11
*
[PassManager] Run global optimizations after the inliner.
Davide Italiano
2017-10-05
1
-0
/
+14
*
[LV] Fix PR34743 - handle casts that sink after interleaved loads
Ayal Zaks
2017-10-05
1
-1
/
+4
*
Revert "Re-land "[MergeICmps] Disable mergeicmps if the target does not want ...
Clement Courbet
2017-10-05
1
-25
/
+10
*
revert r314698 - [InstCombine] remove one-use restriction for icmp (shr exact...
Sanjay Patel
2017-10-05
1
-6
/
+6
*
[LV] Fix PR34711 - widen instruction ranges when sinking casts
Ayal Zaks
2017-10-05
1
-23
/
+22
*
Re-land "[MergeICmps] Disable mergeicmps if the target does not want to handl...
Clement Courbet
2017-10-05
1
-10
/
+25
*
Revert "[MergeICmps] Disable mergeicmps if the target does not want to handle...
Clement Courbet
2017-10-05
1
-15
/
+6
*
[InstCombine] Fix a vector splat handling bug in transformZExtICmp.
Craig Topper
2017-10-05
1
-3
/
+1
*
[MergeICmps] Disable mergeicmps if the target does not want to handle memcmp ...
Clement Courbet
2017-10-05
1
-6
/
+15
*
Revert r314928 to investigate thinLTO bootstrap failure
Xinliang David Li
2017-10-05
2
-234
/
+0
*
[InstCombine] Improve support for ashr in foldICmpAndShift
Craig Topper
2017-10-04
1
-9
/
+12
*
Fix a -Wparentheses warning. NFC.
Hans Wennborg
2017-10-04
1
-1
/
+1
*
[LoopDeletion] Move deleteDeadLoop to to LoopUtils. NFC
Marcello Maggioni
2017-10-04
2
-134
/
+124
*
[SimplifyCFG] put the optional assumption cache pointer in the options struct...
Sanjay Patel
2017-10-04
2
-52
/
+45
*
Recommit r314561 after fixing msan build failure
Xinliang David Li
2017-10-04
2
-0
/
+234
*
Recommit : Use the basic cost if a GEP is not used as addressing mode
Jun Bum Lim
2017-10-04
2
-2
/
+2
*
[NFC] clang-format lib/Transforms/Scalar/MergeICmps.cpp
Clement Courbet
2017-10-04
1
-39
/
+21
*
[IRCE] Temporarily disable unsigned latch conditions by default
Max Kazantsev
2017-10-04
1
-0
/
+21
*
[InstCombine] Use isSignBitCheck to simplify an if statement. Directly create...
Craig Topper
2017-10-03
1
-12
/
+8
*
Revert r314806 "[SLP] Vectorize jumbled memory loads."
Hans Wennborg
2017-10-03
1
-185
/
+84
*
Revert the change that accidentally went in r314806.
Dehao Chen
2017-10-03
1
-4
/
+0
*
[SLP] Vectorize jumbled memory loads.
Mohammad Shahid
2017-10-03
1
-84
/
+185
*
[InstCombine] Change a bunch of methods to take APInts by reference instead o...
Craig Topper
2017-10-03
2
-134
/
+134
*
[InstCombine] Replace an equality compare of two APInt pointers with a compar...
Craig Topper
2017-10-03
1
-1
/
+1
*
[PassManager] Retire cl::opt that have been set for a while. NFCI.
Davide Italiano
2017-10-02
1
-33
/
+21
*
[InstCombine] remove one-use restriction for icmp (shr exact X, C1), C2 --> i...
Sanjay Patel
2017-10-02
1
-6
/
+6
*
Update getMergedLocation to check the instruction type and merge properly.
Dehao Chen
2017-10-02
5
-30
/
+31
*
[InstCombine] Use APInt for all the math in foldICmpDivConstant
Craig Topper
2017-10-01
1
-95
/
+46
*
Revert r314579: "Recommi r314561 after fixing over-debug assertion".
Daniel Jasper
2017-10-01
2
-225
/
+0
*
Separate the logic when handling indirect calls in SamplePGO ThinLTO compile ...
Dehao Chen
2017-10-01
1
-12
/
+26
*
NewGVN: Fix PR 34473, by not using ExactlyEqualsExpression for finding
Daniel Berlin
2017-09-30
1
-6
/
+6
*
NewGVN: Evaluate phi of ops expressions before creating phi node
Daniel Berlin
2017-09-30
1
-48
/
+72
*
NewGVN: Allow dependent PHI of ops
Daniel Berlin
2017-09-30
1
-57
/
+100
*
NewGVN: Make OpIsSafeForPhiOfOps non-recursive
Daniel Berlin
2017-09-30
1
-7
/
+38
*
Refactor the SamplePGO profile annotation logic to extract inlineCallInstruct...
Dehao Chen
2017-09-30
1
-58
/
+65
*
Revert r314435: "[JumpThreading] Preserve DT and LVI across the pass"
Daniel Jasper
2017-09-30
3
-253
/
+65
[next]