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
/
lib
/
Transforms
/
Vectorize
Age
Commit message (
Expand
)
Author
2013-07-08
Fix for a regression caused by the LoopVectorizer when
Tom Stellard
2013-06-04
Merging r183035:
Bill Wendling
2013-05-28
Merging r182656:
Bill Wendling
2013-05-22
Merging r182485:
Bill Wendling
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
[next]