aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/SLPVectorizer
Commit message (Expand)AuthorAgeFilesLines
* SLPVectorizer: Fix a bug in the code that generates extracts for values with ...Nadav Rotem2013-05-121-2/+30
* SLPVectorizer: Add support for trees with external users.Nadav Rotem2013-05-101-4/+5
* TBAA: remove !tbaa from testing cases if not used.Manman Ren2013-04-301-20/+16
* SLPVectorize: Add support for vectorization of casts.Nadav Rotem2013-04-211-0/+38
* Fix PR15800. Do not try to vectorize vectors and structs.Nadav Rotem2013-04-201-0/+14
* SLPVectorizer: Improve the cost model for loop invariant broadcast values.Nadav Rotem2013-04-201-0/+73
* SLPVectorizer: Make it a function pass and add code for hoisting the vector-g...Nadav Rotem2013-04-151-0/+59
* Revert "Recommit r179497 after fixing uninitialized variable." untilEric Christopher2013-04-152-0/+6
* Recommit r179497 after fixing uninitialized variable.Eric Christopher2013-04-152-6/+0
* SLPVectorizer: Add support for vectorizing trees that start at compare instru...Nadav Rotem2013-04-151-0/+53
* Revert "Remove some unused triple and data layout."Eric Christopher2013-04-142-0/+6
* Remove some unused triple and data layout.Eric Christopher2013-04-142-6/+0
* Make the command line triple match the module triple.Nadav Rotem2013-04-142-2/+2
* Remove unused function attributes.Nadav Rotem2013-04-149-74/+46
* SLPVectorizer: Add support for trees that don't start at binary operators, an...Nadav Rotem2013-04-141-0/+37
* SLPVectorizer: add initial support for reduction variable vectorization.Nadav Rotem2013-04-141-0/+52
* SLPVectorizer: add support for vectorization of diamond shaped trees. We now ...Nadav Rotem2013-04-121-0/+83
* Make the SLP store-merger less paranoid about function calls. We check for fu...Nadav Rotem2013-04-101-0/+40
* Add support for bottom-up SLP vectorization infrastructure.Nadav Rotem2013-04-097-0/+280