summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopVectorize/vectorize-once.ll
Commit message (Expand)AuthorAgeFilesLines
* Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...Fangrui Song2019-12-241-1/+1
* Migrate function attribute "no-frame-pointer-elim-non-leaf" to "frame-pointer...Fangrui Song2019-12-241-1/+1
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+76
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-76/+0
* [Loop Vectorize] Added a separate metadataAditya Kumar2017-08-201-5/+4
* [LV] Remove triples from target-independent vectorizer tests. NFC.Michael Kuperstein2016-10-061-1/+0
* Introduce runtime unrolling disable matadata and use it to mark the scalar lo...Kevin Qin2015-03-091-1/+2
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-2/+2
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-4/+4
* IR: Add 'distinct' MDNodes to bitcode and assemblyDuncan P. N. Exon Smith2015-01-081-2/+2
* IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith2014-12-151-6/+6
* Rename getMaximumUnrollFactor -> getMaxInterleaveFactor; also rename option n...Sanjay Patel2014-09-101-1/+1
* Rename metadata llvm.loop.vectorize.unroll to llvm.loop.vectorize.interleave.Mark Heffernan2014-07-211-1/+1
* Rename loop unrolling and loop vectorizer metadata to have a common prefix.Eli Bendersky2014-06-251-3/+3
* Mark vector loops as already vectorizedRenato Golin2013-10-241-2/+3
* Fix missing CHECK-LABELsMatt Arsenault2013-10-021-2/+2
* Add support for llvm.vectorizer metadataPaul Redmond2013-05-281-5/+9
* TBAA: remove !tbaa from testing cases if not used.Manman Ren2013-04-301-5/+2
* PR14448 - prevent the loop vectorizer from vectorizing the same loop twice.Nadav Rotem2013-03-021-0/+75
OpenPOWER on IntegriCloud