summaryrefslogtreecommitdiff
path: root/test/Transforms/SLPVectorizer
Commit message (Expand)AuthorAge
* SLPVectorizer: Change the order in which new instructions are added to the fu...Nadav Rotem2013-05-22
* SLPVectorizer: Fix a bug in the code that generates extracts for values with ...Nadav Rotem2013-05-12
* SLPVectorizer: Add support for trees with external users.Nadav Rotem2013-05-10
* TBAA: remove !tbaa from testing cases if not used.Manman Ren2013-04-30
* SLPVectorize: Add support for vectorization of casts.Nadav Rotem2013-04-21
* Fix PR15800. Do not try to vectorize vectors and structs.Nadav Rotem2013-04-20
* SLPVectorizer: Improve the cost model for loop invariant broadcast values.Nadav Rotem2013-04-20
* SLPVectorizer: Make it a function pass and add code for hoisting the vector-g...Nadav Rotem2013-04-15
* Revert "Recommit r179497 after fixing uninitialized variable." untilEric Christopher2013-04-15
* Recommit r179497 after fixing uninitialized variable.Eric Christopher2013-04-15
* SLPVectorizer: Add support for vectorizing trees that start at compare instru...Nadav Rotem2013-04-15
* Revert "Remove some unused triple and data layout."Eric Christopher2013-04-14
* Remove some unused triple and data layout.Eric Christopher2013-04-14
* Make the command line triple match the module triple.Nadav Rotem2013-04-14
* Remove unused function attributes.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
* Make the SLP store-merger less paranoid about function calls. We check for fu...Nadav Rotem2013-04-10
* Add support for bottom-up SLP vectorization infrastructure.Nadav Rotem2013-04-09