summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopVectorize/increment.ll
Commit message (Expand)AuthorAgeFilesLines
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+65
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-65/+0
* [LV] Remove triples from target-independent vectorizer tests. NFC.Michael Kuperstein2016-10-061-1/+0
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-3/+3
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-3/+3
* Rename getMaximumUnrollFactor -> getMaxInterleaveFactor; also rename option n...Sanjay Patel2014-09-101-1/+1
* Correct word hyphenationsAlp Toker2013-12-051-1/+1
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-2/+2
* Remove the -licm pass from the loop vectorizer test because the loop vectoriz...Nadav Rotem2013-01-091-1/+1
* Force a fixed unroll count on the target independent tests.Nadav Rotem2013-01-051-1/+1
* LoopVectorize: Preserve NSW, NUW and IsExact flags.Nadav Rotem2012-10-311-1/+1
* LoopVectorizer: Add a basic cost model which uses the VTTI interface.Nadav Rotem2012-10-241-1/+1
* Vectorize: teach cavVectorizeMemory to distinguish between A[i]+=x and A[B[i]...Nadav Rotem2012-10-201-0/+66
* Vectorizer: Add support for loop reductions.Nadav Rotem2012-10-191-35/+0
* vectorizer: Add support for reading and writing from the same memory location.Nadav Rotem2012-10-191-0/+35
OpenPOWER on IntegriCloud