summaryrefslogtreecommitdiff
path: root/lib/Transforms/Vectorize/SLPVectorizer.cpp
Commit message (Expand)AuthorAge
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Don't #include heavy Dominators.h file in LoopInfo.h. This change reducesJakub Staszak2013-12-07
* Fix non-deterministic behavior.Rafael Espindola2013-12-05
* SLPVectorizer: An in-tree vectorized entry cannot also be a scalar external useArnold Schwaighofer2013-12-05
* Correct word hyphenationsAlp Toker2013-12-05
* PR1860 - We can't save a list of ExtractElement instructions to CSE because s...Nadav Rotem2013-11-26
* PR18060 - When we RAUW values with ExtractElement instructions in some casesNadav Rotem2013-11-26
* Migrate metadata information from scalar to vector instructions duringChandler Carruth2013-11-23
* SLPVectorizer: Fix whitespace errors.Arnold Schwaighofer2013-11-22
* SLP Vectorizer: Extract cost will only be added once even if the scalar has m...Yi Jiang2013-11-22
* SLPVectorizer: Fix stale for Value pointer arrayArnold Schwaighofer2013-11-19
* SLPVectorizer: Fix whitespace errorsArnold Schwaighofer2013-11-19
* SLPVectorizer: Use properlyDominates to satisfy the irreflexivity of a strict...Benjamin Kramer2013-11-04
* SLPVectorizer: Add a missing pair of parens. No functionality change.Benjamin Kramer2013-11-03
* SLPVectorizer: When CSEing generated gathers only scan blocks containing them.Benjamin Kramer2013-11-03
* SLPVectorizer: Remove duplicated function.Benjamin Kramer2013-11-02
* ARM cost model: Account for zero cost scalar SROA instructionsArnold Schwaighofer2013-10-29
* SLPVectorizer: Use vector type for vectorized memory operationsArnold Schwaighofer2013-10-29
* SLPVectorizer: Don't vectorize volatile memory operationsArnold Schwaighofer2013-10-16
* Revert "SLPVectorizer: Don't vectorize volatile memory operations"Arnold Schwaighofer2013-10-16
* SLPVectorizer: Don't vectorize volatile memory operationsArnold Schwaighofer2013-10-16
* SLPVectorizer: Sort PHINodes based on their opcodeArnold Schwaighofer2013-10-12
* SLPVectorizer: Sort inputs to commutative binary operationsArnold Schwaighofer2013-10-04
* Apply slp vectorization on fully-vectorizable tree of height 2Yi Jiang2013-10-02
* SLPVectorizer: Make store chain finding more aggressive with GetUnderlyingObj...Benjamin Kramer2013-10-02
* Remove several unused variables.Rafael Espindola2013-10-01
* IRBuilder: Add RAII objects to reset insertion points or fast math flags.Benjamin Kramer2013-09-30
* Even more spelling fixes for "instruction".Robert Wilhelm2013-09-28
* Fix SLPVectorizer using wrong address space for load/storeMatt Arsenault2013-09-27
* Transforms: Use getFirstNonPHI to set the insertion point for PHIsJustin Bogner2013-09-27
* SLPVectorize: Put horizontal reductions feeding a store under separate flagArnold Schwaighofer2013-09-25
* set the cost of tiny trees to INT_MAX in SLP vectorizer to disable vectorizat...Yi Jiang2013-09-24
* SLPVectorizer: Fix multiline comment warningArnold Schwaighofer2013-09-21
* Reapply "SLPVectorizer: Handle more horizontal reductions (disabled)""Arnold Schwaighofer2013-09-21
* Revert "SLPVectorizer: Handle more horizontal reductions (disabled)"Arnold Schwaighofer2013-09-21
* SLPVectorizer: Handle more horizontal reductions (disabled)Arnold Schwaighofer2013-09-20
* Prevent LoopVectorizer and SLPVectorizer running if the target has no vector ...Robert Lytton2013-09-18
* Revert accidental commit I had to make to get the test case in PR17268 to sti...Craig Topper2013-09-18
* Lift alignment restrictions for load/store folding on VINSERTF128/VEXTRACTF12...Craig Topper2013-09-18
* SLPVectorizer: Don't vectorize phi nodes that use invoke valuesArnold Schwaighofer2013-09-17
* In this patch we are trying to do two things:Yi Jiang2013-09-03
* Fix inserting instructions before last in bundle.Matt Arsenault2013-08-26
* test commit. Remove blank lineYi Jiang2013-08-26
* Fix unused variable in release buildMatt Arsenault2013-08-26
* Constify functionsMatt Arsenault2013-08-26
* Vectorize starting from insertelements building a vectorMatt Arsenault2013-08-26
* Check if in set on insertion instead of separatelyMatt Arsenault2013-08-24
* Teach the SLP vectorizer the correct way to check for consecutive accessChandler Carruth2013-08-22
* Use attribute helper functionMatt Arsenault2013-08-21
* Fix typoMatt Arsenault2013-08-21