summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Vectorize/VecUtils.h
Commit message (Expand)AuthorAgeFilesLines
* SLP Vectorizer: Implement multi-block slp-vectorization.Nadav Rotem2013-06-221-194/+0
* Clang-format the SLP vectorizer. No functionality change.Nadav Rotem2013-06-201-21/+27
* SLPVectorization: Add a basic support for cross-basic block slp vectorization.Nadav Rotem2013-06-201-2/+5
* Document the return value and fix a typo.Nadav Rotem2013-06-191-1/+2
* Add a return value to make this function more useful.Nadav Rotem2013-06-181-1/+1
* SLPVectorizer: Change the order in which new instructions are added to the fu...Nadav Rotem2013-05-221-5/+20
* SLPVectorizer: Add support for trees with external users.Nadav Rotem2013-05-101-0/+5
* SLPVectorizer: Strength reduce SmallVectors to ArrayRefs.Benjamin Kramer2013-04-201-13/+13
* SLPVectorizer: Improve the cost model for loop invariant broadcast values.Nadav Rotem2013-04-201-2/+4
* Fix the header comment.Nadav Rotem2013-04-201-1/+1
* SLPVectorizer: Make it a function pass and add code for hoisting the vector-g...Nadav Rotem2013-04-151-12/+25
* Miscellaneous cleanups for VecUtils.hBenjamin Kramer2013-04-141-9/+6
* SLPVectorizer: Add support for trees that don't start at binary operators, an...Nadav Rotem2013-04-141-1/+6
* SLPVectorizer: add initial support for reduction variable vectorization.Nadav Rotem2013-04-141-0/+3
* SLPVectorizer: add support for vectorization of diamond shaped trees. We now ...Nadav Rotem2013-04-121-11/+47
* Add support for bottom-up SLP vectorization infrastructure.Nadav Rotem2013-04-091-0/+108
OpenPOWER on IntegriCloud