aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/IVUsers.cpp
Commit message (Expand)AuthorAgeFilesLines
* More migration to raw_ostream, the water has dried up around the iostream hole.Daniel Dunbar2009-07-251-2/+2
* Add a newline, now that Value's operator<< doesn't print one.Dan Gohman2009-07-141-0/+1
* Make Loop and MachineLoop be subclasses of LoopBase, rather than typedefs,Dan Gohman2009-07-131-1/+1
* Change all SCEV* to SCEV *.Dan Gohman2009-07-071-14/+14
* SCEVHandle is no more!Owen Anderson2009-06-221-14/+14
* Don't (unconditionally) use getSCEVAtScope to simplify the stepDan Gohman2009-06-191-1/+0
* Remove the code from IVUsers that attempted to handleDan Gohman2009-06-181-27/+3
* Code cleanups. getSCEVAtScope no longer uses SCEVCouldNotCompute.Dan Gohman2009-06-151-9/+9
* Avoid getting a compiler warningDuncan Sands2009-05-131-1/+1
* Factor the code for collecting IV users out of LSR into an IVUsers class,Dan Gohman2009-05-121-0/+391