index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
Vectorize
/
SLPVectorizer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PM] Split DominatorTree into a concrete analysis result object which
Chandler Carruth
2014-01-13
1
-3
/
+3
*
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
2014-01-13
1
-2
/
+2
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-2
/
+2
*
Don't #include heavy Dominators.h file in LoopInfo.h. This change reduces
Jakub Staszak
2013-12-07
1
-0
/
+1
*
Fix non-deterministic behavior.
Rafael Espindola
2013-12-05
1
-1
/
+1
*
SLPVectorizer: An in-tree vectorized entry cannot also be a scalar external use
Arnold Schwaighofer
2013-12-05
1
-5
/
+1
*
Correct word hyphenations
Alp Toker
2013-12-05
1
-1
/
+1
*
PR1860 - We can't save a list of ExtractElement instructions to CSE because s...
Nadav Rotem
2013-11-26
1
-16
/
+11
*
PR18060 - When we RAUW values with ExtractElement instructions in some cases
Nadav Rotem
2013-11-26
1
-0
/
+8
*
Migrate metadata information from scalar to vector instructions during
Chandler Carruth
2013-11-23
1
-2
/
+37
*
SLPVectorizer: Fix whitespace errors.
Arnold Schwaighofer
2013-11-22
1
-5
/
+4
*
SLP Vectorizer: Extract cost will only be added once even if the scalar has m...
Yi Jiang
2013-11-22
1
-0
/
+4
*
SLPVectorizer: Fix stale for Value pointer array
Arnold Schwaighofer
2013-11-19
1
-0
/
+30
*
SLPVectorizer: Fix whitespace errors
Arnold Schwaighofer
2013-11-19
1
-11
/
+12
*
SLPVectorizer: Use properlyDominates to satisfy the irreflexivity of a strict...
Benjamin Kramer
2013-11-04
1
-1
/
+1
*
SLPVectorizer: Add a missing pair of parens. No functionality change.
Benjamin Kramer
2013-11-03
1
-1
/
+1
*
SLPVectorizer: When CSEing generated gathers only scan blocks containing them.
Benjamin Kramer
2013-11-03
1
-20
/
+37
*
SLPVectorizer: Remove duplicated function.
Benjamin Kramer
2013-11-02
1
-10
/
+2
*
ARM cost model: Account for zero cost scalar SROA instructions
Arnold Schwaighofer
2013-10-29
1
-3
/
+18
*
SLPVectorizer: Use vector type for vectorized memory operations
Arnold Schwaighofer
2013-10-29
1
-2
/
+2
*
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
*
SLPVectorizer: Sort PHINodes based on their opcode
Arnold Schwaighofer
2013-10-12
1
-23
/
+44
*
SLPVectorizer: Sort inputs to commutative binary operations
Arnold Schwaighofer
2013-10-04
1
-4
/
+123
*
Apply slp vectorization on fully-vectorizable tree of height 2
Yi Jiang
2013-10-02
1
-4
/
+21
*
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
1
-1
/
+0
*
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
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
1
-1
/
+1
*
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
*
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
*
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
1
-0
/
+5
*
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
*
In this patch we are trying to do two things:
Yi Jiang
2013-09-03
1
-11
/
+36
*
Fix inserting instructions before last in bundle.
Matt Arsenault
2013-08-26
1
-16
/
+20
*
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
[next]