aboutsummaryrefslogtreecommitdiffstats
path: root/test/Analysis/ScalarEvolution/nsw.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-15/+15
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-2/+21
* SCEV: Make the final add of an inbounds GEP nuw if we know that the index is ...Benjamin Kramer2013-10-281-2/+38
* Revert "SCEV: When expanding a GEP the final addition to the base pointer has...Benjamin Kramer2012-04-171-2/+2
* SCEV: When expanding a GEP the final addition to the base pointer has NUW but...Benjamin Kramer2012-04-071-2/+2
* SCEV fix. In general, Add/Mul expressions should not inherit NSW/NUW.Andrew Trick2011-11-291-1/+19
* Propagate SCEV no-wrap flags whenever possible.Andrew Trick2011-03-151-6/+6
* teach SCEV that the scale and addition of an inbounds gep don't NSW.Chris Lattner2011-02-131-0/+28
* Per discussion with Dan G, inbounds geps *certainly* can haveChris Lattner2011-02-111-2/+2
* Revert the testcase from the previous reverted commit.Eric Christopher2011-01-111-2/+0
* add a testcase I missed in previous commit.Chris Lattner2011-01-091-0/+2
* teach SCEV analysis of PHI nodes that PHI recurences formedChris Lattner2011-01-091-2/+40
* reduce indentation. Print <nuw> and <nsw> when dumping SCEV AddRec'sChris Lattner2011-01-091-1/+1
* -disable-output is no longer needed with -analyze.Dan Gohman2010-01-261-1/+1
* Use WriteAsOperand instead of getName() to print loop header names,Dan Gohman2010-01-091-1/+1
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-111-1/+1
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-1/+1
* Change the assembly syntax for nsw, nuw, and exact, putting themDan Gohman2009-07-271-1/+1
* Teach ScalarEvolution to make use of no-overflow flags whenDan Gohman2009-07-251-0/+40