summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LV] Build all scalar steps for non-uniform induction variablesMatthew Simpson2016-09-301-14/+3
* [LV] Port the remarks in processLoop to the new streaming APIAdam Nemet2016-09-301-22/+39
* [LV] Port the last opt remark in Hints to the new streaming interfaceAdam Nemet2016-09-301-5/+6
* [LAA, LV] Port to new streaming interface for opt remarks. Update LVAdam Nemet2016-09-301-3/+6
* Revert "[LAA, LV] Port to new streaming interface for opt remarks. Update LV"Adam Nemet2016-09-291-6/+3
* [LAA, LV] Port to new streaming interface for opt remarks. Update LVAdam Nemet2016-09-291-3/+6
* [LV] Port OptimizationRemarkAnalysisFPCommute andAdam Nemet2016-09-291-10/+12
* [LV] Convert processLoop to new streaming API for opt remarksAdam Nemet2016-09-291-10/+10
* [LV] Move static createMissedAnalysis from anonymous to global namespaceAdam Nemet2016-09-291-26/+26
* [LV] Convert CostModel to use the new streaming opt remark APIAdam Nemet2016-09-291-21/+20
* [LV] Split most of createMissedAnalysis into a static function. NFCAdam Nemet2016-09-291-15/+28
* [LV] Convert all but one opt remark in Legality to new streaming interfaceAdam Nemet2016-09-291-46/+72
* [LV] Convert emitRemark to new opt remark streaming interfaceAdam Nemet2016-09-291-14/+17
* Shorten DiagnosticInfoOptimizationRemark* to OptimizationRemark*. NFCAdam Nemet2016-09-271-1/+1
* [LV] Scalarize instructions marked scalar after vectorizationMatthew Simpson2016-09-261-0/+9
* [LV] Don't emit unused scalars for uniform instructionsMatthew Simpson2016-09-211-14/+58
* [LV] Rename "Width" to "Lane" (NFC)Matthew Simpson2016-09-211-6/+6
* [Loop Vectorizer] Consecutive memory access - fixed and simplifiedElena Demikhovsky2016-09-181-81/+5
* [Loop vectorizer] Simplified GEP cloning. NFC.Elena Demikhovsky2016-09-181-35/+26
* [LV] Process pointer IVs with PHINodes in collectLoopUniformsMatthew Simpson2016-09-141-4/+22
* [LV] Clean up uniform induction variable analysis (NFC)Matthew Simpson2016-09-131-23/+31
* [LV] Ensure proper handling of multi-use case when collecting uniformsMatthew Simpson2016-09-081-5/+5
* [LV] Don't mark pointers used by scalarized memory accesses uniformMatthew Simpson2016-09-081-42/+143
* [LV] Ensure reverse interleaved group GEPs remain uniformMatthew Simpson2016-09-021-1/+11
* [LV] Use ScalarParts for ad-hoc pointer IV scalarization (NFCI)Matthew Simpson2016-09-011-22/+9
* [LV] Move VectorParts allocation and mapping into PHI widening (NFC)Matthew Simpson2016-09-011-29/+38
* [LoopVectorizer] Predicate instructions in blocks with several incoming edgesMichael Kuperstein2016-08-301-12/+4
* [LV] Move insertelement sequence after scalar definitionsMatthew Simpson2016-08-291-0/+11
* [LV] Unify vector and scalar mapsMatthew Simpson2016-08-241-207/+284
* [Loop Vectorizer] Support predication of div/remGil Rapaport2016-08-241-73/+234
* [LoopVectorize] Don't copy std::vector in for-range loop.Benjamin Kramer2016-08-191-1/+1
* [LV] Move LoopBodyTraits to a better place, and add comment for simplifying L...Tim Shen2016-08-171-57/+0
* [LoopVectorize] Detect loops in the innermost loop before creating InnerLoopV...Tim Shen2016-08-121-6/+87
* Use the range variant of find/find_if instead of unpacking begin/endDavid Majnemer2016-08-121-2/+1
* [LV, X86] Be more optimistic about vectorizing shifts.Michael Kuperstein2016-08-041-1/+3
* [Loop Vectorizer] Move store-predication into its own function, remove obsole...Gil Rapaport2016-08-031-12/+18
* [LoopVectorize] Change comment for isOutOfScope in collectLoopUniforms, NFCWei Mi2016-08-021-3/+4
* [LV] Generate both scalar and vector integer induction variablesMatthew Simpson2016-08-021-34/+66
* [LV] Untangle the concepts of uniform and scalarMatthew Simpson2016-08-021-63/+107
* [LV] Move isGatherOrScatterLegal into LoopVectorizationLegality (NFC)Matthew Simpson2016-08-011-15/+13
* [LV] Use getPointerOperand helper where appropriate (NFC)Matthew Simpson2016-08-011-27/+21
* Fix the assertion error in collectLoopUniforms caused by empty Worklist befor...Wei Mi2016-07-271-2/+2
* [Loop Vectorizer] Handling loops FP induction variables.Elena Demikhovsky2016-07-241-32/+103
* [LV] Move vector int induction update to end of latchMatthew Simpson2016-07-211-3/+12
* [OptDiag,LV] Add hotness attribute to applied-optimization remarksAdam Nemet2016-07-211-7/+7
* [OptDiag,LV] Add hotness attribute to the derived analysis remarksAdam Nemet2016-07-201-7/+11
* [OptDiag,LV] Add hotness attribute to analysis remarksAdam Nemet2016-07-201-47/+53
* [LV] Add hotness attribute to missed-optimization remarksAdam Nemet2016-07-201-11/+17
* Recommit the patch "Use uniforms set to populate VecValuesToIgnore".Wei Mi2016-07-191-49/+40
* Revert rL275912.Wei Mi2016-07-181-40/+49
OpenPOWER on IntegriCloud