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
/
LoopVectorize.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Vectorize intrinsic math function calls in SLPVectorizer.
Karthik Bhat
2014-05-03
1
-123
/
+0
*
Clean up constructor logic and member access for LoopVectorizeHints.
Eric Christopher
2014-05-02
1
-34
/
+39
*
Add a <tuple> include to more files that aren't getting it transitively on MSVC.
Benjamin Kramer
2014-04-30
1
-0
/
+1
*
Fix vectorization remarks.
Diego Novillo
2014-04-29
1
-6
/
+13
*
Add optimization remarks to the loop unroller and vectorizer.
Diego Novillo
2014-04-29
1
-0
/
+6
*
[BUG] Fix -Wunused-variable warning in Release mode. Thnx to Kostya Serebryan...
Zinovy Nis
2014-04-29
1
-2
/
+3
*
fix -Wunused-variable warning in Release mode
Kostya Serebryany
2014-04-29
1
-0
/
+1
*
[OPENMP][LV][D3423] Respect Hints.Force meta-data for loops in LoopVectorizer
Zinovy Nis
2014-04-29
1
-27
/
+57
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-51
/
+52
*
[LV] Statistics numbers for LoopVectorize introduced: a number of analyzed lo...
Alexander Musman
2014-04-23
1
-0
/
+7
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-3
/
+3
*
D3348 - [BUG] "Rotate Loop" pass kills "llvm.vectorizer.enable" metadata
Alexey Bataev
2014-04-15
1
-6
/
+14
*
SLPVectorizer: Only vectorize intrinsics whose operands are widened equally
Arnold Schwaighofer
2014-04-09
1
-25
/
+6
*
Add NDEBUG markers around debug only function.
Eric Christopher
2014-04-07
1
-0
/
+4
*
Add debug location information to the vectorizer debug statements.
Eric Christopher
2014-04-07
1
-5
/
+29
*
[LoopVectorizer] Count dependencies of consecutive pointers as uniforms
Hal Finkel
2014-04-02
1
-0
/
+10
*
[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
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-23
/
+20
*
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
1
-7
/
+8
*
[Modules] Move ValueHandle into the IR library where Value itself lives.
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[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
1
-1
/
+1
*
Make DataLayout a plain object, not a pass.
Rafael Espindola
2014-02-25
1
-1
/
+2
*
Make some DataLayout pointers const.
Rafael Espindola
2014-02-24
1
-19
/
+19
*
Reduce code duplication resulting from the ConstantVector/ConstantDataVector ...
Benjamin Kramer
2014-02-13
1
-6
/
+2
*
[Vectorizer] Add a new 'OperandValueKind' in TargetTransformInfo called
Andrea Di Biagio
2014-02-12
1
-1
/
+12
*
LoopVectorizer: Keep track of conditional store basic blocks
Arnold Schwaighofer
2014-02-08
1
-0
/
+4
*
LoopVectorizer: Enable unrolling of conditional stores and the load/store
Arnold Schwaighofer
2014-02-02
1
-3
/
+3
*
[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
1
-3
/
+3
*
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
1
-5
/
+5
*
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
2014-01-13
1
-2
/
+2
*
LoopVectorizer: Enable strided memory accesses versioning per default
Arnold Schwaighofer
2014-01-11
1
-1
/
+1
[next]