Fix function return type in declaration (bot errors from r254926).
[oota-llvm.git] / include / llvm / Transforms / Vectorize.h
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2014-04-25 Karthik BhatAllow vectorization of bit intrinsics in BB Vectorizer.
2013-12-05 Renato GolinAdd #pragma vectorize enable/disable to LLVM
2013-08-28 Hal FinkelDisable unrolling in the loop vectorizer when disabled...
2013-04-09 Nadav RotemAdd support for bottom-up SLP vectorization infrastructure.
2013-02-15 Hal FinkelBBVectorize: Cap the number of candidate pairs in each...
2012-12-12 Nadav RotemLoopVectorizer: Use the "optsize" attribute to decide...
2012-12-12 Nadav RotemLoopVectorizer: When -Os is used, vectorize only loops...
2012-12-03 Nadav Rotemminor renaming, documentation and cleanups.
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.