summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Vectorize
Commit message (Expand)AuthorAgeFilesLines
* Rename getMaximumUnrollFactor -> getMaxInterleaveFactor; also rename option n...Sanjay Patel2014-09-101-39/+39
* Preserve IR flags (nsw, nuw, exact, fast-math) in SLP vectorizer (PR20802).Sanjay Patel2014-09-031-5/+30
* Change name of copyFlags() to copyIRFlags(). Add convenience method for logic...Sanjay Patel2014-09-031-1/+1
* Generate extract for in-tree uses if the use is scalar operand in vectorized ...Yi Jiang2014-09-021-18/+69
* Add a convenience method to copy wrapping, exact, and fast-math flags (NFC).Sanjay Patel2014-09-011-13/+3
* Small refactor on VectorizerHint for deduplicationRenato Golin2014-09-011-93/+160
* Fix: SLPVectorizer tried to move an instruction which was replaced by a vecto...Erik Eckstein2014-08-281-4/+0
* [SLP] Re-enable vectorization of GEP expressions (re-apply r210342 with a fix).Michael Zolotukhin2014-08-271-0/+101
* Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...Craig Topper2014-08-271-6/+4
* Revert r210342 and r210343, add test case for the crasher.Joerg Sonnenberger2014-08-261-91/+0
* fix typos in commentsSanjay Patel2014-08-261-4/+4
* Allow vectorization of division by uniform power of 2.Karthik Bhat2014-08-252-8/+31
* fix: SLPVectorizer crashes for unreachable blocks containing not schedulable ...Erik Eckstein2014-08-221-0/+8
* Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...Craig Topper2014-08-211-5/+5
* [LoopVectorizer] Limit unroll factor in the presence of nested reductions.James Molloy2014-08-201-0/+17
* Revert "Small refactor on VectorizerHint for deduplication"Renato Golin2014-08-191-147/+91
* Small refactor on VectorizerHint for deduplicationRenato Golin2014-08-191-91/+147
* Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...Craig Topper2014-08-181-5/+5
* Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...Craig Topper2014-08-171-5/+5
* Introduce a helper to combine instruction metadata.Rafael Espindola2014-08-151-32/+7
* [LoopVectorizer] Enable support for floating-point subtraction reductionsJames Molloy2014-08-081-1/+2
* SLPVectorizer: Use the type of the value loaded/stored to get the ABI alignmentArnold Schwaighofer2014-08-071-2/+3
* Teach the SLP Vectorizer that keeping some values live over a callsite can ha...James Molloy2014-08-051-0/+68
* fix bug 20513 - Crash in SLP VectorizerErik Eckstein2014-08-021-10/+14
* Add diagnostics to the vectorizer cost model.Tyler Nowicki2014-08-021-16/+30
* SLPVectorizer: fix build problem in Release configurationErik Eckstein2014-08-011-1/+5
* SLPVectorizer: improved scheduling algorithm.Erik Eckstein2014-08-011-249/+693
* SLP Vectorizer: added statistics counterErik Eckstein2014-08-011-0/+12
* SLP Vectorizer: improve canonicalize tree operands of commutitive binary oper...Erik Eckstein2014-08-011-28/+41
* Improve the remark generated for -Rpass-missed.Tyler Nowicki2014-07-311-17/+13
* Improve the remark generated when a variable that is used outside the loop is...Tyler Nowicki2014-07-311-3/+4
* SLP Vectorizer: Canonicalize tree operands of commutitive binary operands.Chad Rosier2014-07-301-12/+32
* Add scoped-noalias metadataHal Finkel2014-07-243-0/+10
* AA metadata refactoring (introduce AAMDNodes)Hal Finkel2014-07-241-4/+4
* Rename metadata llvm.loop.vectorize.unroll to llvm.loop.vectorize.interleave.Mark Heffernan2014-07-211-12/+14
* Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...Duncan P. N. Exon Smith2014-07-211-2/+3
* [LoopVectorize] Remove an unused private AA pointerHal Finkel2014-07-201-2/+1
* [LoopVectorize] Use AA to partition potential dependency checksHal Finkel2014-07-201-158/+205
* [C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...Manuel Jacob2014-07-201-3/+2
* [LoopVectorize] Use CreateAligned(Load|Store)Hal Finkel2014-07-191-4/+3
* [LoopVectorize] Propagate known metadata to vectorized instructionsHal Finkel2014-07-191-4/+45
* Emit warnings if vectorization is forced and fails.Tyler Nowicki2014-07-161-4/+19
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-261-17/+19
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-261-19/+17
* Add Rpass-missed and Rpass-analysis reports to the loop vectorizer. The remar...Tyler Nowicki2014-06-251-24/+183
* Rename loop unrolling and loop vectorizer metadata to have a common prefix.Eli Bendersky2014-06-251-2/+1
* LoopVectorizer: Fix a dominance issueArnold Schwaighofer2014-06-221-8/+17
* Add Support to Recognize and Vectorize NON SIMD instructions in SLPVectorizer.Karthik Bhat2014-06-201-14/+151
* [SLP] Enable vectorization of GEP expressions.Michael Zolotukhin2014-06-061-0/+87
* Fix PR19657 (scalar loads not combined into vector load)Karthik Bhat2014-06-061-2/+14
OpenPOWER on IntegriCloud