InstCombine: Fold more shuffles of shuffles.
[oota-llvm.git] / test / Transforms / BBVectorize / simple.ll
2013-04-30 Jim GrosbachInstCombine: Fold more shuffles of shuffles.
2013-01-07 Chandler CarruthSwitch BBVectorize to directly depend on having a TTI...
2012-11-28 Hal FinkelBBVectorize: Correctly merge SubclassOptionalData
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-06-28 Hal FinkelAllow BBVectorize to form non-2^n-length vectors.
2012-02-01 Hal FinkelAdd a basic-block autovectorization pass.