summaryrefslogtreecommitdiff
path: root/test/Transforms/BBVectorize/X86
Commit message (Expand)AuthorAge
* TBAA: remove !tbaa from testing cases when they are not needed.Manman Ren2013-08-21
* BBVectorize: Add initial stores to the write set when tracking usesHal Finkel2013-08-13
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* CostModel: increase the default cost of supported floating point operations f...Nadav Rotem2013-04-12
* BBVectorize: Fix an invalid reference bugHal Finkel2013-02-17
* BBVectorize: Use VTTI to compute costs for intrinsics vectorizationHal Finkel2012-12-26
* BBVectorize: Don't vectorize vector-manipulation chainsHal Finkel2012-11-13
* BBVectorize: Only some insert element operand pairs are free.Hal Finkel2012-11-12
* BBVectorize: Use a more sophisticated check for input costHal Finkel2012-11-12
* BBVectorize: Check the types of compare instructionsHal Finkel2012-11-12
* BBVectorize: Check the input types of shuffles for legalityHal Finkel2012-11-12
* BBVectorize: Commit the rest of the test-case change.Hal Finkel2012-11-01
* BBVectorize: Use target costs for incoming and outgoing values instead of the...Hal Finkel2012-11-01
* BBVectorize: Choose pair ordering to minimize shufflesHal Finkel2012-10-31
* Remove an invalid assert in TargetTransformImplHal Finkel2012-10-30
* Move target-specific BBVectorize tests into a separate directory.Hal Finkel2012-10-26