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 commutative matcher for pattern with commutative operators
Sanjay Patel
2016-12-19
1
-3
/
+5
*
[InstCombine] add folds for icmp (umin|umax X, Y), X
Sanjay Patel
2016-12-19
1
-19
/
+54
*
[LoopVersioning] Require loop-simplify form for loop versioning.
Florian Hahn
2016-12-19
4
-14
/
+17
*
[InstCombine] add folds for icmp (smax X, Y), X
Sanjay Patel
2016-12-19
1
-17
/
+35
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
48
-327
/
+505
*
[InstCombine] use commutative matchers for patterns with commutative operators
Sanjay Patel
2016-12-18
1
-20
/
+35
*
[InstCombine] Simplify code slightly. NFC
Craig Topper
2016-12-17
1
-1
/
+1
*
Revert "[GVNHoist] Move GVNHoist to function simplification part of pipeline."
Evgeniy Stepanov
2016-12-17
1
-2
/
+2
*
Preserve loop metadata when folding branches to a common destination.
Michael Kuperstein
2016-12-16
1
-0
/
+5
*
Revert "[IR] Remove the DIExpression field from DIGlobalVariable."
Adrian Prantl
2016-12-16
2
-11
/
+8
*
Reapply "[LV] Enable vectorization of loops with conditional stores by default"
Matthew Simpson
2016-12-16
1
-1
/
+1
*
[LV] Don't attempt to type-shrink scalarized instructions
Matthew Simpson
2016-12-16
1
-5
/
+21
*
Revert r289863: [LV] Enable vectorization of loops with conditional
Chandler Carruth
2016-12-16
1
-1
/
+1
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-16
2
-8
/
+11
*
[ThinLTO] Thin link efficiency: More efficient export list computation
Teresa Johnson
2016-12-16
1
-32
/
+21
*
[SimplifyLibCalls] Use a lambda. NFCI.
Davide Italiano
2016-12-16
1
-6
/
+6
*
Revert "[IR] Remove the DIExpression field from DIGlobalVariable."
Adrian Prantl
2016-12-16
2
-11
/
+8
*
Add missing library dep.
Peter Collingbourne
2016-12-16
1
-1
/
+1
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-16
2
-8
/
+11
*
IPO: Introduce ThinLTOBitcodeWriter pass.
Peter Collingbourne
2016-12-16
2
-0
/
+345
*
[ThinLTO] Thin link efficiency improvement: don't re-export globals (NFC)
Teresa Johnson
2016-12-15
1
-9
/
+13
*
[SimplifyLibCalls] Lower fls() to llvm.ctlz().
Davide Italiano
2016-12-15
1
-0
/
+16
*
[SimplifyLibCalls] Remove redundant folding logic for ffs().
Davide Italiano
2016-12-15
1
-13
/
+3
*
[ThinLTO] Revert part of r289843 that belonged to another patch.
Teresa Johnson
2016-12-15
1
-13
/
+9
*
[ThinLTO] Remove stale comment (NFC)
Teresa Johnson
2016-12-15
1
-2
/
+1
*
[ThinLTO] Thin link efficiency: skip candidate added later with higher thresh...
Teresa Johnson
2016-12-15
1
-4
/
+13
*
[LV] Enable vectorization of loops with conditional stores by default
Matthew Simpson
2016-12-15
1
-1
/
+1
*
[SimplifyCFG] Merge debug locations when hoisting an instruction from a then/...
Andrea Di Biagio
2016-12-15
1
-4
/
+4
*
[InstCombine] add folds for icmp (smin X, Y), X
Sanjay Patel
2016-12-15
1
-0
/
+37
*
[ThinLTO] Ensure callees get hot threshold when first seen on cold path
Teresa Johnson
2016-12-15
1
-24
/
+28
*
Revert "[SimplifyCFG] In sinkLastInstruction correctly set debugloc of common...
Robert Lougher
2016-12-15
1
-8
/
+1
*
[SimplifyCFG] In sinkLastInstruction correctly set debugloc of "common" inst
Robert Lougher
2016-12-15
1
-1
/
+9
*
[InstCombine] New opportunities for FoldAndOfICmp and FoldXorOfICmp
Ehsan Amiri
2016-12-15
2
-2
/
+98
*
[AVX-512][InstCombine] Add masked scalar FMA intrinsics to SimplifyDemandedVe...
Craig Topper
2016-12-15
2
-0
/
+45
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
48
-502
/
+249
*
Make processing @llvm.assume more efficient by using operand bundles
Hal Finkel
2016-12-15
2
-3
/
+78
*
Only sets profile summary when it was not preset.
Dehao Chen
2016-12-14
1
-1
/
+2
*
Fix the bug in r289714 (NFC).
Dehao Chen
2016-12-14
1
-1
/
+1
*
[asan] Don't skip instrumentation of masked load/store unless we've seen a fu...
Filipe Cabecinhas
2016-12-14
1
-3
/
+12
*
[asan] Hook ClInstrumentWrites and ClInstrumentReads to masked operation inst...
Filipe Cabecinhas
2016-12-14
1
-0
/
+4
*
Create SampleProfileLoader pass in llvm instead of clang
Dehao Chen
2016-12-14
1
-0
/
+5
*
[InstCombine] Folding of a compare with RHS const should merge debug locations
Robert Lougher
2016-12-14
1
-1
/
+1
*
[InstCombine] Folding of a binop with RHS const should merge the debug locations
Robert Lougher
2016-12-14
1
-1
/
+1
*
[GVNHoist] Move GVNHoist to function simplification part of pipeline.
Geoff Berry
2016-12-14
1
-2
/
+2
*
[InstCombine] When folding casts through a phi node merge the debug locations
Robert Lougher
2016-12-14
1
-1
/
+1
*
[InstCombine] Folding loads through a phi node should merge the debug locations
Robert Lougher
2016-12-14
1
-1
/
+1
*
[InstCombine] When folding GEP through a phi node merge the debug locations
Robert Lougher
2016-12-14
1
-1
/
+1
*
[InstCombine] Merge debug locations when folding through a phi node
Robert Lougher
2016-12-14
1
-1
/
+1
*
[InstCombine] Merge debug locations when folding through a phi node
Robert Lougher
2016-12-14
2
-1
/
+21
*
revert r289669 which breaks bots
Dehao Chen
2016-12-14
1
-5
/
+0
[next]