| Age | Commit message (Expand) | Author |
| 2011-10-19 | Merging r142493: | Bill Wendling |
| 2011-10-19 | Merging r142492: | Bill Wendling |
| 2011-10-19 | Merging r142491: | Bill Wendling |
| 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-28 | PR10628: Fix getModRefInfo so it queries the underlying alias() implementatio... | Eli Friedman |
| 2011-09-26 | Enhance alias analysis for atomic instructions a bit. Upgrade a couple alias... | Eli Friedman |
| 2011-09-13 | This test only makes sense with -enable-iv-rewrite. | Andrew Trick |
| 2011-09-08 | Fix the logic in BasicAliasAnalysis::aliasGEP for comparing GEP's with variab... | Eli Friedman |
| 2011-09-06 | Teach BasicAA about the aliasing properties of memset_pattern16. | Owen Anderson |
| 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-07-09 | Move the loads after the calls so that the fix for | Rafael Espindola |
| 2011-07-09 | Use CHECK-NEXT. | Rafael Espindola |
| 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 | make the asmparser reject function and type redefinitions. 'Merging' hasn't ... | Chris Lattner |
| 2011-06-17 | Remove support for using "foo" as symbols instead of %"foo". This is ancient | Chris Lattner |
| 2011-06-17 | manually upgrade a bunch of tests to modern syntax, and remove some that | Chris Lattner |
| 2011-06-14 | Test case for r132797. | John McCall |
| 2011-06-04 | Reapply r131781, now that the GVN bug with partially-aliasing loads | Dan Gohman |
| 2011-06-04 | Remove this test, which should have been reverted along with r131781. | Dan Gohman |
| 2011-06-04 | Revert r131781 again. Apparently there is more going on here. | Dan Gohman |
| 2011-06-04 | Reapply r131781 (revert r131809), now that some BasicAA shortcomings | Dan Gohman |
| 2011-06-04 | Fix BasicAA's recursion detection so that it doesn't pessimize | Dan Gohman |
| 2011-06-03 | When merging MustAlias and PartialAlias, chose PartialAlias instead | Dan Gohman |
| 2011-05-24 | Make DecomposeGEPExpression check SimplifyInstruction only | Dan Gohman |
| 2011-05-22 | I missed a checking with my GVN change. | Chris Lattner |
| 2011-05-21 | Revert commit 131781, to see if it fixes the x86-64 dragonegg buildbot. | Duncan Sands |
| 2011-05-21 | When BasicAA can determine that two pointers have the same base but | Dan Gohman |
| 2011-04-27 | Teach BasicAA about arm.neon.vld1 and vst1. | Dan Gohman |
| 2011-04-27 | When analyzing functions known to only access argument pointees, | Dan Gohman |
| 2011-04-27 | Test case and comment for PR9633. | Andrew Trick |
| 2011-04-25 | Make tests more useful. | Benjamin Kramer |
| 2011-04-07 | PR9634: Don't unconditionally tell the AliasSetTracker that the PreheaderLoad | Eli Friedman |
| 2011-04-05 | remove postdom frontiers, because it is dead. Forward dom frontiers are | Chris Lattner |
| 2011-03-23 | Revert r128140 for now. | Anders Carlsson |
| 2011-03-23 | A global variable with internal linkage where all uses are in one function an... | Anders Carlsson |
| 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-24 | Add another rdar number. | Dan Gohman |
| 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 |