aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Vectorize/Vectorize.cpp
Commit message (Expand)AuthorAgeFilesLines
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-011-1/+0
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-221-0/+1
* Rename the C function to create a SLPVectorizerPass to something sane and exp...Benjamin Kramer2013-04-111-2/+2
* Add support for bottom-up SLP vectorization infrastructure.Nadav Rotem2013-04-091-0/+5
* LoopVectorizer: Use the "optsize" attribute to decide if we are allowed to in...Nadav Rotem2012-12-121-1/+1
* LoopVectorizer: When -Os is used, vectorize only loops that dont require a ta...Nadav Rotem2012-12-121-2/+2
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-4/+4
* Add a loop vectorizer.Nadav Rotem2012-10-171-2/+6
* Add a basic-block autovectorization pass.Hal Finkel2012-02-011-0/+39