index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
Analysis
/
ScalarEvolution
/
nsw.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
1
-2
/
+21
*
SCEV: Make the final add of an inbounds GEP nuw if we know that the index is ...
Benjamin Kramer
2013-10-28
1
-2
/
+38
*
Revert "SCEV: When expanding a GEP the final addition to the base pointer has...
Benjamin Kramer
2012-04-17
1
-2
/
+2
*
SCEV: When expanding a GEP the final addition to the base pointer has NUW but...
Benjamin Kramer
2012-04-07
1
-2
/
+2
*
SCEV fix. In general, Add/Mul expressions should not inherit NSW/NUW.
Andrew Trick
2011-11-29
1
-1
/
+19
*
Propagate SCEV no-wrap flags whenever possible.
Andrew Trick
2011-03-15
1
-6
/
+6
*
teach SCEV that the scale and addition of an inbounds gep don't NSW.
Chris Lattner
2011-02-13
1
-0
/
+28
*
Per discussion with Dan G, inbounds geps *certainly* can have
Chris Lattner
2011-02-11
1
-2
/
+2
*
Revert the testcase from the previous reverted commit.
Eric Christopher
2011-01-11
1
-2
/
+0
*
add a testcase I missed in previous commit.
Chris Lattner
2011-01-09
1
-0
/
+2
*
teach SCEV analysis of PHI nodes that PHI recurences formed
Chris Lattner
2011-01-09
1
-2
/
+40
*
reduce indentation. Print <nuw> and <nsw> when dumping SCEV AddRec's
Chris Lattner
2011-01-09
1
-1
/
+1
*
-disable-output is no longer needed with -analyze.
Dan Gohman
2010-01-26
1
-1
/
+1
*
Use WriteAsOperand instead of getName() to print loop header names,
Dan Gohman
2010-01-09
1
-1
/
+1
*
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
Dan Gohman
2009-09-11
1
-1
/
+1
*
Change these tests to feed the assembly files to opt directly, instead
Dan Gohman
2009-09-08
1
-1
/
+1
*
Change the assembly syntax for nsw, nuw, and exact, putting them
Dan Gohman
2009-07-27
1
-1
/
+1
*
Teach ScalarEvolution to make use of no-overflow flags when
Dan Gohman
2009-07-25
1
-0
/
+40