aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms
Commit message (Expand)AuthorAgeFilesLines
* Fix what is _hopefully_ the last corner case for loops.Owen Anderson2007-07-251-0/+86
* My last commit was not correct for nested loops. Fix it, and add a testcase ...Owen Anderson2007-07-251-0/+38
* Fix an infinite loop on 300.twolf.Owen Anderson2007-07-251-0/+14
* Fix a bug in non-local memdep that was causing an infinite loop on 175.vpr.Owen Anderson2007-07-251-0/+15
* Fix a bug that was causing GVN to crash on 252.eon.Owen Anderson2007-07-251-0/+29
* Add basic support for performing whole-function RLE.Owen Anderson2007-07-253-0/+58
* Add a GVN pass, using the value numbering code I developed for GVNPRE and theOwen Anderson2007-07-243-0/+26
* Unreachable block is not a root node in post dominator tree.Devang Patel2007-07-241-0/+13
* Rename a lot of things to change FastDLE to RedundantLoadElimination.Owen Anderson2007-07-243-2/+2
* Add testcases for FastDLE.Owen Anderson2007-07-233-0/+17
* Move these tests to use FastDSE instead of old DSE.Owen Anderson2007-07-239-9/+9
* This xform isn't safe, removing it.Chris Lattner2007-07-211-10/+0
* Optimize alignment of loads and stores.Dan Gohman2007-07-201-0/+66
* For PR1553:Reid Spencer2007-07-193-4/+4
* New test.Devang Patel2007-07-181-0/+66
* rename function to avoid llvm-upgrade warningChris Lattner2007-07-161-1/+1
* Implement shift-simplify.ll:test[45].Chris Lattner2007-07-151-0/+12
* Implement shift-simplify.ll:test3, turning:Chris Lattner2007-07-151-0/+7
* New test.Devang Patel2007-07-111-0/+21
* Fix an error where ANTIC_OUT was ending up with more than one expression ofOwen Anderson2007-07-071-0/+14
* Fix a bunch of issues found in a testcase from 400.perlbench.Owen Anderson2007-07-051-0/+54
* Fix another bug, this time in PREing select instructions.Owen Anderson2007-07-041-0/+18
* Fix a typo that was killing GVNPRE of select instructions.Owen Anderson2007-07-041-0/+9
* Fix an error in phi translation of GEPs that was causing failures.Owen Anderson2007-07-041-0/+14
* Add support for performing GVNPRE on GEP instructions.Owen Anderson2007-07-031-0/+17
* Add support for performing GVNPRE on cast instructions, and add a testcase fo...Owen Anderson2007-07-031-0/+17
* Test case for recent patch for IndVarSimplify.cppZhou Sheng2007-07-021-0/+25
* Convert .cvsignore filesJohn Criswell2007-06-2940-114/+0
* Add a test for performing GVNPRE on select instructions.Owen Anderson2007-06-281-0/+17
* Add tests for performing GVNPRE on the three vector-specific instructions.Owen Anderson2007-06-273-0/+54
* new testcase, the inliner shouldn't inline this.Chris Lattner2007-06-251-0/+14
* Rename variables to expose the fact that this test is failing.Owen Anderson2007-06-241-16/+16
* new testcase miscompiled by instcombine, reduced from perlChris Lattner2007-06-211-0/+9
* Testcase for instances where a constant only occurs as an operand to a phi node.Owen Anderson2007-06-191-0/+22
* Add a new testcase for memory corruption issues.Owen Anderson2007-06-191-0/+26
* Testcase where GVNPRE was getting confused by invoke instructions.Owen Anderson2007-06-161-0/+70
* Add a testcase where GVNPRE what getting confused by a loop.Owen Anderson2007-06-151-0/+22
* add vector versions of this testChris Lattner2007-06-151-1/+20
* testcase for PR1510Chris Lattner2007-06-151-0/+27
* Add a test where phi translation was producing a null result.Owen Anderson2007-06-121-0/+19
* Testcase where GVNPRE crashes on functions with no exit nodes.Owen Anderson2007-06-121-0/+9
* Make the run line for this test correct. Thanks to Chris for spotting it.Owen Anderson2007-06-121-2/+2
* Add a GVN-PRE basic regression test.Owen Anderson2007-06-122-0/+41
* Instruct the inliner to obey the noinline attribute. Add test case.Tanya Lattner2007-06-061-0/+46
* Add a test for PR1499.Lauro Ramos Venancio2007-06-061-0/+22
* new testcase for PR1487Nick Lewycky2007-06-061-0/+117
* new testcase for PR1491Chris Lattner2007-06-041-0/+36
* Testcase for PR1421Chris Lattner2007-05-301-0/+23
* testcase for PR1446Chris Lattner2007-05-241-0/+27
* new testcase for PR1435Chris Lattner2007-05-231-0/+56