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
*
Update aosp/master llvm for rebase to r233350
Pirama Arumuga Nainar
2015-04-09
75
-1402
/
+1402
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
10
-54
/
+434
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
25
-45
/
+1024
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
9
-10
/
+567
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
11
-2
/
+613
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
9
-1
/
+293
*
Merging r195504:
Manman Ren
2013-12-09
1
-1
/
+2
*
Merging r196294:
Bill Wendling
2013-12-07
1
-0
/
+30
*
Merging r196508:
Bill Wendling
2013-12-06
1
-0
/
+35
*
Merging r195791:
Bill Wendling
2013-11-27
1
-1
/
+1
*
Merging r195773:
Bill Wendling
2013-11-27
1
-0
/
+47
*
Add llvm/test/Transforms/SLPVectorizer/ARM/lit.local.cfg. Tests there require...
NAKAMURA Takumi
2013-10-29
1
-0
/
+3
*
ARM cost model: Unaligned vectorized double stores are expensive
Arnold Schwaighofer
2013-10-29
1
-0
/
+20
*
ARM cost model: Account for zero cost scalar SROA instructions
Arnold Schwaighofer
2013-10-29
1
-0
/
+52
*
SLPVectorizer: Don't vectorize volatile memory operations
Arnold Schwaighofer
2013-10-16
1
-0
/
+43
*
Revert "SLPVectorizer: Don't vectorize volatile memory operations"
Arnold Schwaighofer
2013-10-16
1
-43
/
+0
*
SLPVectorizer: Don't vectorize volatile memory operations
Arnold Schwaighofer
2013-10-16
1
-0
/
+43
*
SLPVectorizer: Sort PHINodes based on their opcode
Arnold Schwaighofer
2013-10-12
1
-2
/
+34
*
SLPVectorizer: Sort inputs to commutative binary operations
Arnold Schwaighofer
2013-10-04
1
-0
/
+234
*
Apply slp vectorization on fully-vectorizable tree of height 2
Yi Jiang
2013-10-02
1
-17
/
+130
*
SLPVectorizer: Make store chain finding more aggressive with GetUnderlyingObj...
Benjamin Kramer
2013-10-02
1
-0
/
+21
*
TBAA: update tbaa format from scalar format to struct-path aware format.
Manman Ren
2013-09-30
1
-4
/
+5
*
TBAA: remove !tbaa from testing cases when they are not needed.
Manman Ren
2013-09-30
2
-13
/
+6
*
IRBuilder: Add RAII objects to reset insertion points or fast math flags.
Benjamin Kramer
2013-09-30
1
-1
/
+1
*
Fix SLPVectorizer using wrong address space for load/store
Matt Arsenault
2013-09-27
2
-0
/
+69
*
Transforms: Use getFirstNonPHI to set the insertion point for PHIs
Justin Bogner
2013-09-27
1
-0
/
+31
*
SLPVectorize: Put horizontal reductions feeding a store under separate flag
Arnold Schwaighofer
2013-09-25
1
-8
/
+10
*
Test case for r191314.
Yi Jiang
2013-09-24
1
-0
/
+27
*
Reapply "SLPVectorizer: Handle more horizontal reductions (disabled)""
Arnold Schwaighofer
2013-09-21
1
-0
/
+415
*
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
[next]