[cleanup] Re-sort all the #include lines in LLVM using
[oota-llvm.git] / include / llvm / Transforms / Utils / VectorUtils.h
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-10-21 Matt ArsenaultAdd minnum / maxnum intrinsics
2014-10-14 Hal Finkel[LoopVectorize] Ignore @llvm.assume for cost estimates...
2014-05-30 Karthik BhatAllow vectorization of intrinsics such as powi,cttz...
2014-05-19 Benjamin KramerFlip on vectorization of bswap intrinsics.
2014-05-19 NAKAMURA TakumiReformat blank lines.
2014-05-08 Richard Smith[modules] Add missing #include.
2014-05-03 Karthik BhatVectorize intrinsic math function calls in SLPVectorizer.
2014-04-20 Richard SmithAdd missing #include found by modules build.
2014-04-09 Arnold SchwaighoferSLPVectorizer: Only vectorize intrinsics whose operands...