summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/BBVectorize/X86
Commit message (Expand)AuthorAgeFilesLines
* Remove the BBVectorize pass.Chandler Carruth2017-06-3012-978/+0
* [BBVectorize][X86] Regenerate simple testsSimon Pilgrim2017-06-284-152/+240
* Add address space mangling to lifetime intrinsicsMatt Arsenault2017-04-101-4/+4
* Introduce -unroll-partial-threshold to separate PartialThreshold from Thresho...Dehao Chen2017-01-171-1/+1
* [InstCombine] Canonicalize insert splat sequences into an insert + shuffleMichael Kuperstein2016-12-281-1/+1
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-4/+4
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-4/+4
* [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatibleChandler Carruth2015-09-091-1/+1
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-275-50/+50
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-277-115/+115
* TBAA: remove !tbaa from testing cases when they are not needed.Manman Ren2013-08-211-13/+10
* BBVectorize: Add initial stores to the write set when tracking usesHal Finkel2013-08-131-0/+144
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-1410-19/+19
* CostModel: increase the default cost of supported floating point operations f...Nadav Rotem2013-04-122-4/+29
* BBVectorize: Fix an invalid reference bugHal Finkel2013-02-171-0/+98
* BBVectorize: Use VTTI to compute costs for intrinsics vectorizationHal Finkel2012-12-261-0/+79
* BBVectorize: Don't vectorize vector-manipulation chainsHal Finkel2012-11-131-0/+170
* BBVectorize: Only some insert element operand pairs are free.Hal Finkel2012-11-121-0/+85
* BBVectorize: Use a more sophisticated check for input costHal Finkel2012-11-121-0/+54
* BBVectorize: Check the types of compare instructionsHal Finkel2012-11-121-0/+16
* BBVectorize: Check the input types of shuffles for legalityHal Finkel2012-11-121-0/+25
* BBVectorize: Commit the rest of the test-case change.Hal Finkel2012-11-011-41/+1
* BBVectorize: Use target costs for incoming and outgoing values instead of the...Hal Finkel2012-11-012-11/+99
* BBVectorize: Choose pair ordering to minimize shufflesHal Finkel2012-10-312-2/+2
* Remove an invalid assert in TargetTransformImplHal Finkel2012-10-301-0/+12
* Move target-specific BBVectorize tests into a separate directory.Hal Finkel2012-10-262-0/+137
OpenPOWER on IntegriCloud