aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/LoopVR.h
AgeCommit message (Expand)Author
2009-10-08remove LoopVR pass. According to Nick:Chris Lattner
2009-08-23Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner
2009-07-13Forward-declare Loop and LoopInfo instead of #including LoopInfo.h.Dan Gohman
2009-07-07Change all SCEV* to SCEV *.Dan Gohman
2009-06-22SCEVHandle is no more!Owen Anderson
2009-02-18Eliminate several more unnecessary intptr_t casts.Dan Gohman
2008-06-30Because of the laziness, the required passes must exist even afterNick Lewycky
2008-06-30Add a value range analysis that lazily computes ranges using ScalarEvolutions.Nick Lewycky