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
/
include
/
llvm
/
Transforms
/
Vectorize.h
Age
Commit message (
Expand
)
Author
2013-04-09
Add support for bottom-up SLP vectorization infrastructure.
Nadav Rotem
2013-02-15
BBVectorize: Cap the number of candidate pairs in each instruction group
Hal Finkel
2012-12-12
LoopVectorizer: Use the "optsize" attribute to decide if we are allowed to in...
Nadav Rotem
2012-12-12
LoopVectorizer: When -Os is used, vectorize only loops that dont require a ta...
Nadav Rotem
2012-12-03
minor renaming, documentation and cleanups.
Nadav Rotem
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-10-17
Add a loop vectorizer.
Nadav Rotem
2012-06-28
Allow BBVectorize to form non-2^n-length vectors.
Hal Finkel
2012-06-24
Allow controlling vectorization of boolean values separately from other integ...
Hal Finkel
2012-06-23
Allow BBVectorize to fuse compare instructions.
Hal Finkel
2012-04-14
Enhance BBVectorize to more-properly handle pointer values and vectorize GEPs.
Hal Finkel
2012-04-13
Add support to BBVectorize for vectorizing selects.
Hal Finkel
2012-04-07
Refactor: Use positive field names in VectorizeConfig.
Hongbin Zheng
2012-04-05
Introduce the VectorizeConfig class, with which we can control the behavior
Hongbin Zheng
2012-04-05
Add the function "vectorizeBasicBlock" which allow users vectorize a
Hongbin Zheng
2012-02-01
Add a basic-block autovectorization pass.
Hal Finkel