aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/LoopVR.h
Commit message (Expand)AuthorAgeFilesLines
* 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