Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / include / llvm / Transforms / Vectorize.h
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-17 Nadav RotemAdd a loop vectorizer.
2012-06-28 Hal FinkelAllow BBVectorize to form non-2^n-length vectors.
2012-06-24 Hal FinkelAllow controlling vectorization of boolean values separ...
2012-06-23 Hal FinkelAllow BBVectorize to fuse compare instructions.
2012-04-14 Hal FinkelEnhance BBVectorize to more-properly handle pointer...
2012-04-13 Hal FinkelAdd support to BBVectorize for vectorizing selects.
2012-04-07 Hongbin ZhengRefactor: Use positive field names in VectorizeConfig.
2012-04-05 Hongbin ZhengIntroduce the VectorizeConfig class, with which we...
2012-04-05 Hongbin ZhengAdd the function "vectorizeBasicBlock" which allow...
2012-02-01 Hal FinkelAdd a basic-block autovectorization pass.