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
/
lib
/
Transforms
/
Vectorize
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use more type helper functions
Matt Arsenault
2013-10-21
2
-18
/
+20
*
SLPVectorizer: Don't vectorize volatile memory operations
Arnold Schwaighofer
2013-10-16
1
-3
/
+8
*
Revert "SLPVectorizer: Don't vectorize volatile memory operations"
Arnold Schwaighofer
2013-10-16
1
-8
/
+3
*
SLPVectorizer: Don't vectorize volatile memory operations
Arnold Schwaighofer
2013-10-16
1
-3
/
+8
*
LoopVectorize: Properly reflect PODness in comments.
Benjamin Kramer
2013-10-15
1
-4
/
+4
*
SLPVectorizer: Sort PHINodes based on their opcode
Arnold Schwaighofer
2013-10-12
1
-23
/
+44
*
LoopVectorize: Add missing INITIALIZE_PASS_DEPENDENCY macros
Tobias Grosser
2013-10-12
1
-0
/
+3
*
Better info when debugging vectorizer
Renato Golin
2013-10-11
1
-6
/
+5
*
LoopVectorize: External uses must use the last value in a reduction cycle
Arnold Schwaighofer
2013-10-07
1
-0
/
+6
*
SLPVectorizer: Sort inputs to commutative binary operations
Arnold Schwaighofer
2013-10-04
1
-4
/
+123
*
Don't use runtime bounds check between address spaces.
Matt Arsenault
2013-10-02
1
-11
/
+49
*
Apply slp vectorization on fully-vectorizable tree of height 2
Yi Jiang
2013-10-02
1
-4
/
+21
*
Fix debug printing spacing.
Matt Arsenault
2013-10-02
1
-32
/
+33
*
Fix comment grammar and capitalization.
Matt Arsenault
2013-10-02
1
-3
/
+3
*
SLPVectorizer: Make store chain finding more aggressive with GetUnderlyingObj...
Benjamin Kramer
2013-10-02
1
-9
/
+4
*
Remove several unused variables.
Rafael Espindola
2013-10-01
2
-2
/
+0
*
Fix code duplication
Matt Arsenault
2013-10-01
1
-21
/
+10
*
Convert manual insert point restores to the new RAII object.
Benjamin Kramer
2013-09-30
1
-7
/
+1
*
IRBuilder: Add RAII objects to reset insertion points or fast math flags.
Benjamin Kramer
2013-09-30
1
-21
/
+1
*
Even more spelling fixes for "instruction".
Robert Wilhelm
2013-09-28
2
-3
/
+3
*
Fix spelling intruction -> instruction.
Robert Wilhelm
2013-09-28
1
-1
/
+1
*
Fix SLPVectorizer using wrong address space for load/store
Matt Arsenault
2013-09-27
1
-4
/
+7
*
Transforms: Use getFirstNonPHI to set the insertion point for PHIs
Justin Bogner
2013-09-27
2
-2
/
+2
*
SLPVectorize: Put horizontal reductions feeding a store under separate flag
Arnold Schwaighofer
2013-09-25
1
-13
/
+18
*
set the cost of tiny trees to INT_MAX in SLP vectorizer to disable vectorizat...
Yi Jiang
2013-09-24
1
-1
/
+1
*
Revert "LoopVectorizer: Only allow vectorization of intrinsics."
Arnold Schwaighofer
2013-09-23
1
-29
/
+46
*
SLPVectorizer: Fix multiline comment warning
Arnold Schwaighofer
2013-09-21
1
-2
/
+2
*
Reapply "SLPVectorizer: Handle more horizontal reductions (disabled)""
Arnold Schwaighofer
2013-09-21
1
-8
/
+364
*
LoopVectorizer: Only allow vectorization of intrinsics. We can't know for sur...
Nadav Rotem
2013-09-21
1
-2
/
+11
*
Revert "SLPVectorizer: Handle more horizontal reductions (disabled)"
Arnold Schwaighofer
2013-09-21
1
-368
/
+8
*
SLPVectorizer: Handle more horizontal reductions (disabled)
Arnold Schwaighofer
2013-09-20
1
-8
/
+368
*
Prevent LoopVectorizer and SLPVectorizer running if the target has no vector ...
Robert Lytton
2013-09-18
2
-0
/
+10
*
Revert accidental commit I had to make to get the test case in PR17268 to sti...
Craig Topper
2013-09-18
1
-1
/
+1
*
Lift alignment restrictions for load/store folding on VINSERTF128/VEXTRACTF12...
Craig Topper
2013-09-18
1
-1
/
+1
*
SLPVectorizer: Don't vectorize phi nodes that use invoke values
Arnold Schwaighofer
2013-09-17
1
-0
/
+12
*
Don't vectorize if there are outside loop users of the induction variable.
Arnold Schwaighofer
2013-09-16
1
-0
/
+6
*
Don't assert on invalid loop vectorization hint.
Eli Friedman
2013-09-10
1
-7
/
+10
*
LoopVectorize: PHI nodes are always at the beginning of a block, no need to s...
Benjamin Kramer
2013-09-10
1
-2
/
+2
*
In this patch we are trying to do two things:
Yi Jiang
2013-09-03
1
-11
/
+36
*
Disable unrolling in the loop vectorizer when disabled in the pass manager
Hal Finkel
2013-08-28
1
-6
/
+11
*
Refactor 'vectorizeLoop' no functionality change.
Nadav Rotem
2013-08-27
1
-187
/
+53
*
Fix inserting instructions before last in bundle.
Matt Arsenault
2013-08-26
1
-16
/
+20
*
LoopVectorize: Implement partial loop unrolling when vectorization is not pro...
Nadav Rotem
2013-08-26
1
-167
/
+495
*
test commit. Remove blank line
Yi Jiang
2013-08-26
1
-1
/
+0
*
Fix unused variable in release build
Matt Arsenault
2013-08-26
1
-3
/
+2
*
Constify functions
Matt Arsenault
2013-08-26
1
-6
/
+8
*
Vectorize starting from insertelements building a vector
Matt Arsenault
2013-08-26
1
-3
/
+57
*
Check if in set on insertion instead of separately
Matt Arsenault
2013-08-24
1
-7
/
+3
*
Teach the SLP vectorizer the correct way to check for consecutive access
Chandler Carruth
2013-08-22
1
-49
/
+15
*
Teach LoopVectorize about address space sizes
Matt Arsenault
2013-08-22
1
-1
/
+2
[next]