index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
Vectorize
/
SLPVectorizer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a debug print
Nadav Rotem
2013-05-10
1
-0
/
+2
*
Fix a typo
Nadav Rotem
2013-04-30
1
-1
/
+1
*
Fix PR15800. Do not try to vectorize vectors and structs.
Nadav Rotem
2013-04-20
1
-1
/
+10
*
SLPVectorizer: Strength reduce SmallVectors to ArrayRefs.
Benjamin Kramer
2013-04-20
1
-5
/
+3
*
SLPVectorizer: Reduce the compile time by eliminating the search for some of ...
Nadav Rotem
2013-04-20
1
-1
/
+1
*
refactor tryToVectorizePair to a new method that supports vectorization of li...
Nadav Rotem
2013-04-20
1
-0
/
+8
*
Fix an unused variable warning.
Nadav Rotem
2013-04-20
1
-0
/
+1
*
SLPVectorizer: Improve the cost model for loop invariant broadcast values.
Nadav Rotem
2013-04-20
1
-1
/
+1
*
Report the number of stores that were found in the debug message.
Nadav Rotem
2013-04-20
1
-6
/
+8
*
SLPVectorizer: Make it a function pass and add code for hoisting the vector-g...
Nadav Rotem
2013-04-15
1
-146
/
+221
*
SLPVectorizer: Add support for vectorizing trees that start at compare instru...
Nadav Rotem
2013-04-15
1
-21
/
+40
*
SLPVectorizer: Add support for trees that don't start at binary operators, an...
Nadav Rotem
2013-04-14
1
-6
/
+9
*
SLPVectorizer: add initial support for reduction variable vectorization.
Nadav Rotem
2013-04-14
1
-7
/
+82
*
Add debug prints.
Nadav Rotem
2013-04-12
1
-1
/
+5
*
Make the SLP store-merger less paranoid about function calls. We check for fu...
Nadav Rotem
2013-04-10
1
-4
/
+0
*
We require DataLayout for analyzing the size of stores.
Nadav Rotem
2013-04-10
1
-0
/
+5
*
Add support for bottom-up SLP vectorization infrastructure.
Nadav Rotem
2013-04-09
1
-0
/
+153