aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Vectorize
AgeCommit message (Expand)Author
2013-05-14LoopVectorize: Handle loops with multiple forward inductionsArnold Schwaighofer
2013-05-13Suppress GCC compiler warnings in release builds about variables that are onlyDuncan Sands
2013-05-13SLPVectorizer: Swap LHS and RHS. No functionality change.Nadav Rotem
2013-05-12SLPVectorizer: Fix a bug in the code that generates extracts for values with ...Nadav Rotem
2013-05-12SLPVectorizer: Clear the map that maps between scalars to vectors after each ...Nadav Rotem
2013-05-11LoopVectorize: Use the widest induction variable typeArnold Schwaighofer
2013-05-11LoopVectorize: Use variable instead of repeated function callArnold Schwaighofer
2013-05-11LoopVectorize: Use IRBuilder interface in more placesArnold Schwaighofer
2013-05-10SLPVectorizer: Add support for trees with external users.Nadav Rotem
2013-05-10Add a debug printNadav Rotem
2013-05-09LoopVectorizer: Don't assert on the absence of induction variablesArnold Schwaighofer
2013-05-07LoopVectorizer: Improve reduction variable identificationArnold Schwaighofer
2013-05-07LoopVectorize: getConsecutiveVector must respect signed arithmeticArnold Schwaighofer
2013-05-06Update the comment to mention that we use TTI.Nadav Rotem
2013-05-05LoopVectorize: Print values instead of pointers in debug output.Benjamin Kramer
2013-05-05LoopVectorize: Add support for floating point min/max reductionsArnold Schwaighofer
2013-05-05LoopVectorizer: Cleanup of miminimum/maximum pattern match codeArnold Schwaighofer
2013-05-05LoopVectorize: We don't need an identity element for min/max reductionsArnold Schwaighofer
2013-05-05Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko
2013-05-03LoopVectorizer: Add support for if-conversion of PHINodes with 3+ incoming va...Nadav Rotem
2013-05-01This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo
2013-04-30Fix a typoNadav Rotem
2013-04-26LoopVectorizer: Calculate the number of pointers to disambiguate at runtime ...Nadav Rotem
2013-04-25LoopVectorizer: No need to generate pointer disambiguation checks between rea...Nadav Rotem
2013-04-24LoopVectorizer: Change variable name Stride to ConsecutiveStrideArnold Schwaighofer
2013-04-24LoopVectorize: Scalarize padded typesArnold Schwaighofer
2013-04-24LoopVectorizer: Bail out if we don't have datalayout we need itArnold Schwaighofer
2013-04-23LoopVectorizer: Fix 15830. When scalarizing and unrolling stores make sure th...Nadav Rotem
2013-04-23Call the potentially costly isAnnotatedParallel() only once. Pekka Jaaskelainen
2013-04-23Refuse to (even try to) vectorize loops which have uniform writes,Pekka Jaaskelainen
2013-04-22Move C++ code out of the C headers and into either C++ headersEric Christopher
2013-04-21SLPVectorize: Add support for vectorization of casts.Nadav Rotem
2013-04-21SLPVectorizer: Fix a bug in the code that scans the tree in search of nodes w...Nadav Rotem
2013-04-20Fix PR15800. Do not try to vectorize vectors and structs.Nadav Rotem
2013-04-20VecUtils: Clean up uses of dyn_cast.Benjamin Kramer
2013-04-20SLPVectorizer: Strength reduce SmallVectors to ArrayRefs.Benjamin Kramer
2013-04-20SLPVectorizer: Reduce the compile time by eliminating the search for some of ...Nadav Rotem
2013-04-20refactor tryToVectorizePair to a new method that supports vectorization of li...Nadav Rotem
2013-04-20Fix an unused variable warning.Nadav Rotem
2013-04-20SLPVectorizer: Improve the cost model for loop invariant broadcast values.Nadav Rotem
2013-04-20Report the number of stores that were found in the debug message.Nadav Rotem
2013-04-20Fix the header comment.Nadav Rotem
2013-04-20Use 64bit arithmetic for calculating distance between pointers.Nadav Rotem
2013-04-19LoopVectorizer: Use matcher from PatternMatch.h for the min/max patternsArnold Schwaighofer
2013-04-18Fix a -Wdocumentation warningDmitri Gribenko
2013-04-18LoopVectorizer: Recognize min/max reductionsArnold Schwaighofer
2013-04-18LoopVectorize: Use a set to avoid longer cycles in the reduction chain too.Benjamin Kramer
2013-04-15SLPVectorizer: Make it a function pass and add code for hoisting the vector-g...Nadav Rotem
2013-04-15SLPVectorizer: Add support for vectorizing trees that start at compare instru...Nadav Rotem
2013-04-14Miscellaneous cleanups for VecUtils.hBenjamin Kramer