summaryrefslogtreecommitdiff
path: root/test/Analysis/ScalarEvolution/scev-aa.ll
Commit message (Expand)AuthorAge
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-02
* teach SCEV that the scale and addition of an inbounds gep don't NSW.Chris Lattner2011-02-13
* Revert the part of r107257 which introduced new logic for usingDan Gohman2010-06-30
* Add a testcase for scev-aa's new capability.Dan Gohman2010-06-30
* Add a comment about A[i+(j+1)].Dan Gohman2009-12-01
* update status of this. basicaa is much improved now,Chris Lattner2009-11-26
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* Create a ScalarEvolution-based AliasAnalysis implementation.Dan Gohman2009-08-26