summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Vectorize
Commit message (Expand)AuthorAgeFilesLines
* [SLP] Fix regression in broadcasts caused by operand reordering patch D59973.Dinar Temirbulatov2019-06-051-5/+35
* [LoopUtils][SLPVectorizer] clean up management of fast-math-flagsSanjay Patel2019-06-051-3/+9
* [LV] Remove the redundant using LoopVectorizationPlanner:VPlanPtrFlorian Hahn2019-05-302-7/+4
* [LoopVectorize] Add FNeg instruction supportCraig Topper2019-05-301-9/+20
* [LV] Inform about exactly reason of loop illegalityFlorian Hahn2019-05-301-2/+10
* [SLPVectorizer] Set flag to previous default.Alina Sbirlea2019-05-231-1/+1
* LoopVectorizationCostModel::selectInterleaveCount - assert we have a non-zero...Simon Pilgrim2019-05-221-0/+2
* [SLP] Refactoring of EdgeInfo and UserTreeIdx in buildTree_rec().Dinar Temirbulatov2019-05-191-58/+48
* [LV] Move getScalarizationOverhead and vector call cost computations to CM. (...Florian Hahn2019-05-152-62/+61
* [SLP] Refactor VectorizableTree to use unique_ptr.Simon Pilgrim2019-05-101-48/+67
* [NewPassManager] Add tuning option: SLPVectorization [NFC].Alina Sbirlea2019-05-081-0/+4
* [MemorySSA] Teach LoopSimplify to preserve MemorySSA.Alina Sbirlea2019-05-081-1/+2
* [VPlan] Fix "value never used" static analyzer warning. NFCI.Simon Pilgrim2019-05-081-2/+1
* revert r360162 as it breaks most of the buildbotsKostya Serebryany2019-05-071-14/+6
* [DebugInfo@O2][LoopVectorize] pr39024: Vectorized code linenos step through l...Orlando Cazalet-Hyams2019-05-071-6/+14
* [LoadStoreVectorizer] vectorizeStoreChain - ensure we find a store type.Simon Pilgrim2019-05-061-1/+2
* [SLPVectorizer] Prefer pre-increments. NFCI.Simon Pilgrim2019-05-051-3/+3
* [SLPVectorizer] Make getSpillCost() const. NFCI.Simon Pilgrim2019-05-051-2/+9
* Enable LoopVectorization by default.Alina Sbirlea2019-04-251-1/+1
* [SLP] Fix crash after r358519, by V. Porpodas.Alexey Bataev2019-04-241-1/+2
* Use llvm::stable_sortFangrui Song2019-04-231-5/+5
* [NewPassManager] Adding pass tuning options: loop vectorize.Alina Sbirlea2019-04-191-0/+9
* Fix a typo in comments. [NFC]Ali Tamur2019-04-161-1/+1
* [SLP] Refactoring of the operand reordering code.Simon Pilgrim2019-04-161-171/+463
* [PGO] Profile guided code size optimization.Hiroshi Yamauchi2019-04-151-11/+26
* [VPLAN] Minor improvement to testing and debug messages.Florian Hahn2019-04-101-7/+10
* [IR] Refactor attribute methods in Function class (NFC)Evandro Menezes2019-04-041-2/+2
* [DebugInfo] Fix pr41180 : Loop Vectorization Debugify FailureVedant Kumar2019-04-021-3/+21
* [SLP] reorderInputsAccordingToOpcode is const method. NFCI.Simon Pilgrim2019-04-021-5/+4
* [SLP] getVectorElementSize and isTreeTinyAndNotFullyVectorizable are const me...Simon Pilgrim2019-04-011-4/+4
* [SLP] getGatherCost and isFullyVectorizableTinyTree are const methods. NFCI.Simon Pilgrim2019-04-011-7/+7
* [SLP] Add support for commutative icmp/fcmp predicatesSimon Pilgrim2019-03-291-14/+28
* [SLP] Add support for swapping icmp/fcmp predicates to permit vectorizationSimon Pilgrim2019-03-291-9/+17
* Make helper functions static. NFC.Benjamin Kramer2019-03-281-2/+2
* [VPlan] Determine Vector Width programmatically.Florian Hahn2019-03-282-20/+37
* [SLPVectorizer] Merge reorderAltShuffleOperands into reorderInputsAccordingTo...Simon Pilgrim2019-03-251-85/+35
* [SLPVectorizer] reorderInputsAccordingToOpcode - remove non-Instruction canon...Simon Pilgrim2019-03-251-7/+2
* [SLPVectorizer] shouldReorderOperands - just check for reordering. NFCI.Simon Pilgrim2019-03-241-28/+24
* Fix unused variable warning on non-asserts builds. NFCI.Simon Pilgrim2019-03-231-4/+3
* Remove unused function argument. NFCI.Simon Pilgrim2019-03-231-5/+7
* [SLPVectorizer] reorderInputsAccordingToOpcode - use InstructionState directl...Simon Pilgrim2019-03-231-3/+6
* [SLPVectorizer] Don't repeat VL.size() call. NFCI.Simon Pilgrim2019-03-231-1/+1
* [SLP] Remove redundancy of performing operand reordering twice: once in build...Simon Pilgrim2019-03-221-82/+171
* Revert rL355906: [SLP] Remove redundancy of performing operand reordering twi...Simon Pilgrim2019-03-121-169/+82
* Try to fix SLPVectorizer BoUpSLP::BoEdgeInfo::dump visibility on non-debug bu...Simon Pilgrim2019-03-121-3/+1
* [SLP] Remove redundancy of performing operand reordering twice: once in build...Simon Pilgrim2019-03-121-82/+171
* Reland "Relax constraints for reduction vectorization"Sanjoy Das2019-03-122-7/+12
* Revert "Relax constraints for reduction vectorization"Sanjoy Das2019-03-112-12/+7
* Relax constraints for reduction vectorizationSanjoy Das2019-03-112-7/+12
* Hide two unused debugging methods, NFCI.Jonas Hahnfeld2019-03-011-0/+4
OpenPOWER on IntegriCloud