aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/BBVectorize/simple-int.ll
AgeCommit message (Expand)Author
2013-02-20Modify the LLVM assembly output so that it uses references to represent funct...Bill Wendling
2013-01-07Switch BBVectorize to directly depend on having a TTI analysis.Chandler Carruth
2012-12-25BBVectorize: Enable vectorization of the fmuladd intrinsicHal Finkel
2012-10-31BBVectorize: Choose pair ordering to minimize shufflesHal Finkel
2012-03-31Correctly vectorize powi.Hal Finkel
2012-02-01Add a basic-block autovectorization pass.Hal Finkel