Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More migration to raw_ostream, the water has dried up around the iostream hole. | Daniel Dunbar | 2009-07-25 | 1 | -2/+2 |
* | Add a newline, now that Value's operator<< doesn't print one. | Dan Gohman | 2009-07-14 | 1 | -0/+1 |
* | Make Loop and MachineLoop be subclasses of LoopBase, rather than typedefs, | Dan Gohman | 2009-07-13 | 1 | -1/+1 |
* | Change all SCEV* to SCEV *. | Dan Gohman | 2009-07-07 | 1 | -14/+14 |
* | SCEVHandle is no more! | Owen Anderson | 2009-06-22 | 1 | -14/+14 |
* | Don't (unconditionally) use getSCEVAtScope to simplify the step | Dan Gohman | 2009-06-19 | 1 | -1/+0 |
* | Remove the code from IVUsers that attempted to handle | Dan Gohman | 2009-06-18 | 1 | -27/+3 |
* | Code cleanups. getSCEVAtScope no longer uses SCEVCouldNotCompute. | Dan Gohman | 2009-06-15 | 1 | -9/+9 |
* | Avoid getting a compiler warning | Duncan Sands | 2009-05-13 | 1 | -1/+1 |
* | Factor the code for collecting IV users out of LSR into an IVUsers class, | Dan Gohman | 2009-05-12 | 1 | -0/+391 |