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
/
test
/
Transforms
/
IndVarSimplify
/
eliminate-comparison.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[IndVars] Remove dead instructions after folding trivial loop exit
Philip Reames
2019-06-23
1
-7
/
+1
*
Exploit a zero LoopExit count to eliminate loop exits
Philip Reames
2019-06-22
1
-2
/
+1
*
LFTR for multiple exit loops
Philip Reames
2019-06-19
1
-27
/
+25
*
[Tests] Autogen a test so that future changes are understandable
Philip Reames
2019-06-19
1
-100
/
+444
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
1
-0
/
+559
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
1
-559
/
+0
*
Re-enable "[IndVars] Canonicalize comparisons between non-negative values and...
Max Kazantsev
2017-07-08
1
-2
/
+2
*
Revert "Revert "Revert "[IndVars] Canonicalize comparisons between non-negati...
Max Kazantsev
2017-07-06
1
-2
/
+2
*
Revert "Revert "[IndVars] Canonicalize comparisons between non-negative value...
Max Kazantsev
2017-07-06
1
-2
/
+2
*
Revert "[IndVars] Canonicalize comparisons between non-negative values and in...
Max Kazantsev
2017-07-05
1
-2
/
+2
*
[IndVars] Canonicalize comparisons between non-negative values and indvars
Max Kazantsev
2017-07-05
1
-2
/
+2
*
Re-apply r251050 with a for PR25421
Sanjoy Das
2015-11-05
1
-0
/
+58
*
Revert r251050 to fix miscompile when running Clang -O1
Richard Trieu
2015-11-05
1
-58
/
+0
*
[SCEV] Remove a test case added in r249168
Sanjoy Das
2015-10-22
1
-37
/
+7
*
[SCEV] Opportunistically interpret unsigned constraints as signed
Sanjoy Das
2015-10-22
1
-0
/
+50
*
[SCEV] Teach SCEV some axioms about non-wrapping arithmetic
Sanjoy Das
2015-10-22
1
-0
/
+59
*
[SCEV] Try to prove predicates by splitting them
Sanjoy Das
2015-10-02
1
-0
/
+83
*
[SCEV] Reapply 'Teach isLoopBackedgeGuardedByCond to exploit trip counts'
Sanjoy Das
2015-09-25
1
-1
/
+38
*
[SCEV] Reapply 'Exploit A < B => (A+K) < (B+K) when possible'
Sanjoy Das
2015-09-25
1
-0
/
+149
*
Revert two SCEV changes that caused test failures in clang.
Sanjoy Das
2015-09-25
1
-186
/
+0
*
[SCEV] Teach isLoopBackedgeGuardedByCond to exploit trip counts.
Sanjoy Das
2015-09-25
1
-1
/
+38
*
[SCEV] Exploit A < B => (A+K) < (B+K) when possible
Sanjoy Das
2015-09-25
1
-0
/
+149
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
1
-9
/
+9
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
1
-5
/
+5
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
1
-5
/
+5
*
Follow up to 168711: It's safe to base this analysis on the found compare, ju...
Benjamin Kramer
2012-11-29
1
-0
/
+49
*
SCEV: Even if the latch terminator is foldable we can't deduce the result of ...
Benjamin Kramer
2012-11-27
1
-0
/
+54
*
Remove the Expr member from IVUsers. Instead of remembering the expression,
Dan Gohman
2010-04-19
1
-0
/
+24
*
Re-apply r101000, with a fix: Don't eliminate an icmp which is part of
Dan Gohman
2010-04-12
1
-0
/
+84
*
Revert 101000, which is breaking self-host builds.
Dan Gohman
2010-04-12
1
-40
/
+0
*
Teach IndVarSimplify how to eliminate comparisons involving induction
Dan Gohman
2010-04-11
1
-0
/
+40