Update Transforms tests to use CHECK-LABEL for easier debugging. No functionality...
[oota-llvm.git] / test / Transforms / CorrelatedValuePropagation / basic.ll
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-02-24 Benjamin KramerCVP: If we have a PHI with an incoming select, try...
2013-02-24 Benjamin KramerFix invalid IR in test, missing incoming value for...
2012-03-09 Duncan SandsEliminate switch cases that can never match, for exampl...
2010-10-29 Owen AndersonUpdate testcase since we're no longer doing the constan...
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-08-31 Owen AndersonRename test directory to reflect new pass name.