summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Vectorize/VecUtils.cpp
Commit message (Expand)AuthorAgeFilesLines
* SLP Vectorizer: Implement multi-block slp-vectorization.Nadav Rotem2013-06-221-1031/+0
* SLP Vectorizer: do not search for store-chains that are wider than the vector...Nadav Rotem2013-06-211-2/+4
* Clang-format the SLP vectorizer. No functionality change.Nadav Rotem2013-06-201-138/+179
* SLPVectorization: Add a basic support for cross-basic block slp vectorization.Nadav Rotem2013-06-201-1/+5
* SLPVectorizer: handle scalars that are extracted from vectors (using ExtractE...Nadav Rotem2013-06-191-0/+44
* SLPVectorizer: start constructing chains at stores that are not power of two.Nadav Rotem2013-06-191-3/+17
* SLPVectorizer: vectorize compares and selects.Nadav Rotem2013-06-191-3/+75
* Add a return value to make this function more useful.Nadav Rotem2013-06-181-1/+3
* SLPVectorizer: Change the order in which new instructions are added to the fu...Nadav Rotem2013-05-221-51/+110
* Suppress GCC compiler warnings in release builds about variables that are onlyDuncan Sands2013-05-131-0/+1
* SLPVectorizer: Swap LHS and RHS. No functionality change.Nadav Rotem2013-05-131-4/+4
* SLPVectorizer: Fix a bug in the code that generates extracts for values with ...Nadav Rotem2013-05-121-7/+27
* SLPVectorizer: Clear the map that maps between scalars to vectors after each ...Nadav Rotem2013-05-121-0/+1
* SLPVectorizer: Add support for trees with external users.Nadav Rotem2013-05-101-9/+50
* 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
OpenPOWER on IntegriCloud