summaryrefslogtreecommitdiff
path: root/test/Analysis/ScalarEvolution/2008-07-29-SMinExpr.ll
Commit message (Expand)AuthorAge
* Revert r106304 (105548 and friends), which are the SCEVComplexityCompareDan Gohman2010-06-18
* Reapply 105540, 105542, and 105548, and revert r105732.Dan Gohman2010-06-18
* Workaround SCEV non-determinism on this test, for now, to get buildbots back toDaniel Dunbar2010-06-09
* Optimize ScalarEvolution's SCEVComplexityCompare predicate: don't goDan Gohman2010-06-07
* -disable-output is no longer needed with -analyze.Dan Gohman2010-01-26
* Convert Analysis tests to FileCheck in regards to PR5307.Edward O'Callaghan2009-10-27
* 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
* Make ScalarEvolution::isLoopGuardedByCond work even when the edgeDan Gohman2009-05-18
* Add nounwind to a few tests.Dan Gohman2009-05-18
* Rename ScalarEvolution's getIterationCount to getBackedgeTakenCount,Dan Gohman2009-02-24
* Fix WriteAsOperand to not emit a leading space character. AdjustDan Gohman2008-09-14
* Another SCEV issue from PR2607; essentially the same issue, but this Eli Friedman2008-07-30