summaryrefslogtreecommitdiff
path: root/test/Transforms/GVN/pre-load.ll
Commit message (Expand)AuthorAge
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* Make BasicAliasAnalysis a normal AliasAnalysis implementation whichDan Gohman2010-10-18
* Testcase for critical edge splitting with load PRE.Bob Wilson2010-02-16
* add PR#Chris Lattner2009-11-29
* Add a testcase for:Chris Lattner2009-11-29
* add a testcase forChris Lattner2009-11-29
* reenable load address insertion in load pre. This allows us toChris Lattner2009-11-28
* disable value insertion for now, I need to figure out howChris Lattner2009-11-27
* add support for recursive phi translation and phi Chris Lattner2009-11-27
* add two simple test cases we now optimize (to one load in the loop each) and ...Chris Lattner2009-11-27
* teach GVN's load PRE to insert computations of the address in predecessorsChris Lattner2009-11-27
* add some tests for memdep phi translation + PRE.Chris Lattner2009-11-27
* filecheckizeChris Lattner2009-11-27
* rename test.Chris Lattner2009-11-27
* rename some tests to be more uniform in naming convention.Chris Lattner2008-12-13
* Fix test/Transforms/GVN/pre-load.llChris Lattner2008-12-05
* Implement PRE of loads in the GVN pass with a pretty cheap and Chris Lattner2008-12-02