summaryrefslogtreecommitdiff
path: root/test/Analysis/ScalarEvolution/max-trip-count.ll
Commit message (Expand)AuthorAge
* Adding testcase for PR18886.Dinesh Dwivedi2014-05-27
* Test case comments. Fix sloppiness.Andrew Trick2014-05-23
* Fix and improve SCEV ComputeBackedgeTankCount.Andrew Trick2014-05-23
* Fix a bug in SCEV's backedge taken count computation from my prior fix in Jan.Andrew Trick2014-05-22
* Reapply r140979 with fix! We never did get a testcase, but careful review of theNick Lewycky2011-10-03
* Revert r140979 due to reports of bootstrap failure.Nick Lewycky2011-10-03
* Add one more case we compute a max trip count.Nick Lewycky2011-10-03
* Revert r139126 due to selfhost failures reported by buildbots.Nick Lewycky2011-09-06
* Teach SCEV to report a max backedge count in one interesting case inNick Lewycky2011-09-05
* When analyzing loop exit conditions combined with and and or, don'tDan Gohman2010-08-11
* -disable-output is no longer needed with -analyze.Dan Gohman2010-01-26
* Use WriteAsOperand instead of getName() to print loop header names,Dan Gohman2010-01-09
* 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
* Loosen up the regex for this test so that it doesn't implicitlyDan Gohman2009-08-19
* When printing a SCEVUnknown with pointer type, don't print anDan Gohman2009-05-01
* Extend ScalarEvolution's getBackedgeTakenCount to be able toDan Gohman2009-04-30