summaryrefslogtreecommitdiff
path: root/lib/Transforms/Vectorize/SLPVectorizer.cpp
Commit message (Expand)AuthorAge
* Add a debug printNadav Rotem2013-05-10
* Fix a typoNadav Rotem2013-04-30
* Fix PR15800. Do not try to vectorize vectors and structs.Nadav Rotem2013-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
* 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
* 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
* Add debug prints.Nadav Rotem2013-04-12
* 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