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