index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Transforms
/
LoopVectorize
/
gcc-examples.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
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
2013-01-04
LoopVectorizer:
Nadav Rotem
2012-12-26
LoopVectorizer: Optimize the vectorization of consecutive memory access when ...
Nadav Rotem
2012-12-11
Loop Vectorize: optimize the vectorization of trunc(induction_var). The trunc...
Nadav Rotem
2012-12-10
Add support for reverse induction variables. For example:
Nadav Rotem
2012-11-17
LoopVectorizer: Add initial support for pointer induction variables (for exam...
Nadav Rotem
2012-11-13
Relax the restrictions on vector of pointer types, and vector getelementptr.
Duncan Sands
2012-10-31
LoopVectorize: Preserve NSW, NUW and IsExact flags.
Nadav Rotem
2012-10-24
LoopVectorizer: Add a basic cost model which uses the VTTI interface.
Nadav Rotem
2012-10-19
Vectorizer: Add support for loop reductions.
Nadav Rotem
2012-10-18
Vectorizer: Add support for loops with an unknown count. For example:
Nadav Rotem
2012-10-17
Add a loop vectorizer.
Nadav Rotem