summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Vectorize/Vectorize.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [PM] Port LoadStoreVectorizer to the new pass manager.Markus Lavin2018-12-071-1/+1
* [LLVM-C] [OCaml] Remove LLVMAddBBVectorizePassFangrui Song2018-05-281-4/+0
* Remove redundant includes from lib/Transforms.Michael Zolotukhin2017-12-131-1/+0
* Remove the BBVectorize pass.Chandler Carruth2017-06-301-2/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* Add LoadStoreVectorizer passMatt Arsenault2016-06-301-0/+1
* [PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth2015-02-131-1/+1
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-131-1/+1
* 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
OpenPOWER on IntegriCloud