summaryrefslogtreecommitdiff
path: root/include/llvm/Transforms/Vectorize.h
Commit message (Expand)AuthorAge
* Add a loop vectorizer.Nadav Rotem2012-10-17
* 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
* 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
* Refactor: Use positive field names in VectorizeConfig.Hongbin Zheng2012-04-07
* Introduce the VectorizeConfig class, with which we can control the behaviorHongbin Zheng2012-04-05
* Add the function "vectorizeBasicBlock" which allow users vectorize aHongbin Zheng2012-04-05
* Add a basic-block autovectorization pass.Hal Finkel2012-02-01