aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/BasicAA/constant-over-index.ll
AgeCommit message (Expand)Author
2012-07-02Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth
2011-11-27Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner
2010-10-18Make BasicAliasAnalysis a normal AliasAnalysis implementation whichDan Gohman
2010-08-30Fix constant-over-index.ll test on windows.Michael J. Spencer
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2009-05-27Teach BasicAliasAnalysis to understand constant gep indices that fallDan Gohman