summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/ScalarEvolution/max-trip-count.ll
Commit message (Expand)AuthorAgeFilesLines
* [SCEV] Simplify umin/max of zext and sext of the same valuePhilip Reames2019-10-191-1/+1
* [SCEV] Make exact taken count calculation more optimisticMax Kazantsev2018-03-271-1/+1
* [SCEV] Teach SCEV to find maxBECount when loop endbound is variantAnna Thomas2017-10-131-0/+143
* [SCEV] Make howFarToZero max backedge-taken count check for precondition.Eli Friedman2017-01-111-4/+2
* [SCEV] Make howFarToZero use a simpler formula for max backedge-taken count.Eli Friedman2017-01-111-0/+83
* [opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie2015-04-161-1/+1
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-03-131-1/+1
* Make DataLayout Non-Optional in the ModuleMehdi Amini2015-03-041-7/+7
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-1/+1
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-2/+2
* Adding testcase for PR18886.Dinesh Dwivedi2014-05-271-0/+27
* Test case comments. Fix sloppiness.Andrew Trick2014-05-231-2/+2
* Fix and improve SCEV ComputeBackedgeTankCount.Andrew Trick2014-05-231-0/+56
* Fix a bug in SCEV's backedge taken count computation from my prior fix in Jan.Andrew Trick2014-05-221-0/+26
* 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
OpenPOWER on IntegriCloud