| Age | Commit message (Expand) | Author |
| 2010-09-01 | Revert 112442 and 112440 until the compile time problems introduced | Dan Gohman |
| 2010-08-29 | Make IVUsers iterative instead of recursive. | Dan Gohman |
| 2010-08-17 | Tweak IVUsers' concept of "interesting" to exclude add recurrences | Dan Gohman |
| 2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson |
| 2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson |
| 2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson |
| 2010-07-21 | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). | Owen Anderson |
| 2010-04-19 | Remove the Expr member from IVUsers. Instead of remembering the expression, | Dan Gohman |
| 2010-04-11 | Add a cast to void to show that the return value is being | Dan Gohman |
| 2010-04-11 | Delete a dead check. | Dan Gohman |
| 2010-04-11 | Delete dead code. | Dan Gohman |
| 2010-04-09 | Fix a bug in IVUsers which was permitting non-affine addrecs to | Dan Gohman |
| 2010-04-07 | Generalize IVUsers to track arbitrary expressions rather than expressions | Dan Gohman |
| 2010-04-06 | Add a const qualifier. | Dan Gohman |
| 2010-03-01 | Spelling fixes. | Dan Gohman |
| 2010-02-22 | Remove unused variables and parameters. | Dan Gohman |
| 2010-02-14 | Simplify this code; no need for a custom subclass if it doesn't need | Dan Gohman |
| 2010-02-12 | Reapply the new LoopStrengthReduction code, with compile time and | Dan Gohman |
| 2010-02-10 | Use an AssemblyAnnotatorWriter to clean up IVUsers' debug output. | Dan Gohman |
| 2010-02-01 | Add "dump" method to IVUsersOneStride. | Bill Wendling |
| 2010-01-21 | Re-implement the main strength-reduction portion of LoopStrengthReduction. | Dan Gohman |
| 2010-01-19 | Add a new helper function to IVUsers for returning the "canonical" | Dan Gohman |
| 2010-01-09 | Use WriteAsOperand instead of getName() to print loop header names, | Dan Gohman |
| 2009-12-23 | Convert debug messages to use dbgs(). Generally this means | David Greene |
| 2009-12-18 | Add Loop contains utility methods for testing whether a loop | Dan Gohman |
| 2009-12-18 | Reapply LoopStrengthReduce and IVUsers cleanups, excluding the part | Dan Gohman |
| 2009-12-17 | Revert 91280-91283, 91286-91289, 91291, 91293, 91295-91296. It apparently int... | Evan Cheng |
| 2009-12-14 | Clear the Processed set when it is no longer used, and clear the | Dan Gohman |
| 2009-12-14 | Fix a thinko; isNotAlreadyContainedIn had a built-in negative, so the | Dan Gohman |
| 2009-12-14 | Drop Loop::isNotAlreadyContainedIn in favor of Loop::contains. The | Dan Gohman |
| 2009-11-23 | enable iv-users simplification by default | Jim Grosbach |
| 2009-11-19 | Teach IVUsers to keep things simpler and track loop-invariant strides only | Jim Grosbach |
| 2009-11-12 | - Teach LSR to avoid changing cmp iv stride if it will create an immediate that | Evan Cheng |
| 2009-11-05 | Fix IVUsers to avoid assuming that the loop has a unique backedge. | Dan Gohman |
| 2009-09-27 | Instead of testing whether an instruction dominates the loop preheader, | Dan Gohman |
| 2009-09-27 | Remove a redundant #include. | Dan Gohman |
| 2009-08-24 | remove a few dead insertion methods. | Chris Lattner |
| 2009-08-23 | remove a few DOUTs here and there. | Chris Lattner |
| 2009-08-23 | eliminate the "Value" printing methods that print to a std::ostream. | Chris Lattner |
| 2009-08-17 | Fix more missing newlines. | Dan Gohman |
| 2009-07-25 | More migration to raw_ostream, the water has dried up around the iostream hole. | Daniel Dunbar |
| 2009-07-14 | Add a newline, now that Value's operator<< doesn't print one. | Dan Gohman |
| 2009-07-13 | Make Loop and MachineLoop be subclasses of LoopBase, rather than typedefs, | Dan Gohman |
| 2009-07-07 | Change all SCEV* to SCEV *. | Dan Gohman |
| 2009-06-22 | SCEVHandle is no more! | Owen Anderson |
| 2009-06-19 | Don't (unconditionally) use getSCEVAtScope to simplify the step | Dan Gohman |
| 2009-06-18 | Remove the code from IVUsers that attempted to handle | Dan Gohman |
| 2009-06-15 | Code cleanups. getSCEVAtScope no longer uses SCEVCouldNotCompute. | Dan Gohman |
| 2009-05-13 | Avoid getting a compiler warning | Duncan Sands |
| 2009-05-12 | Factor the code for collecting IV users out of LSR into an IVUsers class, | Dan Gohman |