index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Vectorize
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...
Craig Topper
2013-07-04
2
-5
/
+5
*
LoopVectorize: Math functions only read rounding mode
Arnold Schwaighofer
2013-07-01
1
-0
/
+7
*
LoopVectorizer: Pack MemAccessInfo pairs.
Benjamin Kramer
2013-06-29
1
-25
/
+22
*
Move helper classes into anonymous namespaces.
Benjamin Kramer
2013-06-29
1
-0
/
+6
*
We preserve the CFG and some of the analysis passes.
Nadav Rotem
2013-06-29
1
-0
/
+3
*
Update docs.
Nadav Rotem
2013-06-29
1
-3
/
+2
*
SLP Vectorizer: Add support for trees with external users.
Nadav Rotem
2013-06-28
1
-24
/
+142
*
LoopVectorizer: Refactor the code that checks if it is safe to predicate blo...
Nadav Rotem
2013-06-28
1
-87
/
+30
*
LoopVectorize: Pull dyn_cast into setDebugLocFromInst
Arnold Schwaighofer
2013-06-28
1
-6
/
+5
*
LoopVectorize: Use static function instead of DebugLocSetter class
Arnold Schwaighofer
2013-06-28
1
-52
/
+30
*
LoopVectorize: Preserve debug location info
Arnold Schwaighofer
2013-06-28
1
-1
/
+74
*
LoopVectorize: Cache edge masks created during if-conversion
Arnold Schwaighofer
2013-06-27
1
-0
/
+15
*
LoopVectorize: Use vectorized loop invariant gep index anchored in loop
Arnold Schwaighofer
2013-06-27
1
-8
/
+20
*
LoopVectorize: Don't store a reversed value in the vectorized value map
Arnold Schwaighofer
2013-06-27
1
-1
/
+4
*
No need to use a Set when a vector would do.
Nadav Rotem
2013-06-27
1
-3
/
+3
*
SLP: When searching for vectorization opportunities scan the blocks in post-o...
Nadav Rotem
2013-06-26
1
-2
/
+4
*
SLP: Dont erase instructions during vectorization because it prevents the out...
Nadav Rotem
2013-06-26
1
-2
/
+0
*
Erase all of the instructions that we RAUWed
Nadav Rotem
2013-06-26
1
-0
/
+9
*
Do not add cse-ed instructions into the visited map because we dont want to c...
Nadav Rotem
2013-06-26
1
-5
/
+9
*
SLPVectorizer: support slp-vectorization of PHINodes between basic blocks
Nadav Rotem
2013-06-25
1
-1
/
+96
*
Fix a typo in the code that collected the costs recursively.
Nadav Rotem
2013-06-25
1
-1
/
+1
*
Rename the variable to fix a warning. Thanks Andy Gibbs.
Nadav Rotem
2013-06-24
1
-2
/
+2
*
Reapply 184685 after the SetVector iteration order fix.
Arnold Schwaighofer
2013-06-24
1
-232
/
+104
*
LoopVectorize: Use SetVector for the access set
Arnold Schwaighofer
2013-06-24
1
-1
/
+2
*
Revert "LoopVectorize: Use the dependence test utility class"
Arnold Schwaighofer
2013-06-24
1
-104
/
+232
*
LoopVectorize: Use the dependence test utility class
Arnold Schwaighofer
2013-06-24
1
-232
/
+104
*
LoopVectorize: Add utility class for checking dependency among accesses
Arnold Schwaighofer
2013-06-24
1
-0
/
+379
*
LoopVectorize: Add utility class for building sets of dependent accesses
Arnold Schwaighofer
2013-06-24
1
-0
/
+247
*
SLP Vectorizer: Add support for vectorizing parts of the tree.
Nadav Rotem
2013-06-24
1
-5
/
+25
*
SLP Vectorizer: Fix a bug in the code that does CSE on the generated gather s...
Nadav Rotem
2013-06-23
1
-4
/
+10
*
SLP Vectorizer: Erase instructions outside the vectorizeTree method.
Nadav Rotem
2013-06-23
1
-3
/
+11
*
SLP Vectorizer: Implement a simple CSE optimization for the gather sequences.
Nadav Rotem
2013-06-23
1
-24
/
+45
*
SLP Vectorizer: Implement multi-block slp-vectorization.
Nadav Rotem
2013-06-22
4
-1355
/
+1160
*
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
3
-202
/
+259
*
SLPVectorization: Add a basic support for cross-basic block slp vectorization.
Nadav Rotem
2013-06-20
3
-13
/
+80
*
Change the debug type to match the debug type that is used by vecutils.cpp.
Nadav Rotem
2013-06-20
1
-1
/
+1
*
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
*
Document the return value and fix a typo.
Nadav Rotem
2013-06-19
1
-1
/
+2
*
Scan the successor blocks and use the PHI nodes as a hint for possible chain ...
Nadav Rotem
2013-06-18
1
-6
/
+40
*
Add a return value to make this function more useful.
Nadav Rotem
2013-06-18
2
-2
/
+4
*
Fix for a regression caused by the LoopVectorizer when
Pekka Jaaskelainen
2013-06-17
1
-3
/
+3
*
LoopVectorize: Change API call to get the backedge taken count
Arnold Schwaighofer
2013-05-31
1
-3
/
+3
*
LoopVectorize: PHIs with only outside users should prevent vectorization
Arnold Schwaighofer
2013-05-31
1
-13
/
+30
*
LoopVectorize.cpp: Fix abuse of StringRef on Twine. Twine captures the pointe...
NAKAMURA Takumi
2013-05-29
1
-2
/
+1
*
Whitespace.
NAKAMURA Takumi
2013-05-29
1
-4
/
+4
*
Add support for llvm.vectorizer metadata
Paul Redmond
2013-05-28
1
-20
/
+139
*
LoopVectorize: LoopSimplify can't canonicalize loops with an indirectbr in it...
Benjamin Kramer
2013-05-24
1
-1
/
+4
[next]