Update Transforms tests to use CHECK-LABEL for easier debugging. No functionality...
[oota-llvm.git] / test / Transforms / LoopVectorize / reduction.ll
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-07-13 Arnold SchwaighoferLoopVectorizer: Disallow reductions whose header phi...
2013-05-07 Arnold SchwaighoferLoopVectorizer: Improve reduction variable identification
2013-01-09 Nadav RotemRemove the -licm pass from the loop vectorizer test...
2013-01-05 Nadav RotemFix a typo. Remove the duplicated 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
2012-12-18 Benjamin KramerLoopVectorize: Emit reductions as log2(vectorsize)...
2012-10-31 Nadav RotemLoopVectorize: Preserve NSW, NUW and IsExact flags.
2012-10-30 Nadav RotemLoopVectorize: Fix a bug in the initialization of reduc...
2012-10-25 Nadav RotemAdd support for additional reduction variables: AND...
2012-10-24 Nadav RotemLoopVectorizer: Add a basic cost model which uses the...
2012-10-21 Nadav RotemAdd support for reduction variables that do not start...
2012-10-19 Nadav RotemVectorizer: Add support for loop reductions.