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
*
[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
*
LoopVectorize.cpp: Appease MSC16.
NAKAMURA Takumi
2014-01-11
1
-2
/
+4
*
LoopVectorizer: Handle strided memory accesses by versioning
Arnold Schwaighofer
2014-01-10
1
-83
/
+408
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
LoopVectorizer: Don't if-convert constant expressions that can trap
Arnold Schwaighofer
2013-12-17
1
-1
/
+31
*
Add #pragma vectorize enable/disable to LLVM
Renato Golin
2013-12-05
1
-8
/
+31
*
Correct word hyphenations
Alp Toker
2013-12-05
1
-9
/
+9
*
LoopVectorizer: Truncate i64 trip counts of i32 phis if necessary
Arnold Schwaighofer
2013-11-26
1
-0
/
+9
*
LoopVectorizer: Extend the induction variable to a larger type
Arnold Schwaighofer
2013-11-18
1
-0
/
+6
*
LoopVectorizer: Use abi alignment for accesses with no alignment
Arnold Schwaighofer
2013-11-15
1
-0
/
+4
*
Move debug message in vectorizer
Renato Golin
2013-11-11
1
-4
/
+1
*
LoopVectorize: Remove quadratic behavior the local CSE.
Benjamin Kramer
2013-11-02
1
-26
/
+40
*
LoopVectorizer: Move cse code into its own function
Arnold Schwaighofer
2013-11-01
1
-32
/
+37
*
LoopVectorizer: Perform redundancy elimination on induction variables
Arnold Schwaighofer
2013-11-01
1
-1
/
+34
*
LoopVectorize: Look for consecutive acces in GEPs with trailing zero indices
Benjamin Kramer
2013-11-01
1
-11
/
+38
*
LoopVectorizer: If dependency checks fail try runtime checks
Arnold Schwaighofer
2013-11-01
1
-5
/
+47
*
LoopVectorizer: Clear all member data structures in RuntimeCheck.reset()
Arnold Schwaighofer
2013-11-01
1
-0
/
+2
*
Quick look-up for block in loop.
Wan Xiaofei
2013-10-26
1
-5
/
+6
*
LoopVectorizer: Don't attempt to vectorize extractelement instructions
Hal Finkel
2013-10-25
1
-2
/
+3
*
Mark vector loops as already vectorized
Renato Golin
2013-10-24
1
-0
/
+4
[next]