summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "r306473 - re-commit r306336: Enable vectorizer-maximize-bandwidth by ...Teresa Johnson2017-07-011-1/+1
* re-commit r306336: Enable vectorizer-maximize-bandwidth by default.Teresa Johnson2017-07-011-1/+1
* revert r306336 for breaking ppc test.Teresa Johnson2017-07-011-1/+1
* Enable vectorizer-maximize-bandwidth by default.Teresa Johnson2017-07-011-1/+1
* [LV] Sink casts to unravel first order recurrenceAyal Zaks2017-06-301-1/+17
* [LV] Optimize for size when vectorizing loops with tiny trip countAyal Zaks2017-06-301-29/+30
* Revert "r306473 - re-commit r306336: Enable vectorizer-maximize-bandwidth by ...Daniel Jasper2017-06-301-1/+1
* [LV] Fix PR33613 - retain order of insertelement per partAyal Zaks2017-06-281-6/+7
* re-commit r306336: Enable vectorizer-maximize-bandwidth by default.Dehao Chen2017-06-271-1/+1
* Recommitting 306331.Ayal Zaks2017-06-271-287/+300
* revert r306336 for breaking ppc test.Dehao Chen2017-06-261-1/+1
* reverting 306331.Ayal Zaks2017-06-261-293/+286
* Enable vectorizer-maximize-bandwidth by default.Dehao Chen2017-06-261-1/+1
* [LV] Changing the interface of ValueMap, NFC.Ayal Zaks2017-06-261-286/+293
* Revert "Enable vectorizer-maximize-bandwidth by default."Diana Picus2017-06-221-1/+1
* Enable vectorizer-maximize-bandwidth by default.Dehao Chen2017-06-211-1/+1
* Improve profile-guided heuristics to use estimated trip count.Taewook Oh2017-06-191-27/+20
* [LoopVectorize] Don't preserve nsw/nuw flags on shrunken ops.George Burgess IV2017-06-091-1/+5
* [LV] Make scalarizeInstruction() non-virtual. NFC.Ayal Zaks2017-06-041-2/+1
* Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova2017-06-031-0/+2
* [LV] Reapply r303763 with fix for PR33193Matthew Simpson2017-05-301-10/+19
* Revert r303763, results in asserts i.e. while building Ruby.Joerg Sonnenberger2017-05-291-15/+6
* [LV] Update type in cost model for scalarizationMatthew Simpson2017-05-241-6/+15
* [LoopVectorizer] Let target prefer scalar addressing computations.Jonas Paulsson2017-05-241-0/+74
* [LV] Report multiple reasons for not vectorizing under allowExtraAnalysisAyal Zaks2017-05-231-20/+42
* Fix vector pass-through value being unused in IRBuilder::CreateMaskedGatherAmara Emerson2017-05-191-1/+1
* Revert 303174, 303176, and 303178Matthew Simpson2017-05-161-2/+2
* [LV] Avoid potentential division by zero when selecting ICMatthew Simpson2017-05-161-2/+2
* [LoopOptimizer][Fix]PR32859, PR24738Simon Pilgrim2017-05-131-7/+9
* [LV] Refactor ILV.vectorize{Loop}() by introducing LVP.executePlan(); NFCAyal Zaks2017-05-111-80/+101
* [LV] Fix insertion point for shuffle vectors in first order recurrenceAnna Thomas2017-05-091-2/+5
* Introduce experimental generic intrinsics for horizontal vector reductions.Amara Emerson2017-05-091-32/+5
* Use right function in LoopVectorize.Jonas Paulsson2017-05-041-1/+1
* [LV] Handle external uses of floating-point induction variablesMatthew Simpson2017-04-261-2/+6
* [LV] Remove redundant basic block splitGil Rapaport2017-04-251-3/+4
* [LV] Model if-converted phi node costsMatthew Simpson2017-04-211-2/+10
* [LV] Cache block mask valuesGil Rapaport2017-04-181-7/+17
* [LV] Remove implicit single basic block assumptionGil Rapaport2017-04-141-6/+5
* [LV] Fix the vector code generation for first order recurrenceAnna Thomas2017-04-131-12/+22
* [LV] Refactor ILV to provide vectorizeInstruction(); NFCAyal Zaks2017-04-131-310/+302
* [LoopVectorizer] Improve handling of branches during cost estimation.Jonas Paulsson2017-04-121-1/+32
* [LoopVectorizer, TTI] New method supportsEfficientVectorElementLoadStore()Jonas Paulsson2017-04-121-2/+6
* [SystemZ] TargetTransformInfo cost functions implemented.Jonas Paulsson2017-04-121-7/+7
* [LV] Avoid vectorizing first order recurrence when phi uses are outside loopAnna Thomas2017-04-111-1/+6
* Reapply r298620: [LV] Vectorize GEPsMatthew Simpson2017-04-071-79/+206
* [LV] Transform truncations of non-primary induction variablesMatthew Simpson2017-03-271-11/+10
* Revert r298620: [LV] Vectorize GEPsIvan Krasin2017-03-241-117/+67
* [LV] Vectorize GEPsMatthew Simpson2017-03-231-67/+117
* [LV] Delete unneeded scalar GEP creation codeMatthew Simpson2017-03-231-33/+1
* [LV] Refactor cross-iteration phi's back-patching; NFCGil Rapaport2017-03-141-232/+244
OpenPOWER on IntegriCloud