aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/SLPVectorizer
AgeCommit message (Expand)Author
2013-04-30TBAA: remove !tbaa from testing cases if not used.Manman Ren
2013-04-21SLPVectorize: Add support for vectorization of casts.Nadav Rotem
2013-04-20Fix PR15800. Do not try to vectorize vectors and structs.Nadav Rotem
2013-04-20SLPVectorizer: Improve the cost model for loop invariant broadcast values.Nadav Rotem
2013-04-15SLPVectorizer: Make it a function pass and add code for hoisting the vector-g...Nadav Rotem
2013-04-15Revert "Recommit r179497 after fixing uninitialized variable." untilEric Christopher
2013-04-15Recommit r179497 after fixing uninitialized variable.Eric Christopher
2013-04-15SLPVectorizer: Add support for vectorizing trees that start at compare instru...Nadav Rotem
2013-04-14Revert "Remove some unused triple and data layout."Eric Christopher
2013-04-14Remove some unused triple and data layout.Eric Christopher
2013-04-14Make the command line triple match the module triple.Nadav Rotem
2013-04-14Remove unused function attributes.Nadav Rotem
2013-04-14SLPVectorizer: Add support for trees that don't start at binary operators, an...Nadav Rotem
2013-04-14SLPVectorizer: add initial support for reduction variable vectorization.Nadav Rotem
2013-04-12SLPVectorizer: add support for vectorization of diamond shaped trees. We now ...Nadav Rotem
2013-04-10Make the SLP store-merger less paranoid about function calls. We check for fu...Nadav Rotem
2013-04-09Add support for bottom-up SLP vectorization infrastructure.Nadav Rotem