summaryrefslogtreecommitdiff
path: root/lib/Transforms/Vectorize/LoopVectorize.cpp
Commit message (Expand)AuthorAge
...
* [vectorizer] Add some flags which are useful for conducting experimentsChandler Carruth2014-01-27
* [vectorizer] Fix a trivial oversight where we always requested theChandler Carruth2014-01-27
* [vectorizer] Clean up the handling of unvectorized loop unrolling in theChandler Carruth2014-01-27
* [LPM] Conclude my immediate work by making the LoopVectorizerChandler Carruth2014-01-25
* Fix known typosAlp Toker2014-01-24
* LoopVectorizer: A reduction that has multiple uses of the reduction value is notArnold Schwaighofer2014-01-19
* LoopVectorize: Only strip casts from integer types when replacing symbolicArnold Schwaighofer2014-01-15
* [PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth2014-01-13
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-13
* LoopVectorizer: Enable strided memory accesses versioning per defaultArnold Schwaighofer2014-01-11
* LoopVectorize.cpp: Appease MSC16.NAKAMURA Takumi2014-01-11
* LoopVectorizer: Handle strided memory accesses by versioningArnold Schwaighofer2014-01-10
* 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
* Add #pragma vectorize enable/disable to LLVMRenato Golin2013-12-05
* Correct word hyphenationsAlp Toker2013-12-05
* LoopVectorizer: Truncate i64 trip counts of i32 phis if necessaryArnold Schwaighofer2013-11-26
* 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
* 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
* 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
* LoopVectorize: Properly reflect PODness in comments.Benjamin Kramer2013-10-15
* 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
* Don't use runtime bounds check between address spaces.Matt Arsenault2013-10-02
* Fix debug printing spacing.Matt Arsenault2013-10-02
* Fix comment grammar and capitalization.Matt Arsenault2013-10-02
* Remove several unused variables.Rafael Espindola2013-10-01
* Convert manual insert point restores to the new RAII object.Benjamin Kramer2013-09-30
* Even more spelling fixes for "instruction".Robert Wilhelm2013-09-28
* Transforms: Use getFirstNonPHI to set the insertion point for PHIsJustin Bogner2013-09-27
* Revert "LoopVectorizer: Only allow vectorization of intrinsics."Arnold Schwaighofer2013-09-23
* LoopVectorizer: Only allow vectorization of intrinsics. We can't know for sur...Nadav Rotem2013-09-21
* Prevent LoopVectorizer and SLPVectorizer running if the target has no vector ...Robert Lytton2013-09-18
* Don't vectorize if there are outside loop users of the induction variable.Arnold Schwaighofer2013-09-16
* Don't assert on invalid loop vectorization hint.Eli Friedman2013-09-10
* LoopVectorize: PHI nodes are always at the beginning of a block, no need to s...Benjamin Kramer2013-09-10
* Disable unrolling in the loop vectorizer when disabled in the pass managerHal Finkel2013-08-28
* Refactor 'vectorizeLoop' no functionality change.Nadav Rotem2013-08-27
* LoopVectorize: Implement partial loop unrolling when vectorization is not pro...Nadav Rotem2013-08-26