| Commit message (Expand) | Author | Age | Files | Lines |
* | Make BasicAliasAnalysis a normal AliasAnalysis implementation which | Dan Gohman | 2010-10-18 | 1 | -1/+1 |
* | Testcase for critical edge splitting with load PRE. | Bob Wilson | 2010-02-16 | 1 | -0/+27 |
* | add PR# | Chris Lattner | 2009-11-29 | 1 | -0/+1 |
* | Add a testcase for: | Chris Lattner | 2009-11-29 | 1 | -0/+47 |
* | add a testcase for | Chris Lattner | 2009-11-29 | 1 | -0/+45 |
* | reenable load address insertion in load pre. This allows us to | Chris Lattner | 2009-11-28 | 1 | -14/+14 |
* | disable value insertion for now, I need to figure out how | Chris Lattner | 2009-11-27 | 1 | -13/+11 |
* | add support for recursive phi translation and phi | Chris Lattner | 2009-11-27 | 1 | -0/+43 |
* | add two simple test cases we now optimize (to one load in the loop each) and ... | Chris Lattner | 2009-11-27 | 1 | -0/+121 |
* | teach GVN's load PRE to insert computations of the address in predecessors | Chris Lattner | 2009-11-27 | 1 | -0/+34 |
* | add some tests for memdep phi translation + PRE. | Chris Lattner | 2009-11-27 | 1 | -2/+53 |
* | filecheckize | Chris Lattner | 2009-11-27 | 1 | -2/+8 |
* | rename test. | Chris Lattner | 2009-11-27 | 1 | -0/+18 |
* | rename some tests to be more uniform in naming convention. | Chris Lattner | 2008-12-13 | 1 | -18/+0 |
* | Fix test/Transforms/GVN/pre-load.ll | Chris Lattner | 2008-12-05 | 1 | -1/+1 |
* | Implement PRE of loads in the GVN pass with a pretty cheap and | Chris Lattner | 2008-12-02 | 1 | -0/+18 |