Upgrade tests to not use llvm-upgrade.
[oota-llvm.git] / test / Transforms / GVNPRE /
2007-07-19 Reid SpencerFor PR1553:
2007-07-07 Owen AndersonFix an error where ANTIC_OUT was ending up with more...
2007-07-05 Owen AndersonFix a bunch of issues found in a testcase from 400...
2007-07-04 Owen AndersonFix another bug, this time in PREing select instructions.
2007-07-04 Owen AndersonFix a typo that was killing GVNPRE of select instructions.
2007-07-04 Owen AndersonFix an error in phi translation of GEPs that was causin...
2007-07-03 Owen AndersonAdd support for performing GVNPRE on GEP instructions.
2007-07-03 Owen AndersonAdd support for performing GVNPRE on cast instructions...
2007-06-28 Owen AndersonAdd a test for performing GVNPRE on select instructions.
2007-06-27 Owen AndersonAdd tests for performing GVNPRE on the three vector...
2007-06-24 Owen AndersonRename variables to expose the fact that this test...
2007-06-19 Owen AndersonTestcase for instances where a constant only occurs...
2007-06-19 Owen AndersonAdd a new testcase for memory corruption issues.
2007-06-16 Owen AndersonTestcase where GVNPRE was getting confused by invoke...
2007-06-15 Owen AndersonAdd a testcase where GVNPRE what getting confused by...
2007-06-12 Owen AndersonAdd a test where phi translation was producing a null...
2007-06-12 Owen AndersonTestcase where GVNPRE crashes on functions with no...
2007-06-12 Owen AndersonMake the run line for this test correct. Thanks to...
2007-06-12 Owen AndersonAdd a GVN-PRE basic regression test.