summaryrefslogtreecommitdiff
path: root/lib/Analysis/LoopVR.cpp
Commit message (Expand)AuthorAge
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-23
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* Eliminate a few unused-variable warningsDouglas Gregor2009-07-29
* Move types back to the 2.5 API.Owen Anderson2009-07-29
* Get rid of the Pass+Context magic.Owen Anderson2009-07-22
* Replace intersectWith with maximalIntersectWith. The latter guarantees thatNick Lewycky2009-07-18
* Forward-declare Loop and LoopInfo instead of #including LoopInfo.h.Dan Gohman2009-07-13
* Change all SCEV* to SCEV *.Dan Gohman2009-07-07
* Finish LLVMContext-ing lib/Analysis. This required pushing LLVMContext's thr...Owen Anderson2009-07-06
* SCEVHandle is no more!Owen Anderson2009-06-22
* More const qualifiers.Dan Gohman2009-04-18
* LoopVR is not CFGOnly.Dan Gohman2009-03-23
* Rename ScalarEvolution's getIterationCount to getBackedgeTakenCount,Dan Gohman2009-02-24
* Avoid crashing if instruction is not part of a loop.Torok Edwin2008-10-27
* Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner2008-08-23
* Add a value range analysis that lazily computes ranges using ScalarEvolutions.Nick Lewycky2008-06-30