Fix a case where the new SROA pass failed to zap dead operands to
[oota-llvm.git] / test / Transforms / BBVectorize /
2012-06-28 Hal FinkelAllow BBVectorize to form non-2^n-length vectors.
2012-06-24 Hal FinkelAllow controlling vectorization of boolean values separ...
2012-06-23 Hal FinkelAllow BBVectorize to fuse compare instructions.
2012-06-16 Hal FinkelTeach BBVectorize to combine, when possible, or discard...
2012-04-27 Hal FinkelDon't vectorize target-specific types (ppc_fp128, x86_f...
2012-04-14 Hal FinkelFix an error in BBVectorize important for vectorizing...
2012-04-14 Hal FinkelEnhance BBVectorize to more-properly handle pointer...
2012-04-13 Hal FinkelAdd support to BBVectorize for vectorizing selects.
2012-03-31 Hal FinkelCorrectly vectorize powi.
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2012-02-10 Hal FinkelUpdate BBVectorize to use aliasesUnknownInst.
2012-02-04 Hal FinkelBoost the effective chain depth of loads and stores.
2012-02-01 Hal FinkelAdd a basic-block autovectorization pass.