aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/BBVectorize/simple-sel.ll
Commit message (Expand)AuthorAgeFilesLines
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-3/+3
* Switch BBVectorize to directly depend on having a TTI analysis.Chandler Carruth2013-01-071-2/+2
* BBVectorize: Choose pair ordering to minimize shufflesHal Finkel2012-10-311-2/+2
* Allow controlling vectorization of boolean values separately from other integ...Hal Finkel2012-06-241-0/+3
* Allow BBVectorize to fuse compare instructions.Hal Finkel2012-06-231-0/+26
* Add support to BBVectorize for vectorizing selects.Hal Finkel2012-04-131-0/+30