summaryrefslogtreecommitdiff
path: root/lib/Transforms/Vectorize/LoopVectorize.h
Commit message (Expand)AuthorAge
* Merge the unused header file for LoopVectorizer into the source file.Chandler Carruth2013-01-07
* Fix a slew of indentation and parameter naming style issues. This 80% ofChandler Carruth2013-01-07
* Switch the loop vectorizer from VTTI to just use TTI directly.Chandler Carruth2013-01-05
* LoopVectorizer:Nadav Rotem2013-01-04
* LoopVectorizer: Add support for loop-unrolling during vectorization for incre...Nadav Rotem2013-01-03
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* LoopVectorizer: Optimize the vectorization of consecutive memory access when ...Nadav Rotem2012-12-26
* whitespaceNadav Rotem2012-12-20
* LoopVectorize: Make iteration over induction variables not depend on pointer ...Benjamin Kramer2012-12-19
* Teach the cost model about the optimization in r169904: Truncation of inducti...Nadav Rotem2012-12-13
* LoopVectorizer: When -Os is used, vectorize only loops that dont require a ta...Nadav Rotem2012-12-12
* Split the LoopVectorizer into H and CPP.Nadav Rotem2012-12-10