Move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits from
[oota-llvm.git] / test / Transforms / GVNPRE /
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.