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
/
SLPVectorizer
Age
Commit message (
Expand
)
Author
2013-04-30
TBAA: remove !tbaa from testing cases if not used.
Manman Ren
2013-04-21
SLPVectorize: Add support for vectorization of casts.
Nadav Rotem
2013-04-20
Fix PR15800. Do not try to vectorize vectors and structs.
Nadav Rotem
2013-04-20
SLPVectorizer: Improve the cost model for loop invariant broadcast values.
Nadav Rotem
2013-04-15
SLPVectorizer: Make it a function pass and add code for hoisting the vector-g...
Nadav Rotem
2013-04-15
Revert "Recommit r179497 after fixing uninitialized variable." until
Eric Christopher
2013-04-15
Recommit r179497 after fixing uninitialized variable.
Eric Christopher
2013-04-15
SLPVectorizer: Add support for vectorizing trees that start at compare instru...
Nadav Rotem
2013-04-14
Revert "Remove some unused triple and data layout."
Eric Christopher
2013-04-14
Remove some unused triple and data layout.
Eric Christopher
2013-04-14
Make the command line triple match the module triple.
Nadav Rotem
2013-04-14
Remove unused function attributes.
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
Make the SLP store-merger less paranoid about function calls. We check for fu...
Nadav Rotem
2013-04-09
Add support for bottom-up SLP vectorization infrastructure.
Nadav Rotem