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
*
Vectorize intrinsic math function calls in SLPVectorizer.
Karthik Bhat
2014-05-03
2
-143
/
+22
*
Clean up constructor logic and member access for LoopVectorizeHints.
Eric Christopher
2014-05-02
1
-34
/
+39
*
Revert r205965, which essentially reverts r205018 for the second time.
Chandler Carruth
2014-05-01
1
-65
/
+30
*
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
*
Continue slp vectorization even the BB already has vectorized store radar://1...
Yi Jiang
2014-04-29
1
-1
/
+1
*
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'.
Craig Topper
2014-04-28
1
-1
/
+1
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
3
-97
/
+103
*
Allow vectorization of bit intrinsics in BB Vectorizer.
Karthik Bhat
2014-04-25
1
-8
/
+21
*
Allow vectorization of few missed llvm intrinsic calls in BBVectorizor by han...
Karthik Bhat
2014-04-24
1
-0
/
+8
*
[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
3
-7
/
+8
*
D3348 - [BUG] "Rotate Loop" pass kills "llvm.vectorizer.enable" metadata
Alexey Bataev
2014-04-15
1
-6
/
+14
*
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
2
-26
/
+10
*
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
*
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
*
[LoopVectorizer] Count dependencies of consecutive pointers as uniforms
Hal Finkel
2014-04-02
1
-0
/
+10
*
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
*
[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
[next]