aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Vectorize/Vectorize.cpp
AgeCommit message (Expand)Author
2012-12-12LoopVectorizer: Use the "optsize" attribute to decide if we are allowed to in...Nadav Rotem
2012-12-12LoopVectorizer: When -Os is used, vectorize only loops that dont require a ta...Nadav Rotem
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-10-17Add a loop vectorizer.Nadav Rotem
2012-02-01Add a basic-block autovectorization pass.Hal Finkel