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