fix a naming typo
[oota-llvm.git] / lib / Transforms / Vectorize / LoopVectorize.cpp
2012-10-18 Nadav Rotemfix a naming typo
2012-10-18 Nadav RotemAvoid reconstructing the pointer set when searching...
2012-10-18 Nadav RotemWhen looking for a vector representation of a scalar...
2012-10-18 Nadav Rotemremove unused variable to fix a warning.
2012-10-18 Nadav RotemRemove the use of dominators and AA.
2012-10-18 Nadav RotemVectorizer: Add support for loops with an unknown count...
2012-10-17 NAKAMURA TakumiLoopVectorize.cpp: Fix a warning. [-Wunused-variable]
2012-10-17 Jakub StaszakRemove redundant SetInsertPoint call.
2012-10-17 Roman DivackyFix some typos and wrong indenting.
2012-10-17 Nadav RotemAdd a loop vectorizer.