instcombine: Migrate math library call simplifications
[oota-llvm.git] / test / Transforms / BBVectorize /
2012-11-13 Hal FinkelBBVectorize: Don't vectorize vector-manipulation chains
2012-11-12 Hal FinkelBBVectorize: Only some insert element operand pairs...
2012-11-12 Hal FinkelBBVectorize: Use a more sophisticated check for input...
2012-11-12 Hal FinkelBBVectorize: Check the types of compare instructions
2012-11-12 Hal FinkelBBVectorize: Check the input types of shuffles for...
2012-11-01 Hal FinkelBBVectorize: Commit the rest of the test-case change.
2012-11-01 Hal FinkelBBVectorize: Use target costs for incoming and outgoing...
2012-10-31 Hal FinkelBBVectorize: Choose pair ordering to minimize shuffles
2012-10-30 Hal FinkelBBVectorize: Fix a small bug introduced in r167042.
2012-10-30 Hal FinkelRemove an invalid assert in TargetTransformImpl
2012-10-26 Hal FinkelMove target-specific BBVectorize tests into a separate...
2012-10-26 Hal FinkelDisable generation of pointer vectors by BBVectorize.
2012-10-25 Hal FinkelAdd CPU model to BBVectorize cost-model tests.
2012-10-25 Hal FinkelBegin incorporating target information into BBVectorize.
2012-10-22 Hal FinkelBBVectorize should ignore unreachable blocks.
2012-10-21 Hal FinkelDataLayout should use itself when calculating the size...
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.