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
*
Always set alignment of vectorized LD/ST in SLP-Vectorizer. <rdar://problem...
Yi Jiang
2014-05-05
1
-0
/
+4
*
SLPVectorizer: Bring back the insertelement patch (r205965) with fixes
Arnold Schwaighofer
2014-05-04
1
-30
/
+71
*
SLPVectorizer: Lazily allocate the map for block numbering.
Benjamin Kramer
2014-05-03
1
-21
/
+19
*
Vectorize intrinsic math function calls in SLPVectorizer.
Karthik Bhat
2014-05-03
1
-20
/
+22
*
Revert r205965, which essentially reverts r205018 for the second time.
Chandler Carruth
2014-05-01
1
-65
/
+30
*
Continue slp vectorization even the BB already has vectorized store radar://1...
Yi Jiang
2014-04-29
1
-1
/
+1
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
1
-1
/
+1
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-21
/
+22
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-3
/
+3
*
Reapply "SLPVectorizer: Ignore users that are insertelements we can reschedul...
Arnold Schwaighofer
2014-04-10
1
-30
/
+65
*
SLPVectorizer: Only vectorize intrinsics whose operands are widened equally
Arnold Schwaighofer
2014-04-09
1
-1
/
+4
*
Fixing typo.
David Blaikie
2014-04-05
1
-1
/
+1
*
SLPVectorizer: compare entire intrinsic for SLP compatibility.
Tim Northover
2014-04-02
1
-2
/
+2
*
Revert "SLPVectorizer: Ignore users that are insertelements we can reschedule...
Arnold Schwaighofer
2014-03-31
1
-65
/
+30
*
SLPVectorizer: Take credit for free extractelement instructions
Arnold Schwaighofer
2014-03-28
1
-2
/
+11
*
SLPVectorizer: Fix typos
Arnold Schwaighofer
2014-03-28
1
-2
/
+2
*
SLPVectorizer: Ignore users that are insertelements we can reschedule them
Arnold Schwaighofer
2014-03-28
1
-30
/
+65
*
SLP vectorizer: Don't hoist vector extracts of phis.
Andrew Trick
2014-03-25
1
-6
/
+1
*
Resubmit "[SLPV] Recognize vectorizable intrinsics during SLP vectorization ..."
Raul E. Silvera
2014-03-12
1
-0
/
+83
*
Fix build break.
Ahmed Charles
2014-03-09
1
-0
/
+2
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-36
/
+32
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-2
/
+2
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-1
/
+1
*
Now that we have C++11, turn simple functors into lambdas and remove a ton of...
Benjamin Kramer
2014-03-01
1
-11
/
+4
*
Make DataLayout a plain object, not a pass.
Rafael Espindola
2014-02-25
1
-1
/
+2
*
Make a few more DataLayout variables const.
Rafael Espindola
2014-02-25
1
-4
/
+4
*
SLPVectorizer: Try vectorizing 'splat' stores
Arnold Schwaighofer
2014-02-24
1
-3
/
+7
*
fix for null VectorizedValue assertion in the SLP Vectorizer (in function vec...
Gerolf Hoflehner
2014-02-17
1
-2
/
+4
*
fixed typo in comment as my test commit
Gerolf Hoflehner
2014-02-16
1
-1
/
+1
*
[Vectorizer] Add a new 'OperandValueKind' in TargetTransformInfo called
Andrea Di Biagio
2014-02-12
1
-3
/
+17
*
Disable most IR-level transform passes on functions marked 'optnone'.
Paul Robinson
2014-02-06
1
-0
/
+3
*
Revert "[SLPV] Recognize vectorizable intrinsics during SLP vectorization ..."
Reid Kleckner
2014-02-01
1
-86
/
+3
*
[SLPV] Recognize vectorizable intrinsics during SLP vectorization and
Chandler Carruth
2014-01-31
1
-3
/
+86
*
Fix known typos
Alp Toker
2014-01-24
1
-2
/
+2
*
[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
[next]