summaryrefslogtreecommitdiff
path: root/lib/Transforms/Vectorize
Commit message (Expand)AuthorAge
* Merging r182485:Bill Wendling2013-05-22
* Merging r181286:Bill Wendling2013-05-08
* Update the comment to mention that we use TTI.Nadav Rotem2013-05-06
* LoopVectorize: Print values instead of pointers in debug output.Benjamin Kramer2013-05-05
* LoopVectorize: Add support for floating point min/max reductionsArnold Schwaighofer2013-05-05
* LoopVectorizer: Cleanup of miminimum/maximum pattern match codeArnold Schwaighofer2013-05-05
* LoopVectorize: We don't need an identity element for min/max reductionsArnold Schwaighofer2013-05-05
* Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko2013-05-05
* LoopVectorizer: Add support for if-conversion of PHINodes with 3+ incoming va...Nadav Rotem2013-05-03
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-01
* Fix a typoNadav Rotem2013-04-30
* LoopVectorizer: Calculate the number of pointers to disambiguate at runtime ...Nadav Rotem2013-04-26
* LoopVectorizer: No need to generate pointer disambiguation checks between rea...Nadav Rotem2013-04-25
* LoopVectorizer: Change variable name Stride to ConsecutiveStrideArnold Schwaighofer2013-04-24
* LoopVectorize: Scalarize padded typesArnold Schwaighofer2013-04-24
* LoopVectorizer: Bail out if we don't have datalayout we need itArnold Schwaighofer2013-04-24
* LoopVectorizer: Fix 15830. When scalarizing and unrolling stores make sure th...Nadav Rotem2013-04-23
* Call the potentially costly isAnnotatedParallel() only once. Pekka Jaaskelainen2013-04-23
* Refuse to (even try to) vectorize loops which have uniform writes,Pekka Jaaskelainen2013-04-23
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-22
* SLPVectorize: Add support for vectorization of casts.Nadav Rotem2013-04-21
* SLPVectorizer: Fix a bug in the code that scans the tree in search of nodes w...Nadav Rotem2013-04-21
* Fix PR15800. Do not try to vectorize vectors and structs.Nadav Rotem2013-04-20
* VecUtils: Clean up uses of dyn_cast.Benjamin Kramer2013-04-20
* SLPVectorizer: Strength reduce SmallVectors to ArrayRefs.Benjamin Kramer2013-04-20
* SLPVectorizer: Reduce the compile time by eliminating the search for some of ...Nadav Rotem2013-04-20
* refactor tryToVectorizePair to a new method that supports vectorization of li...Nadav Rotem2013-04-20
* Fix an unused variable warning.Nadav Rotem2013-04-20
* SLPVectorizer: Improve the cost model for loop invariant broadcast values.Nadav Rotem2013-04-20
* Report the number of stores that were found in the debug message.Nadav Rotem2013-04-20
* Fix the header comment.Nadav Rotem2013-04-20
* Use 64bit arithmetic for calculating distance between pointers.Nadav Rotem2013-04-20
* LoopVectorizer: Use matcher from PatternMatch.h for the min/max patternsArnold Schwaighofer2013-04-19
* Fix a -Wdocumentation warningDmitri Gribenko2013-04-18
* LoopVectorizer: Recognize min/max reductionsArnold Schwaighofer2013-04-18
* LoopVectorize: Use a set to avoid longer cycles in the reduction chain too.Benjamin Kramer2013-04-18
* SLPVectorizer: Make it a function pass and add code for hoisting the vector-g...Nadav Rotem2013-04-15
* SLPVectorizer: Add support for vectorizing trees that start at compare instru...Nadav Rotem2013-04-15
* Miscellaneous cleanups for VecUtils.hBenjamin Kramer2013-04-14
* SLP: Document the scalarization cost method.Nadav Rotem2013-04-14
* SLPVectorizer: Add support for trees that don't start at binary operators, an...Nadav Rotem2013-04-14
* SLPVectorizer: add initial support for reduction variable vectorization.Nadav Rotem2013-04-14
* SLPVectorizer: add support for vectorization of diamond shaped trees. We now ...Nadav Rotem2013-04-12
* Add debug prints.Nadav Rotem2013-04-12
* LoopVectorizer: integer division is not a reduction operationArnold Schwaighofer2013-04-12
* Rename the C function to create a SLPVectorizerPass to something sane and exp...Benjamin Kramer2013-04-11
* Make the SLP store-merger less paranoid about function calls. We check for fu...Nadav Rotem2013-04-10
* We require DataLayout for analyzing the size of stores.Nadav Rotem2013-04-10
* Add support for bottom-up SLP vectorization infrastructure.Nadav Rotem2013-04-09
* LoopVectorizer: Pass OperandValueKind information to the cost modelArnold Schwaighofer2013-04-04