aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/GVNPRE
AgeCommit message (Expand)Author
2009-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman
2008-05-20sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif
2008-05-20Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif
2007-07-19For PR1553:Reid Spencer
2007-07-07Fix an error where ANTIC_OUT was ending up with more than one expression ofOwen Anderson
2007-07-05Fix a bunch of issues found in a testcase from 400.perlbench.Owen Anderson
2007-07-04Fix another bug, this time in PREing select instructions.Owen Anderson
2007-07-04Fix a typo that was killing GVNPRE of select instructions.Owen Anderson
2007-07-04Fix an error in phi translation of GEPs that was causing failures.Owen Anderson
2007-07-03Add support for performing GVNPRE on GEP instructions.Owen Anderson
2007-07-03Add support for performing GVNPRE on cast instructions, and add a testcase fo...Owen Anderson
2007-06-28Add a test for performing GVNPRE on select instructions.Owen Anderson
2007-06-27Add tests for performing GVNPRE on the three vector-specific instructions.Owen Anderson
2007-06-24Rename variables to expose the fact that this test is failing.Owen Anderson
2007-06-19Testcase for instances where a constant only occurs as an operand to a phi node.Owen Anderson
2007-06-19Add a new testcase for memory corruption issues.Owen Anderson
2007-06-16Testcase where GVNPRE was getting confused by invoke instructions.Owen Anderson
2007-06-15Add a testcase where GVNPRE what getting confused by a loop.Owen Anderson
2007-06-12Add a test where phi translation was producing a null result.Owen Anderson
2007-06-12Testcase where GVNPRE crashes on functions with no exit nodes.Owen Anderson
2007-06-12Make the run line for this test correct. Thanks to Chris for spotting it.Owen Anderson
2007-06-12Add a GVN-PRE basic regression test.Owen Anderson