aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/LoopVR.h
Commit message (Expand)AuthorAgeFilesLines
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-231-2/+1
* Forward-declare Loop and LoopInfo instead of #including LoopInfo.h.Dan Gohman2009-07-131-5/+1
* Change all SCEV* to SCEV *.Dan Gohman2009-07-071-2/+2
* SCEVHandle is no more!Owen Anderson2009-06-221-2/+2
* Eliminate several more unnecessary intptr_t casts.Dan Gohman2009-02-181-1/+1
* Because of the laziness, the required passes must exist even afterNick Lewycky2008-06-301-2/+2
* Add a value range analysis that lazily computes ranges using ScalarEvolutions.Nick Lewycky2008-06-301-0/+90