summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopVectorize/gcc-examples.ll
Commit message (Expand)AuthorAgeFilesLines
* [LV] Remove triples from target-independent vectorizer tests. NFC.Michael Kuperstein2016-10-061-1/+0
* [LV] For some IVs, use vector phis instead of widening in the loop bodyMichael Kuperstein2016-06-011-1/+1
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-48/+48
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-69/+69
* [LoopVectorize] Induction variables: support arbitrary constant step.Hao Liu2015-01-301-2/+1
* Rename getMaximumUnrollFactor -> getMaxInterleaveFactor; also rename option n...Sanjay Patel2014-09-101-2/+2
* [LoopVectorize] Use AA to partition potential dependency checksHal Finkel2014-07-201-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
OpenPOWER on IntegriCloud