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
/
lib
/
Transforms
/
Vectorize
/
VecUtils.cpp
Age
Commit message (
Expand
)
Author
2013-04-21
SLPVectorize: Add support for vectorization of casts.
Nadav Rotem
2013-04-21
SLPVectorizer: Fix a bug in the code that scans the tree in search of nodes w...
Nadav Rotem
2013-04-20
VecUtils: Clean up uses of dyn_cast.
Benjamin Kramer
2013-04-20
SLPVectorizer: Strength reduce SmallVectors to ArrayRefs.
Benjamin Kramer
2013-04-20
SLPVectorizer: Improve the cost model for loop invariant broadcast values.
Nadav Rotem
2013-04-20
Fix the header comment.
Nadav Rotem
2013-04-20
Use 64bit arithmetic for calculating distance between pointers.
Nadav Rotem
2013-04-15
SLPVectorizer: Make it a function pass and add code for hoisting the vector-g...
Nadav Rotem
2013-04-14
SLP: Document the scalarization cost method.
Nadav Rotem
2013-04-14
SLPVectorizer: Add support for trees that don't start at binary operators, an...
Nadav Rotem
2013-04-14
SLPVectorizer: add initial support for reduction variable vectorization.
Nadav Rotem
2013-04-12
SLPVectorizer: add support for vectorization of diamond shaped trees. We now ...
Nadav Rotem
2013-04-10
We require DataLayout for analyzing the size of stores.
Nadav Rotem
2013-04-09
Add support for bottom-up SLP vectorization infrastructure.
Nadav Rotem