aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/BBVectorize
Commit message (Expand)AuthorAgeFilesLines
* Allow BBVectorize to form non-2^n-length vectors.Hal Finkel2012-06-282-2/+36
* 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
* Teach BBVectorize to combine, when possible, or discard metadata when fusing ...Hal Finkel2012-06-161-0/+49
* Don't vectorize target-specific types (ppc_fp128, x86_fp80, etc.).Hal Finkel2012-04-271-0/+18
* Fix an error in BBVectorize important for vectorizing pointer types.Hal Finkel2012-04-141-0/+23
* Enhance BBVectorize to more-properly handle pointer values and vectorize GEPs.Hal Finkel2012-04-141-0/+81
* Add support to BBVectorize for vectorizing selects.Hal Finkel2012-04-131-0/+30
* Correctly vectorize powi.Hal Finkel2012-03-311-0/+44
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-3/+1
* Update BBVectorize to use aliasesUnknownInst.Hal Finkel2012-02-101-0/+244
* Boost the effective chain depth of loads and stores.Hal Finkel2012-02-041-0/+22
* Add a basic-block autovectorization pass.Hal Finkel2012-02-019-0/+633