index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Vectorize
Age
Commit message (
Expand
)
Author
2013-05-08
Merging r181286:
Bill Wendling
2013-05-06
Update the comment to mention that we use TTI.
Nadav Rotem
2013-05-05
LoopVectorize: Print values instead of pointers in debug output.
Benjamin Kramer
2013-05-05
LoopVectorize: Add support for floating point min/max reductions
Arnold Schwaighofer
2013-05-05
LoopVectorizer: Cleanup of miminimum/maximum pattern match code
Arnold Schwaighofer
2013-05-05
LoopVectorize: We don't need an identity element for min/max reductions
Arnold Schwaighofer
2013-05-05
Add ArrayRef constructor from None, and do the cleanups that this constructor...
Dmitri Gribenko
2013-05-03
LoopVectorizer: Add support for if-conversion of PHINodes with 3+ incoming va...
Nadav Rotem
2013-05-01
This patch breaks up Wrap.h so that it does not have to include all of
Filip Pizlo
2013-04-30
Fix a typo
Nadav Rotem
2013-04-26
LoopVectorizer: Calculate the number of pointers to disambiguate at runtime ...
Nadav Rotem
2013-04-25
LoopVectorizer: No need to generate pointer disambiguation checks between rea...
Nadav Rotem
2013-04-24
LoopVectorizer: Change variable name Stride to ConsecutiveStride
Arnold Schwaighofer
2013-04-24
LoopVectorize: Scalarize padded types
Arnold Schwaighofer
2013-04-24
LoopVectorizer: Bail out if we don't have datalayout we need it
Arnold Schwaighofer
2013-04-23
LoopVectorizer: Fix 15830. When scalarizing and unrolling stores make sure th...
Nadav Rotem
2013-04-23
Call the potentially costly isAnnotatedParallel() only once.
Pekka Jaaskelainen
2013-04-23
Refuse to (even try to) vectorize loops which have uniform writes,
Pekka Jaaskelainen
2013-04-22
Move C++ code out of the C headers and into either C++ headers
Eric Christopher
2013-04-21
SLPVectorize: Add support for vectorization of casts.
Nadav Rotem
2013-04-21
SLPVectorizer: Fix a bug in the code that scans the tree in search of nodes w...
Nadav Rotem
2013-04-20
Fix PR15800. Do not try to vectorize vectors and structs.
Nadav Rotem
2013-04-20
VecUtils: Clean up uses of dyn_cast.
Benjamin Kramer
2013-04-20
SLPVectorizer: Strength reduce SmallVectors to ArrayRefs.
Benjamin Kramer
2013-04-20
SLPVectorizer: Reduce the compile time by eliminating the search for some of ...
Nadav Rotem
2013-04-20
refactor tryToVectorizePair to a new method that supports vectorization of li...
Nadav Rotem
2013-04-20
Fix an unused variable warning.
Nadav Rotem
2013-04-20
SLPVectorizer: Improve the cost model for loop invariant broadcast values.
Nadav Rotem
2013-04-20
Report the number of stores that were found in the debug message.
Nadav Rotem
2013-04-20
Fix the header comment.
Nadav Rotem
2013-04-20
Use 64bit arithmetic for calculating distance between pointers.
Nadav Rotem
2013-04-19
LoopVectorizer: Use matcher from PatternMatch.h for the min/max patterns
Arnold Schwaighofer
2013-04-18
Fix a -Wdocumentation warning
Dmitri Gribenko
2013-04-18
LoopVectorizer: Recognize min/max reductions
Arnold Schwaighofer
2013-04-18
LoopVectorize: Use a set to avoid longer cycles in the reduction chain too.
Benjamin Kramer
2013-04-15
SLPVectorizer: Make it a function pass and add code for hoisting the vector-g...
Nadav Rotem
2013-04-15
SLPVectorizer: Add support for vectorizing trees that start at compare instru...
Nadav Rotem
2013-04-14
Miscellaneous cleanups for VecUtils.h
Benjamin Kramer
2013-04-14
SLP: Document the scalarization cost method.
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-12
Add debug prints.
Nadav Rotem
2013-04-12
LoopVectorizer: integer division is not a reduction operation
Arnold Schwaighofer
2013-04-11
Rename the C function to create a SLPVectorizerPass to something sane and exp...
Benjamin Kramer
2013-04-10
Make the SLP store-merger less paranoid about function calls. We check for fu...
Nadav Rotem
2013-04-10
We require DataLayout for analyzing the size of stores.
Nadav Rotem
2013-04-09
Add support for bottom-up SLP vectorization infrastructure.
Nadav Rotem
2013-04-04
LoopVectorizer: Pass OperandValueKind information to the cost model
Arnold Schwaighofer
2013-03-14
LoopVectorize: Invert case when we use a vector cmp value to query select cost
Arnold Schwaighofer
[next]