aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/BBVectorize/X86
AgeCommit message (Expand)Author
2013-04-12CostModel: increase the default cost of supported floating point operations f...Nadav Rotem
2013-02-17BBVectorize: Fix an invalid reference bugHal Finkel
2012-12-26BBVectorize: Use VTTI to compute costs for intrinsics vectorizationHal Finkel
2012-11-13BBVectorize: Don't vectorize vector-manipulation chainsHal Finkel
2012-11-12BBVectorize: Only some insert element operand pairs are free.Hal Finkel
2012-11-12BBVectorize: Use a more sophisticated check for input costHal Finkel
2012-11-12BBVectorize: Check the types of compare instructionsHal Finkel
2012-11-12BBVectorize: Check the input types of shuffles for legalityHal Finkel
2012-11-01BBVectorize: Commit the rest of the test-case change.Hal Finkel
2012-11-01BBVectorize: Use target costs for incoming and outgoing values instead of the...Hal Finkel
2012-10-31BBVectorize: Choose pair ordering to minimize shufflesHal Finkel
2012-10-30Remove an invalid assert in TargetTransformImplHal Finkel
2012-10-26Move target-specific BBVectorize tests into a separate directory.Hal Finkel