index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Vectorize
/
LoopVectorize.cpp
Age
Commit message (
Expand
)
Author
2012-10-20
Vectorizer: refactor the memory checks to a new function. No functionality ch...
Nadav Rotem
2012-10-19
LoopVectorize: Keep the IRBuilder on the stack.
Nadav Rotem
2012-10-19
Vectorizer: Add support for loop reductions.
Nadav Rotem
2012-10-19
LoopVectorize: Keep the IRBuilder on the stack.
Benjamin Kramer
2012-10-19
vectorizer: Add support for reading and writing from the same memory location.
Nadav Rotem
2012-10-18
cleanup the comment.
Nadav Rotem
2012-10-18
fix a naming typo
Nadav Rotem
2012-10-18
Avoid reconstructing the pointer set when searching for duplicated read/write...
Nadav Rotem
2012-10-18
When looking for a vector representation of a scalar, do a single lookup. Als...
Nadav Rotem
2012-10-18
remove unused variable to fix a warning.
Nadav Rotem
2012-10-18
Remove the use of dominators and AA.
Nadav Rotem
2012-10-18
Vectorizer: Add support for loops with an unknown count. For example:
Nadav Rotem
2012-10-17
LoopVectorize.cpp: Fix a warning. [-Wunused-variable]
NAKAMURA Takumi
2012-10-17
Remove redundant SetInsertPoint call.
Jakub Staszak
2012-10-17
Fix some typos and wrong indenting.
Roman Divacky
2012-10-17
Add a loop vectorizer.
Nadav Rotem
[prev]