Change Pass::print to take a raw ostream instead of std::ostream,
[oota-llvm.git] / include / llvm / Analysis / LoopVR.h
2009-08-23 Chris LattnerChange Pass::print to take a raw ostream instead of...
2009-07-13 Dan GohmanForward-declare Loop and LoopInfo instead of #including...
2009-07-07 Dan GohmanChange all SCEV* to SCEV *.
2009-06-22 Owen AndersonSCEVHandle is no more!
2009-02-18 Dan GohmanEliminate several more unnecessary intptr_t casts.
2008-06-30 Nick LewyckyBecause of the laziness, the required passes must exist...
2008-06-30 Nick LewyckyAdd a value range analysis that lazily computes ranges...