[PM] Remove the old 'PassManager.h' header file at the top level of
[oota-llvm.git] / lib / Transforms / Vectorize / Vectorize.cpp
2015-02-13 Chandler Carruth[PM] Remove the old 'PassManager.h' header file at...
2014-01-13 Chandler Carruth[cleanup] Move the Dominators.h and Verifier.h headers...
2013-05-01 Filip PizloThis patch breaks up Wrap.h so that it does not have...
2013-04-22 Eric ChristopherMove C++ code out of the C headers and into either...
2013-04-11 Benjamin KramerRename the C function to create a SLPVectorizerPass...
2013-04-09 Nadav RotemAdd support for bottom-up SLP vectorization infrastructure.
2012-12-12 Nadav RotemLoopVectorizer: Use the "optsize" attribute to decide...
2012-12-12 Nadav RotemLoopVectorizer: When -Os is used, vectorize only loops...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-17 Nadav RotemAdd a loop vectorizer.
2012-02-01 Hal FinkelAdd a basic-block autovectorization pass.