More migration to raw_ostream, the water has dried up around the iostream hole.
[oota-llvm.git] / lib / Analysis / IVUsers.cpp
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...