Extend the ValuesAtScope cache to cover all expressions, not just
[oota-llvm.git] / lib / Analysis / LoopVR.cpp
2009-08-23 Chris LattnerChange Pass::print to take a raw ostream instead of...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-07-29 Douglas GregorEliminate a few unused-variable warnings
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-18 Nick LewyckyReplace intersectWith with maximalIntersectWith. The...
2009-07-13 Dan GohmanForward-declare Loop and LoopInfo instead of #including...
2009-07-07 Dan GohmanChange all SCEV* to SCEV *.
2009-07-06 Owen AndersonFinish LLVMContext-ing lib/Analysis. This required...
2009-06-22 Owen AndersonSCEVHandle is no more!
2009-04-18 Dan GohmanMore const qualifiers.
2009-03-23 Dan GohmanLoopVR is not CFGOnly.
2009-02-24 Dan GohmanRename ScalarEvolution's getIterationCount to getBacked...
2008-10-27 Torok EdwinAvoid crashing if instruction is not part of a loop.
2008-08-23 Chris LattnerSwitch the asmprinter (.ll) and all the stuff it requir...
2008-06-30 Nick LewyckyAdd a value range analysis that lazily computes ranges...