summaryrefslogtreecommitdiff
path: root/test/Transforms/LoopVectorize/gcc-examples.ll
Commit message (Expand)AuthorAge
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* Remove the -licm pass from the loop vectorizer test because the loop vectoriz...Nadav Rotem2013-01-09
* iLoopVectorize: Non commutative operators can be used as reduction variables ...Nadav Rotem2013-01-05
* Force a fixed unroll count on the target independent tests.Nadav Rotem2013-01-05
* Do not vectorize loops with subtraction reductionsPaul Redmond2013-01-04
* LoopVectorizer:Nadav Rotem2013-01-04
* LoopVectorizer: Optimize the vectorization of consecutive memory access when ...Nadav Rotem2012-12-26
* Loop Vectorize: optimize the vectorization of trunc(induction_var). The trunc...Nadav Rotem2012-12-11
* Add support for reverse induction variables. For example:Nadav Rotem2012-12-10
* LoopVectorizer: Add initial support for pointer induction variables (for exam...Nadav Rotem2012-11-17
* Relax the restrictions on vector of pointer types, and vector getelementptr.Duncan Sands2012-11-13
* LoopVectorize: Preserve NSW, NUW and IsExact flags.Nadav Rotem2012-10-31
* LoopVectorizer: Add a basic cost model which uses the VTTI interface.Nadav Rotem2012-10-24
* Vectorizer: Add support for loop reductions.Nadav Rotem2012-10-19
* Vectorizer: Add support for loops with an unknown count. For example:Nadav Rotem2012-10-18
* Add a loop vectorizer.Nadav Rotem2012-10-17