Clang-format the SLP vectorizer. No functionality change.
[oota-llvm.git] / lib / Transforms / Vectorize / VecUtils.h
2013-06-20 Nadav RotemClang-format the SLP vectorizer. No functionality change.
2013-06-20 Nadav RotemSLPVectorization: Add a basic support for cross-basic...
2013-06-19 Nadav RotemDocument the return value and fix a typo.
2013-06-18 Nadav RotemAdd a return value to make this function more useful.
2013-05-22 Nadav RotemSLPVectorizer: Change the order in which new instructio...
2013-05-10 Nadav RotemSLPVectorizer: Add support for trees with external...
2013-04-20 Benjamin KramerSLPVectorizer: Strength reduce SmallVectors to ArrayRefs.
2013-04-20 Nadav RotemSLPVectorizer: Improve the cost model for loop invarian...
2013-04-20 Nadav RotemFix the header comment.
2013-04-15 Nadav RotemSLPVectorizer: Make it a function pass and add code...
2013-04-14 Benjamin KramerMiscellaneous cleanups for VecUtils.h
2013-04-14 Nadav RotemSLPVectorizer: Add support for trees that don't start...
2013-04-14 Nadav RotemSLPVectorizer: add initial support for reduction variab...
2013-04-12 Nadav RotemSLPVectorizer: add support for vectorization of diamond...
2013-04-09 Nadav RotemAdd support for bottom-up SLP vectorization infrastructure.