| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Reapply r131781, now that the GVN bug with partially-aliasing loads | Dan Gohman | 2011-06-04 | 2 | -1/+132 |
* | Remove this test, which should have been reverted along with r131781. | Dan Gohman | 2011-06-04 | 1 | -131/+0 |
* | Revert r131781 again. Apparently there is more going on here. | Dan Gohman | 2011-06-04 | 1 | -1/+1 |
* | Reapply r131781 (revert r131809), now that some BasicAA shortcomings | Dan Gohman | 2011-06-04 | 2 | -1/+132 |
* | Fix BasicAA's recursion detection so that it doesn't pessimize | Dan Gohman | 2011-06-04 | 1 | -0/+41 |
* | When merging MustAlias and PartialAlias, chose PartialAlias instead | Dan Gohman | 2011-06-03 | 1 | -0/+39 |
* | Make DecomposeGEPExpression check SimplifyInstruction only | Dan Gohman | 2011-05-24 | 1 | -0/+25 |
* | I missed a checking with my GVN change. | Chris Lattner | 2011-05-22 | 1 | -2/+2 |
* | Revert commit 131781, to see if it fixes the x86-64 dragonegg buildbot. | Duncan Sands | 2011-05-21 | 2 | -132/+1 |
* | When BasicAA can determine that two pointers have the same base but | Dan Gohman | 2011-05-21 | 2 | -1/+132 |
* | Teach BasicAA about arm.neon.vld1 and vst1. | Dan Gohman | 2011-04-27 | 1 | -0/+16 |
* | When analyzing functions known to only access argument pointees, | Dan Gohman | 2011-04-27 | 2 | -0/+50 |
* | Test case and comment for PR9633. | Andrew Trick | 2011-04-27 | 1 | -0/+33 |
* | Make tests more useful. | Benjamin Kramer | 2011-04-25 | 1 | -2/+2 |
* | PR9634: Don't unconditionally tell the AliasSetTracker that the PreheaderLoad | Eli Friedman | 2011-04-07 | 1 | -1/+1 |
* | remove postdom frontiers, because it is dead. Forward dom frontiers are | Chris Lattner | 2011-04-05 | 3 | -817/+0 |
* | Revert r128140 for now. | Anders Carlsson | 2011-03-23 | 1 | -19/+0 |
* | A global variable with internal linkage where all uses are in one function an... | Anders Carlsson | 2011-03-23 | 1 | -0/+19 |
* | Propagate SCEV no-wrap flags whenever possible. | Andrew Trick | 2011-03-15 | 3 | -14/+21 |
* | When SCEV can determine the loop test is X < X, set ExactBECount=0. | Andrew Trick | 2011-03-09 | 1 | -0/+34 |
* | teach SCEV that the scale and addition of an inbounds gep don't NSW. | Chris Lattner | 2011-02-13 | 2 | -4/+31 |
* | Per discussion with Dan G, inbounds geps *certainly* can have | Chris Lattner | 2011-02-11 | 1 | -2/+2 |
* | Add another rdar number. | Dan Gohman | 2011-01-24 | 1 | -1/+1 |
* | Simplify some code with no functionality change. Make the test a lot more | Nick Lewycky | 2011-01-23 | 1 | -15/+19 |
* | Use value ranges to fold ext(trunc) in SCEV when possible. | Nick Lewycky | 2011-01-23 | 1 | -0/+34 |
* | Implement requiredTransitive | Tobias Grosser | 2011-01-20 | 1 | -0/+24 |
* | Similarly, analyze truncate through multiply. | Nick Lewycky | 2011-01-19 | 1 | -0/+8 |
* | Add a missed SCEV fold that is required to continue analyzing the IR produced | Nick Lewycky | 2011-01-19 | 1 | -1/+9 |
* | Add a missing SCEV simplification sext(zext x) --> zext x. | Nick Lewycky | 2011-01-19 | 1 | -0/+8 |
* | Teach BasicAA to return PartialAlias in cases where both pointers | Dan Gohman | 2011-01-18 | 1 | -0/+33 |
* | Revert the testcase from the previous reverted commit. | Eric Christopher | 2011-01-11 | 1 | -2/+0 |
* | add a testcase I missed in previous commit. | Chris Lattner | 2011-01-09 | 1 | -0/+2 |
* | teach SCEV analysis of PHI nodes that PHI recurences formed | Chris Lattner | 2011-01-09 | 1 | -2/+40 |
* | reduce indentation. Print <nuw> and <nsw> when dumping SCEV AddRec's | Chris Lattner | 2011-01-09 | 1 | -1/+1 |
* | fix rdar://8813415 - a miscompilation of 164.gzip that loop-idiom | Chris Lattner | 2011-01-03 | 1 | -0/+22 |
* | filecheckize | Chris Lattner | 2011-01-03 | 1 | -6/+8 |
* | -enable-tbaa is on by default now. | Dan Gohman | 2010-12-16 | 8 | -9/+9 |
* | Make memcpyopt TBAA-aware. | Dan Gohman | 2010-12-16 | 1 | -0/+23 |
* | Move Sub simplifications and additional Add simplifications out of | Duncan Sands | 2010-12-15 | 1 | -2/+2 |
* | Reapply r121520, PartialAlias implementation for BasicAA, now that | Dan Gohman | 2010-12-13 | 1 | -2/+27 |
* | Revert r121520, which may have introduced miscompilations. | Dan Gohman | 2010-12-10 | 1 | -27/+2 |
* | Implement PartialAlias checking in BasicAA. | Dan Gohman | 2010-12-10 | 1 | -2/+27 |
* | remove fixme comment too. | Chris Lattner | 2010-11-30 | 1 | -3/+3 |
* | check in *all* files. This is now handled by my previous DSE commit. | Chris Lattner | 2010-11-30 | 1 | -1/+1 |
* | test: Check the feature 'loadable_module' with load modules in %llvmshlibdir. | NAKAMURA Takumi | 2010-11-29 | 1 | -2/+2 |
* | Delete unneeded ssp attributes. | Dan Gohman | 2010-11-11 | 3 | -3/+3 |
* | TBAA-enable ArgumentPromotion. | Dan Gohman | 2010-11-11 | 1 | -0/+31 |
* | Make Sink tbaa-aware. | Dan Gohman | 2010-11-11 | 1 | -0/+20 |
* | Add a testcase which demonstrates alias analysis pass precedence. | Dan Gohman | 2010-11-11 | 1 | -0/+21 |
* | Fully invalidate cached results when a prior query's size or | Dan Gohman | 2010-11-10 | 1 | -0/+91 |