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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
[LV] While I'm here, use range based for loops which are so much cleaner
Chandler Carruth
2014-03-18
1
-7
/
+7
*
[LV] The actual change I intended to commit in r204148. Sorry for the
Chandler Carruth
2014-03-18
1
-8
/
+1
*
[LV] Replace some dead code with an assert. When I first ported this
Chandler Carruth
2014-03-18
1
-2
/
+2
*
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
3
-92
/
+88
*
LoopVectorizer: Preserve fast-math flags
Arnold Schwaighofer
2014-03-05
1
-5
/
+21
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
3
-11
/
+12
*
[Modules] Move ValueHandle into the IR library where Value itself lives.
Chandler Carruth
2014-03-04
2
-2
/
+2
*
[Modules] Move the LLVM IR pattern match header into the IR library, it
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-2
/
+2
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
3
-9
/
+9
*
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
3
-4
/
+8
*
Make a few more DataLayout variables const.
Rafael Espindola
2014-02-25
1
-4
/
+4
*
Make some DataLayout pointers const.
Rafael Espindola
2014-02-24
2
-20
/
+20
*
SLPVectorizer: Try vectorizing 'splat' stores
Arnold Schwaighofer
2014-02-24
1
-3
/
+7
*
Rename many DataLayout variables from TD to DL.
Rafael Espindola
2014-02-21
1
-9
/
+9
*
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
*
Reduce code duplication resulting from the ConstantVector/ConstantDataVector ...
Benjamin Kramer
2014-02-13
2
-22
/
+9
*
[Vectorizer] Add a new 'OperandValueKind' in TargetTransformInfo called
Andrea Di Biagio
2014-02-12
3
-7
/
+81
*
LoopVectorizer: Keep track of conditional store basic blocks
Arnold Schwaighofer
2014-02-08
1
-0
/
+4
*
Disable most IR-level transform passes on functions marked 'optnone'.
Paul Robinson
2014-02-06
2
-0
/
+7
*
LoopVectorizer: Enable unrolling of conditional stores and the load/store
Arnold Schwaighofer
2014-02-02
1
-3
/
+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
*
[vectorizer] Tweak the way we do small loop runtime unrolling in the
Chandler Carruth
2014-01-31
1
-15
/
+22
*
LoopVectorizer: Don't count the induction variable multiple times
Arnold Schwaighofer
2014-01-29
1
-0
/
+9
*
[vectorizer] Completely disable the block frequency guidance of the loop
Chandler Carruth
2014-01-28
1
-3
/
+13
*
LoopVectorize: Support conditional stores by scalarizing
Arnold Schwaighofer
2014-01-28
1
-29
/
+194
*
[vectorize] Initial version of respecting PGO in the vectorizer: treat
Chandler Carruth
2014-01-27
1
-0
/
+20
*
[vectorizer] Add an override for the target instruction cost and use it
Chandler Carruth
2014-01-27
1
-0
/
+11
*
[vectorizer] Simplify code to use existing helpers on the Function
Chandler Carruth
2014-01-27
1
-8
/
+8
*
[vectorizer] Teach the loop vectorizer's unroller to only unroll by
Chandler Carruth
2014-01-27
1
-3
/
+6
*
[vectorizer] Add some flags which are useful for conducting experiments
Chandler Carruth
2014-01-27
1
-2
/
+38
*
[vectorizer] Fix a trivial oversight where we always requested the
Chandler Carruth
2014-01-27
1
-4
/
+4
*
[vectorizer] Clean up the handling of unvectorized loop unrolling in the
Chandler Carruth
2014-01-27
1
-13
/
+3
*
[LPM] Conclude my immediate work by making the LoopVectorizer
Chandler Carruth
2014-01-25
1
-8
/
+37
*
Fix known typos
Alp Toker
2014-01-24
2
-5
/
+5
*
LoopVectorizer: A reduction that has multiple uses of the reduction value is not
Arnold Schwaighofer
2014-01-19
1
-2
/
+11
*
LoopVectorize: Only strip casts from integer types when replacing symbolic
Arnold Schwaighofer
2014-01-15
1
-4
/
+5
*
[PM] Split DominatorTree into a concrete analysis result object which
Chandler Carruth
2014-01-13
3
-13
/
+13
*
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
2014-01-13
4
-6
/
+6
*
LoopVectorizer: Enable strided memory accesses versioning per default
Arnold Schwaighofer
2014-01-11
1
-1
/
+1
*
LoopVectorize.cpp: Appease MSC16.
NAKAMURA Takumi
2014-01-11
1
-2
/
+4
[next]