Extend the ValuesAtScope cache to cover all expressions, not just
[oota-llvm.git] / lib / Analysis / IVUsers.cpp
2009-08-24 Chris Lattnerremove a few dead insertion methods.
2009-08-23 Chris Lattnerremove a few DOUTs here and there.
2009-08-23 Chris Lattnereliminate the "Value" printing methods that print to...
2009-08-17 Dan GohmanFix more missing newlines.
2009-07-25 Daniel DunbarMore migration to raw_ostream, the water has dried...
2009-07-14 Dan GohmanAdd a newline, now that Value's operator<< doesn't...
2009-07-13 Dan GohmanMake Loop and MachineLoop be subclasses of LoopBase...
2009-07-07 Dan GohmanChange all SCEV* to SCEV *.
2009-06-22 Owen AndersonSCEVHandle is no more!
2009-06-19 Dan GohmanDon't (unconditionally) use getSCEVAtScope to simplify...
2009-06-18 Dan GohmanRemove the code from IVUsers that attempted to handle
2009-06-15 Dan GohmanCode cleanups. getSCEVAtScope no longer uses SCEVCouldN...
2009-05-13 Duncan SandsAvoid getting a compiler warning
2009-05-12 Dan GohmanFactor the code for collecting IV users out of LSR...