aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/BBVectorize/simple.ll
Commit message (Expand)AuthorAgeFilesLines
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-8/+8
* Revert "InstCombine: Fold more shuffles of shuffles."Jim Grosbach2013-05-011-4/+5
* InstCombine: Fold more shuffles of shuffles.Jim Grosbach2013-04-301-5/+4
* Switch BBVectorize to directly depend on having a TTI analysis.Chandler Carruth2013-01-071-1/+1
* BBVectorize: Correctly merge SubclassOptionalDataHal Finkel2012-11-281-0/+24
* BBVectorize: Choose pair ordering to minimize shufflesHal Finkel2012-10-311-9/+34
* Move target-specific BBVectorize tests into a separate directory.Hal Finkel2012-10-261-8/+0
* Add CPU model to BBVectorize cost-model tests.Hal Finkel2012-10-251-1/+1
* Begin incorporating target information into BBVectorize.Hal Finkel2012-10-251-0/+7
* Allow BBVectorize to form non-2^n-length vectors.Hal Finkel2012-06-281-2/+1
* Add a basic-block autovectorization pass.Hal Finkel2012-02-011-0/+152