aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Vectorize/VecUtils.cpp
Commit message (Expand)AuthorAgeFilesLines
* SLPVectorize: Add support for vectorization of casts.Nadav Rotem2013-04-211-0/+69
* SLPVectorizer: Fix a bug in the code that scans the tree in search of nodes w...Nadav Rotem2013-04-211-0/+1
* VecUtils: Clean up uses of dyn_cast.Benjamin Kramer2013-04-201-4/+4
* SLPVectorizer: Strength reduce SmallVectors to ArrayRefs.Benjamin Kramer2013-04-201-12/+12
* SLPVectorizer: Improve the cost model for loop invariant broadcast values.Nadav Rotem2013-04-201-8/+23
* Fix the header comment.Nadav Rotem2013-04-201-1/+1
* Use 64bit arithmetic for calculating distance between pointers.Nadav Rotem2013-04-201-2/+2
* SLPVectorizer: Make it a function pass and add code for hoisting the vector-g...Nadav Rotem2013-04-151-1/+8
* SLP: Document the scalarization cost method.Nadav Rotem2013-04-141-3/+10
* SLPVectorizer: Add support for trees that don't start at binary operators, an...Nadav Rotem2013-04-141-0/+10
* SLPVectorizer: add initial support for reduction variable vectorization.Nadav Rotem2013-04-141-0/+10
* SLPVectorizer: add support for vectorization of diamond shaped trees. We now ...Nadav Rotem2013-04-121-35/+207
* We require DataLayout for analyzing the size of stores.Nadav Rotem2013-04-101-1/+1
* Add support for bottom-up SLP vectorization infrastructure.Nadav Rotem2013-04-091-0/+439