aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/LoopVectorize/gcc-examples.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-117/+117
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-2/+1
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-2/+2
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-21/+21
* Remove the -licm pass from the loop vectorizer test because the loop vectoriz...Nadav Rotem2013-01-091-2/+2
* iLoopVectorize: Non commutative operators can be used as reduction variables ...Nadav Rotem2013-01-051-1/+1
* Force a fixed unroll count on the target independent tests.Nadav Rotem2013-01-051-1/+1
* Do not vectorize loops with subtraction reductionsPaul Redmond2013-01-041-1/+1
* LoopVectorizer:Nadav Rotem2013-01-041-0/+39
* LoopVectorizer: Optimize the vectorization of consecutive memory access when ...Nadav Rotem2012-12-261-1/+2
* Loop Vectorize: optimize the vectorization of trunc(induction_var). The trunc...Nadav Rotem2012-12-111-1/+1
* Add support for reverse induction variables. For example:Nadav Rotem2012-12-101-4/+2
* LoopVectorizer: Add initial support for pointer induction variables (for exam...Nadav Rotem2012-11-171-2/+1
* Relax the restrictions on vector of pointer types, and vector getelementptr.Duncan Sands2012-11-131-2/+2
* LoopVectorize: Preserve NSW, NUW and IsExact flags.Nadav Rotem2012-10-311-1/+3
* LoopVectorizer: Add a basic cost model which uses the VTTI interface.Nadav Rotem2012-10-241-1/+1
* Vectorizer: Add support for loop reductions.Nadav Rotem2012-10-191-2/+1
* Vectorizer: Add support for loops with an unknown count. For example:Nadav Rotem2012-10-181-4/+2
* Add a loop vectorizer.Nadav Rotem2012-10-171-0/+651