summaryrefslogtreecommitdiff
path: root/lib/Transforms/Vectorize
Commit message (Expand)AuthorAge
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* LoopVectorizer: Don't if-convert constant expressions that can trapArnold Schwaighofer2013-12-17
* Prune redundant dependencies in LLVMBuild.txt.NAKAMURA Takumi2013-12-11
* Whitespaces.NAKAMURA Takumi2013-12-10
* Don't #include heavy Dominators.h file in LoopInfo.h. This change reducesJakub Staszak2013-12-07
* Add #pragma vectorize enable/disable to LLVMRenato Golin2013-12-05
* 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
* LoopVectorizer: Truncate i64 trip counts of i32 phis if necessaryArnold Schwaighofer2013-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
* LoopVectorizer: Extend the induction variable to a larger typeArnold Schwaighofer2013-11-18
* LoopVectorizer: Use abi alignment for accesses with no alignmentArnold Schwaighofer2013-11-15
* Move debug message in vectorizerRenato Golin2013-11-11
* 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
* LoopVectorize: Remove quadratic behavior the local CSE.Benjamin Kramer2013-11-02
* LoopVectorizer: Move cse code into its own functionArnold Schwaighofer2013-11-01
* LoopVectorizer: Perform redundancy elimination on induction variablesArnold Schwaighofer2013-11-01
* LoopVectorize: Look for consecutive acces in GEPs with trailing zero indicesBenjamin Kramer2013-11-01
* LoopVectorizer: If dependency checks fail try runtime checksArnold Schwaighofer2013-11-01
* LoopVectorizer: Clear all member data structures in RuntimeCheck.reset()Arnold Schwaighofer2013-11-01
* ARM cost model: Account for zero cost scalar SROA instructionsArnold Schwaighofer2013-10-29
* SLPVectorizer: Use vector type for vectorized memory operationsArnold Schwaighofer2013-10-29
* Quick look-up for block in loop.Wan Xiaofei2013-10-26
* LoopVectorizer: Don't attempt to vectorize extractelement instructionsHal Finkel2013-10-25
* Mark vector loops as already vectorizedRenato Golin2013-10-24
* Use more type helper functionsMatt Arsenault2013-10-21
* 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
* LoopVectorize: Properly reflect PODness in comments.Benjamin Kramer2013-10-15
* SLPVectorizer: Sort PHINodes based on their opcodeArnold Schwaighofer2013-10-12
* LoopVectorize: Add missing INITIALIZE_PASS_DEPENDENCY macrosTobias Grosser2013-10-12
* Better info when debugging vectorizerRenato Golin2013-10-11
* LoopVectorize: External uses must use the last value in a reduction cycleArnold Schwaighofer2013-10-07
* SLPVectorizer: Sort inputs to commutative binary operationsArnold Schwaighofer2013-10-04
* Don't use runtime bounds check between address spaces.Matt Arsenault2013-10-02
* Apply slp vectorization on fully-vectorizable tree of height 2Yi Jiang2013-10-02
* Fix debug printing spacing.Matt Arsenault2013-10-02
* Fix comment grammar and capitalization.Matt Arsenault2013-10-02
* SLPVectorizer: Make store chain finding more aggressive with GetUnderlyingObj...Benjamin Kramer2013-10-02