summaryrefslogtreecommitdiff
path: root/test/Transforms/GVNPRE
Commit message (Expand)AuthorAge
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-04
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-20
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-20
* For PR1553:Reid Spencer2007-07-19
* Fix an error where ANTIC_OUT was ending up with more than one expression ofOwen Anderson2007-07-07
* Fix a bunch of issues found in a testcase from 400.perlbench.Owen Anderson2007-07-05
* Fix another bug, this time in PREing select instructions.Owen Anderson2007-07-04
* Fix a typo that was killing GVNPRE of select instructions.Owen Anderson2007-07-04
* Fix an error in phi translation of GEPs that was causing failures.Owen Anderson2007-07-04
* Add support for performing GVNPRE on GEP instructions.Owen Anderson2007-07-03
* Add support for performing GVNPRE on cast instructions, and add a testcase fo...Owen Anderson2007-07-03
* Add a test for performing GVNPRE on select instructions.Owen Anderson2007-06-28
* Add tests for performing GVNPRE on the three vector-specific instructions.Owen Anderson2007-06-27
* Rename variables to expose the fact that this test is failing.Owen Anderson2007-06-24
* Testcase for instances where a constant only occurs as an operand to a phi node.Owen Anderson2007-06-19
* Add a new testcase for memory corruption issues.Owen Anderson2007-06-19
* Testcase where GVNPRE was getting confused by invoke instructions.Owen Anderson2007-06-16
* Add a testcase where GVNPRE what getting confused by a loop.Owen Anderson2007-06-15
* Add a test where phi translation was producing a null result.Owen Anderson2007-06-12
* Testcase where GVNPRE crashes on functions with no exit nodes.Owen Anderson2007-06-12
* Make the run line for this test correct. Thanks to Chris for spotting it.Owen Anderson2007-06-12
* Add a GVN-PRE basic regression test.Owen Anderson2007-06-12