aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Vectorize
AgeCommit message (Expand)Author
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
2013-04-14SLP: Document the scalarization cost method.Nadav Rotem
2013-04-14SLPVectorizer: Add support for trees that don't start at binary operators, an...Nadav Rotem
2013-04-14SLPVectorizer: add initial support for reduction variable vectorization.Nadav Rotem
2013-04-12SLPVectorizer: add support for vectorization of diamond shaped trees. We now ...Nadav Rotem
2013-04-12Add debug prints.Nadav Rotem
2013-04-12LoopVectorizer: integer division is not a reduction operationArnold Schwaighofer
2013-04-11Rename the C function to create a SLPVectorizerPass to something sane and exp...Benjamin Kramer
2013-04-10Make the SLP store-merger less paranoid about function calls. We check for fu...Nadav Rotem
2013-04-10We require DataLayout for analyzing the size of stores.Nadav Rotem
2013-04-09Add support for bottom-up SLP vectorization infrastructure.Nadav Rotem
2013-04-04LoopVectorizer: Pass OperandValueKind information to the cost modelArnold Schwaighofer
2013-03-14LoopVectorize: Invert case when we use a vector cmp value to query select costArnold Schwaighofer
2013-03-10BBVectorize: Fixup debugging statementsHal Finkel
2013-03-09Remove a source of nondeterminism from the LoopVectorizer.Benjamin Kramer
2013-03-09LoopVectorizer: Ignore all dbg intrinisicArnold Schwaighofer
2013-03-09LoopVectorizer: Ignore dbg.value instructionsArnold Schwaighofer
2013-03-08Insert the reduction start value into the first bypass block to preserve domi...Benjamin Kramer
2013-03-02PR14448 - prevent the loop vectorizer from vectorizing the same loop twice.Nadav Rotem
2013-03-01LoopVectorize: Don't hang forever if a PHI only has skipped PHI uses.Benjamin Kramer
2013-02-27LoopVectorize: Vectorize math builtin calls.Benjamin Kramer
2013-02-21Allow GlobalValues to vectorize with AliasAnalysisRenato Golin
2013-02-17BBVectorize: Fix an invalid reference bugHal Finkel
2013-02-15BBVectorize: Call a DAG and DAG instead of a treeHal Finkel
2013-02-15BBVectorize: Cap the number of candidate pairs in each instruction groupHal Finkel
2013-02-14BBVectorize: Remove the remaining instances of std::multimapHal Finkel
2013-02-14BBVectorize: Don't store candidate pairs in a std::multimapHal Finkel
2013-02-13LoopVectorize: Simplify code for clarity.Benjamin Kramer