[LoopVectorizer] Refine loop vectorizer's register usage calculator by ignoring speci...
[oota-llvm.git] / test / Transforms / LoopVectorize / gcc-examples.ll
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-01-30 Hao Liu[LoopVectorize] Induction variables: support arbitrary...
2014-09-10 Sanjay PatelRename getMaximumUnrollFactor -> getMaxInterleaveFactor...
2014-07-20 Hal Finkel[LoopVectorize] Use AA to partition potential dependenc...
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-01-09 Nadav RotemRemove the -licm pass from the loop vectorizer test...
2013-01-05 Nadav RotemiLoopVectorize: Non commutative operators can be used...
2013-01-05 Nadav RotemForce a fixed unroll count on the target independent...
2013-01-04 Paul RedmondDo not vectorize loops with subtraction reductions
2013-01-04 Nadav RotemLoopVectorizer:
2012-12-26 Nadav RotemLoopVectorizer: Optimize the vectorization of consecuti...
2012-12-11 Nadav RotemLoop Vectorize: optimize the vectorization of trunc...
2012-12-10 Nadav RotemAdd support for reverse induction variables. For example:
2012-11-17 Nadav RotemLoopVectorizer: Add initial support for pointer inducti...
2012-11-13 Duncan SandsRelax the restrictions on vector of pointer types,...
2012-10-31 Nadav RotemLoopVectorize: Preserve NSW, NUW and IsExact flags.
2012-10-24 Nadav RotemLoopVectorizer: Add a basic cost model which uses the...
2012-10-19 Nadav RotemVectorizer: Add support for loop reductions.
2012-10-18 Nadav RotemVectorizer: Add support for loops with an unknown count...
2012-10-17 Nadav RotemAdd a loop vectorizer.