summaryrefslogtreecommitdiff
path: root/test/Transforms/BBVectorize
Commit message (Expand)AuthorAge
* BBVectorize should ignore unreachable blocks.Hal Finkel2012-10-22
* DataLayout should use itself when calculating the size of a vector.Hal Finkel2012-10-21
* Allow BBVectorize to form non-2^n-length vectors.Hal Finkel2012-06-28
* Allow controlling vectorization of boolean values separately from other integ...Hal Finkel2012-06-24
* Allow BBVectorize to fuse compare instructions.Hal Finkel2012-06-23
* Teach BBVectorize to combine, when possible, or discard metadata when fusing ...Hal Finkel2012-06-16
* Don't vectorize target-specific types (ppc_fp128, x86_fp80, etc.).Hal Finkel2012-04-27
* Fix an error in BBVectorize important for vectorizing pointer types.Hal Finkel2012-04-14
* Enhance BBVectorize to more-properly handle pointer values and vectorize GEPs.Hal Finkel2012-04-14
* Add support to BBVectorize for vectorizing selects.Hal Finkel2012-04-13
* Correctly vectorize powi.Hal Finkel2012-03-31
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-16
* Update BBVectorize to use aliasesUnknownInst.Hal Finkel2012-02-10
* Boost the effective chain depth of loads and stores.Hal Finkel2012-02-04
* Add a basic-block autovectorization pass.Hal Finkel2012-02-01