summaryrefslogtreecommitdiff
path: root/lib/Transforms/Vectorize/VecUtils.cpp
Commit message (Expand)AuthorAge
* Suppress GCC compiler warnings in release builds about variables that are onlyDuncan Sands2013-05-13
* SLPVectorizer: Swap LHS and RHS. No functionality change.Nadav Rotem2013-05-13
* SLPVectorizer: Fix a bug in the code that generates extracts for values with ...Nadav Rotem2013-05-12
* SLPVectorizer: Clear the map that maps between scalars to vectors after each ...Nadav Rotem2013-05-12
* SLPVectorizer: Add support for trees with external users.Nadav Rotem2013-05-10
* 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
* VecUtils: Clean up uses of dyn_cast.Benjamin Kramer2013-04-20
* SLPVectorizer: Strength reduce SmallVectors to ArrayRefs.Benjamin Kramer2013-04-20
* SLPVectorizer: Improve the cost model for loop invariant broadcast values.Nadav Rotem2013-04-20
* Fix the header comment.Nadav Rotem2013-04-20
* Use 64bit arithmetic for calculating distance between pointers.Nadav Rotem2013-04-20
* SLPVectorizer: Make it a function pass and add code for hoisting the vector-g...Nadav Rotem2013-04-15
* 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
* 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