aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/LoopVR.cpp
Commit message (Expand)AuthorAgeFilesLines
* More const qualifiers.Dan Gohman2009-04-181-14/+14
* LoopVR is not CFGOnly.Dan Gohman2009-03-231-1/+1
* Rename ScalarEvolution's getIterationCount to getBackedgeTakenCount,Dan Gohman2009-02-241-1/+1
* Avoid crashing if instruction is not part of a loop.Torok Edwin2008-10-271-2/+3
* Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner2008-08-231-6/+7
* Add a value range analysis that lazily computes ranges using ScalarEvolutions.Nick Lewycky2008-06-301-0/+289