Make Loop and MachineLoop be subclasses of LoopBase, rather than typedefs,
[oota-llvm.git] / lib / Analysis / IVUsers.cpp
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...