aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/GVN/pre-load.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-58/+58
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-8/+8
* Make BasicAliasAnalysis a normal AliasAnalysis implementation whichDan Gohman2010-10-181-1/+1
* Testcase for critical edge splitting with load PRE.Bob Wilson2010-02-161-0/+27
* add PR#Chris Lattner2009-11-291-0/+1
* Add a testcase for:Chris Lattner2009-11-291-0/+47
* add a testcase forChris Lattner2009-11-291-0/+45
* reenable load address insertion in load pre. This allows us toChris Lattner2009-11-281-14/+14
* disable value insertion for now, I need to figure out howChris Lattner2009-11-271-13/+11
* add support for recursive phi translation and phi Chris Lattner2009-11-271-0/+43
* add two simple test cases we now optimize (to one load in the loop each) and ...Chris Lattner2009-11-271-0/+121
* teach GVN's load PRE to insert computations of the address in predecessorsChris Lattner2009-11-271-0/+34
* add some tests for memdep phi translation + PRE.Chris Lattner2009-11-271-2/+53
* filecheckizeChris Lattner2009-11-271-2/+8
* rename test.Chris Lattner2009-11-271-0/+18
* rename some tests to be more uniform in naming convention.Chris Lattner2008-12-131-18/+0
* Fix test/Transforms/GVN/pre-load.llChris Lattner2008-12-051-1/+1
* Implement PRE of loads in the GVN pass with a pretty cheap and Chris Lattner2008-12-021-0/+18