index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
Transforms
/
SLPVectorizer
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "SLPVectorizer: Handle more horizontal reductions (disabled)"
Arnold Schwaighofer
2013-09-21
1
-415
/
+0
*
SLPVectorizer: Handle more horizontal reductions (disabled)
Arnold Schwaighofer
2013-09-20
1
-0
/
+415
*
Name the XCore target-specific subdirectories canonically.
Chandler Carruth
2013-09-18
2
-0
/
+0
*
A couple of tests, in llvm/test/Transforms/*/xcore, are XCore-specific. They ...
NAKAMURA Takumi
2013-09-18
1
-0
/
+3
*
Prevent LoopVectorizer and SLPVectorizer running if the target has no vector ...
Robert Lytton
2013-09-18
1
-0
/
+24
*
SLPVectorizer: Don't vectorize phi nodes that use invoke values
Arnold Schwaighofer
2013-09-17
1
-0
/
+62
*
Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.
Manman Ren
2013-09-06
1
-1
/
+1
*
In this patch we are trying to do two things:
Yi Jiang
2013-09-03
3
-13
/
+141
*
Fix inserting instructions before last in bundle.
Matt Arsenault
2013-08-26
1
-1
/
+1
*
Debug Info: add an identifier field to DICompositeType.
Manman Ren
2013-08-26
1
-1
/
+1
*
Forgot to add slp threshold to test
Matt Arsenault
2013-08-26
1
-1
/
+2
*
Vectorize starting from insertelements building a vector
Matt Arsenault
2013-08-26
1
-0
/
+196
*
[Debug Info Tests] Update testing cases.
Manman Ren
2013-08-22
1
-6
/
+6
*
Teach the SLP vectorizer the correct way to check for consecutive access
Chandler Carruth
2013-08-22
1
-1
/
+39
*
SLPVectorizer: Fix invalid iterator errors
Arnold Schwaighofer
2013-08-20
1
-0
/
+30
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
2
-3
/
+0
*
Fix PR16797 - Support PHINodes with multiple inputs from the same basic block.
Nadav Rotem
2013-08-12
1
-0
/
+41
*
SLPVectorizer: Fix PR16777. PHInodes may use multiple extracted values that c...
Nadav Rotem
2013-08-02
1
-0
/
+35
*
Add the C source code to the test to make it easier to update when debug info...
Nadav Rotem
2013-07-29
1
-0
/
+9
*
SLPVectorier: update the debug location for the new instructions.
Nadav Rotem
2013-07-29
1
-0
/
+82
*
Don't vectorize when the attribute NoImplicitFloat is used.
Nadav Rotem
2013-07-29
1
-0
/
+25
*
SLP Vectorier: Don't vectorize really short chains because they are already ...
Nadav Rotem
2013-07-26
1
-1
/
+3
*
SLP Vectorizer: Disable the vectorization of non power of two chains, such as...
Nadav Rotem
2013-07-26
2
-33
/
+39
*
When we vectorize across multiple basic blocks we may vectorize PHINodes that...
Nadav Rotem
2013-07-22
1
-0
/
+58
*
PR16628: Fix a bug in the code that merges compares.
Nadav Rotem
2013-07-15
1
-0
/
+27
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
14
-19
/
+19
*
SLPVectorizer: Sink and enable CSE for ExtractElements.
Nadav Rotem
2013-07-12
3
-4
/
+4
*
SLPVectorize: Replace the code that checks for vectorization candidates in su...
Nadav Rotem
2013-07-12
1
-0
/
+74
*
Consolidate more lit tests.
Nadav Rotem
2013-07-11
3
-62
/
+54
*
Consolidate some of the lit tests.
Nadav Rotem
2013-07-11
4
-75
/
+57
*
Consolidate some of the lit tests.
Nadav Rotem
2013-07-11
5
-61
/
+191
*
Fix PR16571, which is a bug in the code that checks that all of the types in ...
Nadav Rotem
2013-07-09
1
-0
/
+22
*
SLPVectorizer: Implement DCE as part of vectorization.
Nadav Rotem
2013-07-07
16
-8
/
+645
*
SLP Vectorizer: Add support for trees with external users.
Nadav Rotem
2013-06-28
3
-6
/
+117
*
Erase all of the instructions that we RAUWed
Nadav Rotem
2013-06-26
1
-1
/
+1
*
Do not add cse-ed instructions into the visited map because we dont want to c...
Nadav Rotem
2013-06-26
1
-0
/
+84
*
SLPVectorizer: support slp-vectorization of PHINodes between basic blocks
Nadav Rotem
2013-06-25
1
-0
/
+46
*
SLP Vectorizer: Add support for vectorizing parts of the tree.
Nadav Rotem
2013-06-24
1
-0
/
+46
*
SLP Vectorizer: Fix a bug in the code that does CSE on the generated gather s...
Nadav Rotem
2013-06-23
1
-0
/
+51
*
SLP Vectorizer: Implement a simple CSE optimization for the gather sequences.
Nadav Rotem
2013-06-23
1
-0
/
+85
*
SLP Vectorizer: Implement multi-block slp-vectorization.
Nadav Rotem
2013-06-22
3
-5
/
+60
*
SLPVectorization: Add a basic support for cross-basic block slp vectorization.
Nadav Rotem
2013-06-20
1
-0
/
+54
*
SLPVectorizer: handle scalars that are extracted from vectors (using ExtractE...
Nadav Rotem
2013-06-19
1
-0
/
+59
*
SLPVectorizer: start constructing chains at stores that are not power of two.
Nadav Rotem
2013-06-19
1
-0
/
+46
*
SLPVectorizer: vectorize compares and selects.
Nadav Rotem
2013-06-19
1
-0
/
+32
*
SLPVectorizer: Change the order in which new instructions are added to the fu...
Nadav Rotem
2013-05-22
4
-1
/
+104
*
SLPVectorizer: Fix a bug in the code that generates extracts for values with ...
Nadav Rotem
2013-05-12
1
-2
/
+30
*
SLPVectorizer: Add support for trees with external users.
Nadav Rotem
2013-05-10
1
-4
/
+5
*
TBAA: remove !tbaa from testing cases if not used.
Manman Ren
2013-04-30
1
-20
/
+16
*
SLPVectorize: Add support for vectorization of casts.
Nadav Rotem
2013-04-21
1
-0
/
+38
[next]