summaryrefslogtreecommitdiffstats
path: root/test/Analysis/ScalarEvolution/max-trip-count.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-1/+1
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-11/+11
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-0/+109
* Reapply r140979 with fix! We never did get a testcase, but careful review of theNick Lewycky2011-10-031-0/+28
* Revert r140979 due to reports of bootstrap failure.Nick Lewycky2011-10-031-28/+0
* Add one more case we compute a max trip count.Nick Lewycky2011-10-031-0/+28
* Revert r139126 due to selfhost failures reported by buildbots.Nick Lewycky2011-09-061-31/+0
* Teach SCEV to report a max backedge count in one interesting case inNick Lewycky2011-09-051-0/+31
* When analyzing loop exit conditions combined with and and or, don'tDan Gohman2010-08-111-2/+40
* -disable-output is no longer needed with -analyze.Dan Gohman2010-01-261-1/+1
* Use WriteAsOperand instead of getName() to print loop header names,Dan Gohman2010-01-091-1/+1
* 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
* Loosen up the regex for this test so that it doesn't implicitlyDan Gohman2009-08-191-1/+3
* When printing a SCEVUnknown with pointer type, don't print anDan Gohman2009-05-011-1/+1
* Extend ScalarEvolution's getBackedgeTakenCount to be able toDan Gohman2009-04-301-0/+32