| Age | Commit message (Expand) | Author |
| 2012-04-17 | Revert "SCEV: When expanding a GEP the final addition to the base pointer has... | Benjamin Kramer |
| 2012-04-07 | SCEV: When expanding a GEP the final addition to the base pointer has NUW but... | Benjamin Kramer |
| 2012-03-26 | SCEV fix: Handle loop invariant loads. | Andrew Trick |
| 2012-03-22 | Test scalar evolution directly instead of testing the result of | Andrew Trick |
| 2012-02-16 | Replace all instances of dg.exp file with lit.local.cfg, since all tests are ... | Eli Bendersky |
| 2011-11-29 | SCEV fix. In general, Add/Mul expressions should not inherit NSW/NUW. | Andrew Trick |
| 2011-11-29 | Filecheckize. | Andrew Trick |
| 2011-11-09 | Don't forget to check FlagNW when determining whether an AddRecExpr will wrap | Nick Lewycky |
| 2011-10-27 | 2>&1 doesn't work here, it just creates an empty file called "&1" | Benjamin Kramer |
| 2011-10-25 | Restore commits 142790 and 142843 - they weren't breaking the build | Duncan Sands |
| 2011-10-25 | Speculatively revert commits 142790 and 142843 to see if it fixes | Duncan Sands |
| 2011-10-24 | Now that we look at all the header PHIs, we need to consider all the header PHIs | Nick Lewycky |
| 2011-10-24 | Reapply r142781 with fix. Original message: | Nick Lewycky |
| 2011-10-24 | Speculatively revert r142781. Bots are showing | Nick Lewycky |
| 2011-10-23 | Enhance SCEV's brute force loop analysis to handle multiple PHI nodes in the | Nick Lewycky |
| 2011-10-22 | Make SCEV's brute force analysis stronger in two ways. Firstly, we should be | Nick Lewycky |
| 2011-10-05 | Missing test case for r141164. | Andrew Trick |
| 2011-10-03 | Reapply r140979 with fix! We never did get a testcase, but careful review of the | Nick Lewycky |
| 2011-10-03 | Revert r140979 due to reports of bootstrap failure. | Nick Lewycky |
| 2011-10-03 | Add one more case we compute a max trip count. | Nick Lewycky |
| 2011-09-13 | This test only makes sense with -enable-iv-rewrite. | Andrew Trick |
| 2011-09-06 | This transform only handles two-operand AddRec's. Prevent it from trying to | Nick Lewycky |
| 2011-09-06 | The logic inside getMulExpr to simplify {a,+,b}*{c,+,d} was wrong, which was | Nick Lewycky |
| 2011-09-06 | Revert r139126 due to selfhost failures reported by buildbots. | Nick Lewycky |
| 2011-09-05 | Teach SCEV to report a max backedge count in one interesting case in | Nick Lewycky |
| 2011-06-19 | Remove support for parsing the "type i32" syntax for defining a numbered | Chris Lattner |
| 2011-06-18 | rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which is | Chris Lattner |
| 2011-06-17 | Remove support for using "foo" as symbols instead of %"foo". This is ancient | Chris Lattner |
| 2011-04-27 | Test case and comment for PR9633. | Andrew Trick |
| 2011-03-15 | Propagate SCEV no-wrap flags whenever possible. | Andrew Trick |
| 2011-03-09 | When SCEV can determine the loop test is X < X, set ExactBECount=0. | Andrew Trick |
| 2011-02-13 | teach SCEV that the scale and addition of an inbounds gep don't NSW. | Chris Lattner |
| 2011-02-11 | Per discussion with Dan G, inbounds geps *certainly* can have | Chris Lattner |
| 2011-01-23 | Simplify some code with no functionality change. Make the test a lot more | Nick Lewycky |
| 2011-01-23 | Use value ranges to fold ext(trunc) in SCEV when possible. | Nick Lewycky |
| 2011-01-20 | Implement requiredTransitive | Tobias Grosser |
| 2011-01-19 | Similarly, analyze truncate through multiply. | Nick Lewycky |
| 2011-01-19 | Add a missed SCEV fold that is required to continue analyzing the IR produced | Nick Lewycky |
| 2011-01-19 | Add a missing SCEV simplification sext(zext x) --> zext x. | Nick Lewycky |
| 2011-01-11 | Revert the testcase from the previous reverted commit. | Eric Christopher |
| 2011-01-09 | add a testcase I missed in previous commit. | Chris Lattner |
| 2011-01-09 | teach SCEV analysis of PHI nodes that PHI recurences formed | Chris Lattner |
| 2011-01-09 | reduce indentation. Print <nuw> and <nsw> when dumping SCEV AddRec's | Chris Lattner |
| 2010-09-02 | remove some noise from tests. | Chris Lattner |
| 2010-08-11 | When analyzing loop exit conditions combined with and and or, don't | Dan Gohman |
| 2010-06-30 | Revert the part of r107257 which introduced new logic for using | Dan Gohman |
| 2010-06-30 | Add a testcase for scev-aa's new capability. | Dan Gohman |
| 2010-06-22 | Allow "exhaustive" trip count evaluation on phi nodes with all | Dan Gohman |
| 2010-06-19 | Fix ScalarEvolution's "exhaustive" trip count evaluation code to avoid | Dan Gohman |
| 2010-06-18 | Revert r106304 (105548 and friends), which are the SCEVComplexityCompare | Dan Gohman |