aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/BBVectorize
AgeCommit message (Expand)Author
2012-04-14Fix an error in BBVectorize important for vectorizing pointer types.Hal Finkel
2012-04-14Enhance BBVectorize to more-properly handle pointer values and vectorize GEPs.Hal Finkel
2012-04-13Add support to BBVectorize for vectorizing selects.Hal Finkel
2012-03-31Correctly vectorize powi.Hal Finkel
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2012-02-10Update BBVectorize to use aliasesUnknownInst.Hal Finkel
2012-02-04Boost the effective chain depth of loads and stores.Hal Finkel
2012-02-01Add a basic-block autovectorization pass.Hal Finkel