aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/IVUsers.cpp
AgeCommit message (Expand)Author
2009-07-14Add a newline, now that Value's operator<< doesn't print one.Dan Gohman
2009-07-13Make Loop and MachineLoop be subclasses of LoopBase, rather than typedefs,Dan Gohman
2009-07-07Change all SCEV* to SCEV *.Dan Gohman
2009-06-22SCEVHandle is no more!Owen Anderson
2009-06-19Don't (unconditionally) use getSCEVAtScope to simplify the stepDan Gohman
2009-06-18Remove the code from IVUsers that attempted to handleDan Gohman
2009-06-15Code cleanups. getSCEVAtScope no longer uses SCEVCouldNotCompute.Dan Gohman
2009-05-13Avoid getting a compiler warningDuncan Sands
2009-05-12Factor the code for collecting IV users out of LSR into an IVUsers class,Dan Gohman