Remove duplicate includes.
[oota-llvm.git] / lib / Transforms / Vectorize / LoopVectorize.h
2012-12-20 Nadav Rotemwhitespace
2012-12-19 Benjamin KramerLoopVectorize: Make iteration over induction variables...
2012-12-13 Nadav RotemTeach the cost model about the optimization in r169904...
2012-12-12 Nadav RotemLoopVectorizer: When -Os is used, vectorize only loops...
2012-12-10 Nadav RotemSplit the LoopVectorizer into H and CPP.