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
/
VecUtils.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
SLP Vectorizer: Implement multi-block slp-vectorization.
Nadav Rotem
2013-06-22
1
-1031
/
+0
*
SLP Vectorizer: do not search for store-chains that are wider than the vector...
Nadav Rotem
2013-06-21
1
-2
/
+4
*
Clang-format the SLP vectorizer. No functionality change.
Nadav Rotem
2013-06-20
1
-138
/
+179
*
SLPVectorization: Add a basic support for cross-basic block slp vectorization.
Nadav Rotem
2013-06-20
1
-1
/
+5
*
SLPVectorizer: handle scalars that are extracted from vectors (using ExtractE...
Nadav Rotem
2013-06-19
1
-0
/
+44
*
SLPVectorizer: start constructing chains at stores that are not power of two.
Nadav Rotem
2013-06-19
1
-3
/
+17
*
SLPVectorizer: vectorize compares and selects.
Nadav Rotem
2013-06-19
1
-3
/
+75
*
Add a return value to make this function more useful.
Nadav Rotem
2013-06-18
1
-1
/
+3
*
SLPVectorizer: Change the order in which new instructions are added to the fu...
Nadav Rotem
2013-05-22
1
-51
/
+110
*
Suppress GCC compiler warnings in release builds about variables that are only
Duncan Sands
2013-05-13
1
-0
/
+1
*
SLPVectorizer: Swap LHS and RHS. No functionality change.
Nadav Rotem
2013-05-13
1
-4
/
+4
*
SLPVectorizer: Fix a bug in the code that generates extracts for values with ...
Nadav Rotem
2013-05-12
1
-7
/
+27
*
SLPVectorizer: Clear the map that maps between scalars to vectors after each ...
Nadav Rotem
2013-05-12
1
-0
/
+1
*
SLPVectorizer: Add support for trees with external users.
Nadav Rotem
2013-05-10
1
-9
/
+50
*
SLPVectorize: Add support for vectorization of casts.
Nadav Rotem
2013-04-21
1
-0
/
+69
*
SLPVectorizer: Fix a bug in the code that scans the tree in search of nodes w...
Nadav Rotem
2013-04-21
1
-0
/
+1
*
VecUtils: Clean up uses of dyn_cast.
Benjamin Kramer
2013-04-20
1
-4
/
+4
*
SLPVectorizer: Strength reduce SmallVectors to ArrayRefs.
Benjamin Kramer
2013-04-20
1
-12
/
+12
*
SLPVectorizer: Improve the cost model for loop invariant broadcast values.
Nadav Rotem
2013-04-20
1
-8
/
+23
*
Fix the header comment.
Nadav Rotem
2013-04-20
1
-1
/
+1
*
Use 64bit arithmetic for calculating distance between pointers.
Nadav Rotem
2013-04-20
1
-2
/
+2
*
SLPVectorizer: Make it a function pass and add code for hoisting the vector-g...
Nadav Rotem
2013-04-15
1
-1
/
+8
*
SLP: Document the scalarization cost method.
Nadav Rotem
2013-04-14
1
-3
/
+10
*
SLPVectorizer: Add support for trees that don't start at binary operators, an...
Nadav Rotem
2013-04-14
1
-0
/
+10
*
SLPVectorizer: add initial support for reduction variable vectorization.
Nadav Rotem
2013-04-14
1
-0
/
+10
*
SLPVectorizer: add support for vectorization of diamond shaped trees. We now ...
Nadav Rotem
2013-04-12
1
-35
/
+207
*
We require DataLayout for analyzing the size of stores.
Nadav Rotem
2013-04-10
1
-1
/
+1
*
Add support for bottom-up SLP vectorization infrastructure.
Nadav Rotem
2013-04-09
1
-0
/
+439