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