[opaque pointer type] Add textual IR support for explicit type parameter to gep operator
[oota-llvm.git] / test / Transforms / BBVectorize / X86 /
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...
2013-08-21 Manman RenTBAA: remove !tbaa from testing cases when they are...
2013-08-13 Hal FinkelBBVectorize: Add initial stores to the write set when...
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-04-12 Nadav RotemCostModel: increase the default cost of supported float...
2013-02-17 Hal FinkelBBVectorize: Fix an invalid reference bug
2012-12-26 Hal FinkelBBVectorize: Use VTTI to compute costs for intrinsics...
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 FinkelRemove an invalid assert in TargetTransformImpl
2012-10-26 Hal FinkelMove target-specific BBVectorize tests into a separate...