Revert r255460, which still causes test failures on some platforms.
[oota-llvm.git] / test / Transforms / BBVectorize / loop1.ll
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-01-06 Sanjoy DasThis patch teaches IndVarSimplify to add nuw and nsw...
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-01-07 Chandler CarruthSwitch BBVectorize to directly depend on having a TTI...
2013-01-01 Nadav RotemMake opt grab the triple from the module and use it...
2012-10-31 Hal FinkelBBVectorize: Choose pair ordering to minimize shuffles
2012-10-26 Hal FinkelMove target-specific BBVectorize tests into a separate...
2012-10-25 Hal FinkelAdd CPU model to BBVectorize cost-model tests.
2012-10-25 Hal FinkelBegin incorporating target information into BBVectorize.
2012-02-01 Hal FinkelAdd a basic-block autovectorization pass.