index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
Transforms
/
LoopVectorize
/
reduction.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
LoopVectorizer: Improve reduction variable identification
Arnold Schwaighofer
2013-05-07
1
-0
/
+119
*
Remove the -licm pass from the loop vectorizer test because the loop vectoriz...
Nadav Rotem
2013-01-09
1
-1
/
+1
*
Fix a typo. Remove the duplicated test.
Nadav Rotem
2013-01-05
1
-25
/
+0
*
iLoopVectorize: Non commutative operators can be used as reduction variables ...
Nadav Rotem
2013-01-05
1
-2
/
+30
*
Force a fixed unroll count on the target independent tests.
Nadav Rotem
2013-01-05
1
-1
/
+1
*
Do not vectorize loops with subtraction reductions
Paul Redmond
2013-01-04
1
-0
/
+50
*
LoopVectorize: Emit reductions as log2(vectorsize) shuffles + vector ops inst...
Benjamin Kramer
2012-12-18
1
-0
/
+40
*
LoopVectorize: Preserve NSW, NUW and IsExact flags.
Nadav Rotem
2012-10-31
1
-1
/
+1
*
LoopVectorize: Fix a bug in the initialization of reduction variables. AND ne...
Nadav Rotem
2012-10-30
1
-0
/
+1
*
Add support for additional reduction variables: AND, OR, XOR.
Nadav Rotem
2012-10-25
1
-0
/
+79
*
LoopVectorizer: Add a basic cost model which uses the VTTI interface.
Nadav Rotem
2012-10-24
1
-1
/
+1
*
Add support for reduction variables that do not start at zero.
Nadav Rotem
2012-10-21
1
-4
/
+34
*
Vectorizer: Add support for loop reductions.
Nadav Rotem
2012-10-19
1
-0
/
+122