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
/
Analysis
/
ScalarEvolution
/
fold.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix incorrect CHECK-LABEL
Tim Shen
2018-06-11
1
-1
/
+1
*
[SCEV] Canonicalize "A /u C1 /u C2" to "A /u (C1*C2)".
Tim Shen
2018-06-11
1
-0
/
+28
*
When simplifying a SCEV truncate by distributing, consider it a simplificatio...
Nick Lewycky
2015-03-20
1
-0
/
+12
*
[SCEV] Add a `scalar-evolution-print-constant-ranges' option
Sanjoy Das
2015-03-09
1
-1
/
+1
*
Fix crasher introduced in r200203 and caught by a libc++ buildbot. Don't assu...
Nick Lewycky
2014-01-27
1
-0
/
+9
*
Teach SCEV to handle more cases of 'and X, CST', specifically where CST is an...
Nick Lewycky
2014-01-27
1
-0
/
+17
*
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2012-12-30
1
-1
/
+1
*
Simplify some code with no functionality change. Make the test a lot more
Nick Lewycky
2011-01-23
1
-15
/
+19
*
Use value ranges to fold ext(trunc) in SCEV when possible.
Nick Lewycky
2011-01-23
1
-0
/
+34
*
Similarly, analyze truncate through multiply.
Nick Lewycky
2011-01-19
1
-0
/
+8
*
Add a missed SCEV fold that is required to continue analyzing the IR produced
Nick Lewycky
2011-01-19
1
-1
/
+9
*
Add a missing SCEV simplification sext(zext x) --> zext x.
Nick Lewycky
2011-01-19
1
-0
/
+8