summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Vectorize
Commit message (Expand)AuthorAgeFilesLines
* Add new target hooks for LoadStoreVectorizerVolkan Keles2016-10-031-42/+39
* Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini2016-10-011-1/+1
* [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
* Test commit. NFC.Volkan Keles2016-09-291-1/+1
* 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
* LSV: Fix incorrectly increasing alignmentMatt Arsenault2016-09-091-18/+16
* [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
* IR: Remove Value::intersectOptionalDataWith, replace all calls with calls to ...Peter Collingbourne2016-09-071-1/+1
* [LSV] Use the original loads' names for the extractelement instructions.Justin Lebar2016-09-071-2/+4
* ADT: Do not inherit from std::iterator in ilist_iteratorDuncan P. N. Exon Smith2016-09-031-1/+1
* [SLP] Don't pass a global CL option as an argument. NFC.Chad Rosier2016-09-021-8/+7
* [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
* [SLP] Update the debug based on Michael's suggestion.Chad Rosier2016-08-311-2/+3
* [SLP] Sink debug after checking for matching types/opcode.Chad Rosier2016-08-311-2/+2
* [SLP] Arguments should be camel case, and start with an upper case letter. NFC.Chad Rosier2016-08-311-2/+2
* [LoadStoreVectorizer] Change VectorSet to Vector to match head and tail posit...Alina Sbirlea2016-08-301-7/+7
* [LoopVectorizer] Predicate instructions in blocks with several incoming edgesMichael Kuperstein2016-08-301-12/+4
* ADT: Give ilist<T>::reverse_iterator a handle to the current nodeDuncan P. N. Exon Smith2016-08-301-5/+6
* [SLP] Return a boolean value for these static helpers. NFC.Chad Rosier2016-08-291-17/+16
* [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
* [SLP] Avoid signed integer overflowMatthew Simpson2016-08-231-9/+35
* Reapply "[SLP] Initialize VectorizedValue when gathering"Matthew Simpson2016-08-201-8/+66
* [SLP] Add command line option for minimum tree size (NFC)Matthew Simpson2016-08-201-1/+5
* Revert "[SLP] Initialize VectorizedValue when gathering" to fix ubsan bot.Vitaly Buka2016-08-201-66/+8
* [LoopVectorize] Don't copy std::vector in for-range loop.Benjamin Kramer2016-08-191-1/+1
* [SLP] Initialize VectorizedValue when gatheringMatthew Simpson2016-08-181-8/+66
OpenPOWER on IntegriCloud