| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert debug messages to use dbgs(). Generally this means | David Greene | 2009-12-23 | 1 | -5/+5 |
* | Add Loop contains utility methods for testing whether a loop | Dan Gohman | 2009-12-18 | 1 | -4/+4 |
* | Reapply LoopStrengthReduce and IVUsers cleanups, excluding the part | Dan Gohman | 2009-12-18 | 1 | -1/+2 |
* | Revert 91280-91283, 91286-91289, 91291, 91293, 91295-91296. It apparently int... | Evan Cheng | 2009-12-17 | 1 | -3/+2 |
* | Clear the Processed set when it is no longer used, and clear the | Dan Gohman | 2009-12-14 | 1 | -1/+2 |
* | Fix a thinko; isNotAlreadyContainedIn had a built-in negative, so the | Dan Gohman | 2009-12-14 | 1 | -1/+1 |
* | Drop Loop::isNotAlreadyContainedIn in favor of Loop::contains. The | Dan Gohman | 2009-12-14 | 1 | -1/+1 |
* | enable iv-users simplification by default | Jim Grosbach | 2009-11-23 | 1 | -7/+1 |
* | Teach IVUsers to keep things simpler and track loop-invariant strides only | Jim Grosbach | 2009-11-19 | 1 | -0/+10 |
* | - Teach LSR to avoid changing cmp iv stride if it will create an immediate that | Evan Cheng | 2009-11-12 | 1 | -0/+12 |
* | Fix IVUsers to avoid assuming that the loop has a unique backedge. | Dan Gohman | 2009-11-05 | 1 | -0/+2 |
* | Instead of testing whether an instruction dominates the loop preheader, | Dan Gohman | 2009-09-27 | 1 | -3/+3 |
* | Remove a redundant #include. | Dan Gohman | 2009-09-27 | 1 | -1/+0 |
* | remove a few dead insertion methods. | Chris Lattner | 2009-08-24 | 1 | -5/+0 |
* | remove a few DOUTs here and there. | Chris Lattner | 2009-08-23 | 1 | -1/+1 |
* | eliminate the "Value" printing methods that print to a std::ostream. | Chris Lattner | 2009-08-23 | 1 | -4/+4 |
* | Fix more missing newlines. | Dan Gohman | 2009-08-17 | 1 | -2/+2 |
* | 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 |