Rename -disable-iv-rewrite to -enable-iv-rewrite=false in preparation for default...
[oota-llvm.git] / test / Transforms / CorrelatedValuePropagation /
2011-01-16 Nick LewyckyTest for lazy value info's ability to prove the absense...
2010-12-15 Owen AndersonFix PR8790, another instance where unreachable code...
2010-10-29 Owen AndersonUpdate testcase since we're no longer doing the constan...
2010-09-16 Owen AndersonAdd missing RUN line to this test.
2010-09-16 Owen AndersonIt is possible, under specific circumstances involving...
2010-09-16 Owen AndersonFix PR8161, in which an unreachable loop causes recursi...
2010-09-03 Owen AndersonPropagate non-local comparisons. Fixes PR1757.
2010-09-03 Owen AndersonAdd support for simplifying a load from a computed...
2010-09-03 Owen AndersonAdd PR number to test.
2010-09-02 Owen AndersonFix typo. I accidentally edited the wrong file before...
2010-09-02 Owen AndersonFix a bug in LazyValueInfo that CorrelatedValuePropagat...
2010-08-31 Owen AndersonRename test directory to reflect new pass name.