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
/
test
/
Transforms
/
LoopVectorize
/
reduction.ll
Age
Commit message (
Expand
)
Author
2013-01-09
Remove the -licm pass from the loop vectorizer test because the loop vectoriz...
Nadav Rotem
2013-01-05
Fix a typo. Remove the duplicated test.
Nadav Rotem
2013-01-05
iLoopVectorize: Non commutative operators can be used as reduction variables ...
Nadav Rotem
2013-01-05
Force a fixed unroll count on the target independent tests.
Nadav Rotem
2013-01-04
Do not vectorize loops with subtraction reductions
Paul Redmond
2012-12-18
LoopVectorize: Emit reductions as log2(vectorsize) shuffles + vector ops inst...
Benjamin Kramer
2012-10-31
LoopVectorize: Preserve NSW, NUW and IsExact flags.
Nadav Rotem
2012-10-30
LoopVectorize: Fix a bug in the initialization of reduction variables. AND ne...
Nadav Rotem
2012-10-25
Add support for additional reduction variables: AND, OR, XOR.
Nadav Rotem
2012-10-24
LoopVectorizer: Add a basic cost model which uses the VTTI interface.
Nadav Rotem
2012-10-21
Add support for reduction variables that do not start at zero.
Nadav Rotem
2012-10-19
Vectorizer: Add support for loop reductions.
Nadav Rotem