summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LV] Fix-up external IV users after updating dominator treeMatthew Simpson2017-01-091-7/+20
* Remove unused method in LoopVectorize.cpp.Jonas Paulsson2017-01-091-7/+0
* Currently isLikelyComplexAddressComputation tries to figure out if the given ...Mohammed Agabaria2017-01-051-42/+17
* [LV] Sink tripcount query to where it's actually used. NFC.Michael Kuperstein2016-12-191-5/+4
* Revert @llvm.assume with operator bundles (r289755-r289757)Daniel Jasper2016-12-191-14/+35
* Reapply "[LV] Enable vectorization of loops with conditional stores by default"Matthew Simpson2016-12-161-1/+1
* [LV] Don't attempt to type-shrink scalarized instructionsMatthew Simpson2016-12-161-5/+21
* Revert r289863: [LV] Enable vectorization of loops with conditionalChandler Carruth2016-12-161-1/+1
* [LV] Enable vectorization of loops with conditional stores by defaultMatthew Simpson2016-12-151-1/+1
* Remove the AssumptionCacheHal Finkel2016-12-151-35/+14
* [LV] Don't vectorize when we have a small static bound on trip countMichael Kuperstein2016-12-131-2/+2
* [LV] Scalarize operands of predicated instructionsMatthew Simpson2016-12-071-7/+210
* [LoopVectorize] Fix for non-determinism in codegenMandeep Singh Grang2016-11-161-1/+1
* [LoopVectorizer] When estimating reg usage, unused insts may "end" another useRobert Lougher2016-11-151-3/+4
* Test commit, remove trailing space.Florian Hahn2016-11-151-1/+1
* [LV] Stop saying "use -Rpass-analysis=loop-vectorize"Adam Nemet2016-11-111-2/+1
* Reset debug loc to OldInduction in InnerLoopVectorizer::createInductionVariab...Dehao Chen2016-11-071-1/+3
* Second attempt at r285517.Dorit Nuzman2016-10-311-11/+65
* Revert r285517 due to build failures.Dorit Nuzman2016-10-301-59/+1
* [LoopVectorize] Make interleaved-accesses analysis less conservative aboutDorit Nuzman2016-10-301-1/+59
* [LV] Sink scalar operands of predicated instructionsMatthew Simpson2016-10-251-13/+78
* [LV] Avoid emitting trivially dead instructionsMatthew Simpson2016-10-191-0/+45
* [LV] Account for predicated stores in instruction costsMatthew Simpson2016-10-131-0/+6
* [LV] Avoid rounding errors for predicated instruction costsMatthew Simpson2016-10-131-26/+29
* [LV] Don't mark multi-use branch conditions uniformMatthew Simpson2016-10-071-3/+6
* [LV] Pass profitability analysis in vectorizer constructor (NFC)Matthew Simpson2016-10-051-23/+28
* [LV] Pass legality analysis in vectorizer constructor (NFC)Matthew Simpson2016-10-051-12/+12
* [LV] Remove obsolete comment (NFC)Matthew Simpson2016-10-051-3/+1
* [LV] Use getScalarizationOverhead in memory instruction costs (NFC)Matthew Simpson2016-10-051-14/+10
* [LV] Add helper function for predicated block probability (NFC)Matthew Simpson2016-10-051-13/+25
* [LV] Add isScalarWithPredication helper function (NFC)Matthew Simpson2016-10-051-11/+23
* [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
OpenPOWER on IntegriCloud