aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Vectorize/SLPVectorizer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-5/+3
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-58/+56
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-162/+390
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-297/+1007
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-18/+279
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-101/+156
* Update to LLVM 3.5a.Stephen Hines2014-04-241-86/+192
* Merging r196508:Bill Wendling2013-12-061-5/+1
* Merging r195791:Bill Wendling2013-11-271-16/+11
* Merging r195773:Bill Wendling2013-11-271-0/+8
* Merging r195528:Bill Wendling2013-11-251-2/+37
* Merging r195162:Bill Wendling2013-11-201-0/+30
* Merging r195161:Bill Wendling2013-11-201-11/+12
* SLPVectorizer: Use properlyDominates to satisfy the irreflexivity of a strict...Benjamin Kramer2013-11-041-1/+1
* SLPVectorizer: Add a missing pair of parens. No functionality change.Benjamin Kramer2013-11-031-1/+1
* SLPVectorizer: When CSEing generated gathers only scan blocks containing them.Benjamin Kramer2013-11-031-20/+37
* SLPVectorizer: Remove duplicated function.Benjamin Kramer2013-11-021-10/+2
* ARM cost model: Account for zero cost scalar SROA instructionsArnold Schwaighofer2013-10-291-3/+18
* SLPVectorizer: Use vector type for vectorized memory operationsArnold Schwaighofer2013-10-291-2/+2
* SLPVectorizer: Don't vectorize volatile memory operationsArnold Schwaighofer2013-10-161-3/+8
* Revert "SLPVectorizer: Don't vectorize volatile memory operations"Arnold Schwaighofer2013-10-161-8/+3
* SLPVectorizer: Don't vectorize volatile memory operationsArnold Schwaighofer2013-10-161-3/+8
* SLPVectorizer: Sort PHINodes based on their opcodeArnold Schwaighofer2013-10-121-23/+44
* SLPVectorizer: Sort inputs to commutative binary operationsArnold Schwaighofer2013-10-041-4/+123
* Apply slp vectorization on fully-vectorizable tree of height 2Yi Jiang2013-10-021-4/+21
* SLPVectorizer: Make store chain finding more aggressive with GetUnderlyingObj...Benjamin Kramer2013-10-021-9/+4
* Remove several unused variables.Rafael Espindola2013-10-011-1/+0
* IRBuilder: Add RAII objects to reset insertion points or fast math flags.Benjamin Kramer2013-09-301-21/+1
* Even more spelling fixes for "instruction".Robert Wilhelm2013-09-281-1/+1
* Fix SLPVectorizer using wrong address space for load/storeMatt Arsenault2013-09-271-4/+7
* Transforms: Use getFirstNonPHI to set the insertion point for PHIsJustin Bogner2013-09-271-1/+1
* SLPVectorize: Put horizontal reductions feeding a store under separate flagArnold Schwaighofer2013-09-251-13/+18
* set the cost of tiny trees to INT_MAX in SLP vectorizer to disable vectorizat...Yi Jiang2013-09-241-1/+1
* SLPVectorizer: Fix multiline comment warningArnold Schwaighofer2013-09-211-2/+2
* Reapply "SLPVectorizer: Handle more horizontal reductions (disabled)""Arnold Schwaighofer2013-09-211-8/+364
* Revert "SLPVectorizer: Handle more horizontal reductions (disabled)"Arnold Schwaighofer2013-09-211-368/+8
* SLPVectorizer: Handle more horizontal reductions (disabled)Arnold Schwaighofer2013-09-201-8/+368
* Prevent LoopVectorizer and SLPVectorizer running if the target has no vector ...Robert Lytton2013-09-181-0/+5
* Revert accidental commit I had to make to get the test case in PR17268 to sti...Craig Topper2013-09-181-1/+1
* Lift alignment restrictions for load/store folding on VINSERTF128/VEXTRACTF12...Craig Topper2013-09-181-1/+1
* SLPVectorizer: Don't vectorize phi nodes that use invoke valuesArnold Schwaighofer2013-09-171-0/+12
* In this patch we are trying to do two things:Yi Jiang2013-09-031-11/+36
* Fix inserting instructions before last in bundle.Matt Arsenault2013-08-261-16/+20
* test commit. Remove blank lineYi Jiang2013-08-261-1/+0
* Fix unused variable in release buildMatt Arsenault2013-08-261-3/+2
* Constify functionsMatt Arsenault2013-08-261-6/+8
* Vectorize starting from insertelements building a vectorMatt Arsenault2013-08-261-3/+57
* Check if in set on insertion instead of separatelyMatt Arsenault2013-08-241-7/+3
* Teach the SLP vectorizer the correct way to check for consecutive accessChandler Carruth2013-08-221-49/+15
* Use attribute helper functionMatt Arsenault2013-08-211-2/+1