summaryrefslogtreecommitdiffstats
path: root/lib/Analysis/LoopVR.cpp
Commit message (Expand)AuthorAgeFilesLines
* Forward-declare Loop and LoopInfo instead of #including LoopInfo.h.Dan Gohman2009-07-131-0/+7
* Change all SCEV* to SCEV *.Dan Gohman2009-07-071-7/+7
* Finish LLVMContext-ing lib/Analysis. This required pushing LLVMContext's thr...Owen Anderson2009-07-061-2/+3
* SCEVHandle is no more!Owen Anderson2009-06-221-7/+7
* 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