2010-08-17 |
Dan Gohman | Tweak IVUsers' concept of "interesting" to exclude... |
blob | commitdiff | raw |
2010-08-06 |
Owen Anderson | Reapply r110396, with fixes to appease the Linux buildb... |
blob | commitdiff | raw | diff to current |
2010-08-06 |
Owen Anderson | Revert r110396 to fix buildbots. |
blob | commitdiff | raw | diff to current |
2010-08-05 |
Owen Anderson | Don't use PassInfo* as a type identifier for passes... |
blob | commitdiff | raw | diff to current |
2010-07-21 |
Owen Anderson | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). |
blob | commitdiff | raw | diff to current |
2010-04-19 |
Dan Gohman | Remove the Expr member from IVUsers. Instead of remembe... |
blob | commitdiff | raw | diff to current |
2010-04-11 |
Dan Gohman | Add a cast to void to show that the return value is... |
blob | commitdiff | raw | diff to current |
2010-04-11 |
Dan Gohman | Delete a dead check. |
blob | commitdiff | raw | diff to current |
2010-04-11 |
Dan Gohman | Delete dead code. |
blob | commitdiff | raw | diff to current |
2010-04-09 |
Dan Gohman | Fix a bug in IVUsers which was permitting non-affine... |
blob | commitdiff | raw | diff to current |
2010-04-07 |
Dan Gohman | Generalize IVUsers to track arbitrary expressions rathe... |
blob | commitdiff | raw | diff to current |
2010-04-06 |
Dan Gohman | Add a const qualifier. |
blob | commitdiff | raw | diff to current |
2010-03-01 |
Dan Gohman | Spelling fixes. |
blob | commitdiff | raw | diff to current |
2010-02-22 |
Dan Gohman | Remove unused variables and parameters. |
blob | commitdiff | raw | diff to current |
2010-02-14 |
Dan Gohman | Simplify this code; no need for a custom subclass if... |
blob | commitdiff | raw | diff to current |
2010-02-12 |
Dan Gohman | Reapply the new LoopStrengthReduction code, with compil... |
blob | commitdiff | raw | diff to current |
2010-02-10 |
Dan Gohman | Use an AssemblyAnnotatorWriter to clean up IVUsers... |
blob | commitdiff | raw | diff to current |
2010-02-01 |
Bill Wendling | Add "dump" method to IVUsersOneStride. |
blob | commitdiff | raw | diff to current |
2010-01-21 |
Dan Gohman | Re-implement the main strength-reduction portion of... |
blob | commitdiff | raw | diff to current |
2010-01-19 |
Dan Gohman | Add a new helper function to IVUsers for returning... |
blob | commitdiff | raw | diff to current |
2010-01-09 |
Dan Gohman | Use WriteAsOperand instead of getName() to print loop... |
blob | commitdiff | raw | diff to current |
2009-12-23 |
David Greene | Convert debug messages to use dbgs(). Generally this... |
blob | commitdiff | raw | diff to current |
2009-12-18 |
Dan Gohman | Add Loop contains utility methods for testing whether... |
blob | commitdiff | raw | diff to current |
2009-12-18 |
Dan Gohman | Reapply LoopStrengthReduce and IVUsers cleanups, exclud... |
blob | commitdiff | raw | diff to current |
2009-12-17 |
Evan Cheng | Revert 91280-91283, 91286-91289, 91291, 91293, 91295... |
blob | commitdiff | raw | diff to current |
2009-12-14 |
Dan Gohman | Clear the Processed set when it is no longer used,... |
blob | commitdiff | raw | diff to current |
2009-12-14 |
Dan Gohman | Fix a thinko; isNotAlreadyContainedIn had a built-in... |
blob | commitdiff | raw | diff to current |
2009-12-14 |
Dan Gohman | Drop Loop::isNotAlreadyContainedIn in favor of Loop... |
blob | commitdiff | raw | diff to current |
2009-11-23 |
Jim Grosbach | enable iv-users simplification by default |
blob | commitdiff | raw | diff to current |
2009-11-19 |
Jim Grosbach | Teach IVUsers to keep things simpler and track loop... |
blob | commitdiff | raw | diff to current |
2009-11-12 |
Evan Cheng | - Teach LSR to avoid changing cmp iv stride if it will... |
blob | commitdiff | raw | diff to current |
2009-11-05 |
Dan Gohman | Fix IVUsers to avoid assuming that the loop has a uniqu... |
blob | commitdiff | raw | diff to current |
2009-09-27 |
Dan Gohman | Instead of testing whether an instruction dominates... |
blob | commitdiff | raw | diff to current |
2009-09-27 |
Dan Gohman | Remove a redundant #include. |
blob | commitdiff | raw | diff to current |
2009-08-24 |
Chris Lattner | remove a few dead insertion methods. |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Chris Lattner | remove a few DOUTs here and there. |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Chris Lattner | eliminate the "Value" printing methods that print to... |
blob | commitdiff | raw | diff to current |
2009-08-17 |
Dan Gohman | Fix more missing newlines. |
blob | commitdiff | raw | diff to current |
2009-07-25 |
Daniel Dunbar | More migration to raw_ostream, the water has dried... |
blob | commitdiff | raw | diff to current |
2009-07-14 |
Dan Gohman | Add a newline, now that Value's operator<< doesn't... |
blob | commitdiff | raw | diff to current |
2009-07-13 |
Dan Gohman | Make Loop and MachineLoop be subclasses of LoopBase... |
blob | commitdiff | raw | diff to current |
2009-07-07 |
Dan Gohman | Change all SCEV* to SCEV *. |
blob | commitdiff | raw | diff to current |
2009-06-22 |
Owen Anderson | SCEVHandle is no more! |
blob | commitdiff | raw | diff to current |
2009-06-19 |
Dan Gohman | Don't (unconditionally) use getSCEVAtScope to simplify... |
blob | commitdiff | raw | diff to current |
2009-06-18 |
Dan Gohman | Remove the code from IVUsers that attempted to handle |
blob | commitdiff | raw | diff to current |
2009-06-15 |
Dan Gohman | Code cleanups. getSCEVAtScope no longer uses SCEVCouldN... |
blob | commitdiff | raw | diff to current |
2009-05-13 |
Duncan Sands | Avoid getting a compiler warning |
blob | commitdiff | raw | diff to current |
2009-05-12 |
Dan Gohman | Factor the code for collecting IV users out of LSR... |
blob | commitdiff | raw | diff to current |
|