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
*
[SLP] Vectorize loads of consecutive memory accesses, accessed in non-consecu...
Mohammad Shahid
2017-01-28
1
-57
/
+120
*
[SLP] Refactoring of horizontal reduction analysis, NFC.
Alexey Bataev
2017-01-27
1
-24
/
+25
*
[SLP] Improve horizontal vectorization for non-power-of-2 number of
Alexey Bataev
2017-01-25
1
-2
/
+4
*
[SLP] Refactoring of HorizontalReduction class, NFC.
Alexey Bataev
2017-01-24
1
-34
/
+20
*
[SLP] Make ReductionOpcode have the right (enum) type. NFC.
Michael Kuperstein
2017-01-21
1
-13
/
+10
*
[SLP] Delete useless helper. NFC.
Michael Kuperstein
2017-01-21
1
-14
/
+10
*
[PM] Introduce an analysis set used to preserve all analyses over
Chandler Carruth
2017-01-15
1
-2
/
+2
*
Give comparator const call operator
Eric Fiselier
2017-01-15
1
-1
/
+1
*
[SLP] Remove bogus assert.
Michael Kuperstein
2017-01-11
1
-4
/
+0
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
1
-9
/
+15
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
1
-15
/
+9
*
[SLP] Fix sign-extends for type-shrinking
Matthew Simpson
2016-12-12
1
-15
/
+62
*
[SLP] Fix for PR6246: vectorization for scalar ops on vector elements.
Alexey Bataev
2016-12-08
1
-66
/
+80
*
Revert "[SLP] Fix for PR6246: vectorization for scalar ops on vector elements."
Renato Golin
2016-12-02
1
-74
/
+66
*
[SLP] Fix for PR6246: vectorization for scalar ops on vector elements.
Alexey Bataev
2016-12-02
1
-66
/
+74
*
Revert "[SLP] Fix for PR6246: vectorization for scalar ops on vector elements."
Artem Belevich
2016-12-01
1
-72
/
+66
*
[SLP] Fix for PR6246: vectorization for scalar ops on vector elements.
Alexey Bataev
2016-12-01
1
-66
/
+72
*
[SLP] Fixed cost model for horizontal reduction.
Alexey Bataev
2016-12-01
1
-1
/
+2
*
[SLPVectorizer] Improved support of partial tree vectorization.
Alexey Bataev
2016-11-29
1
-87
/
+178
*
Fix spelling mistakes in Transforms comments. NFC.
Simon Pilgrim
2016-11-20
1
-1
/
+1
*
Fixed the lost FastMathFlags for CALL operations in SLPVectorizer.
Vyacheslav Klochkov
2016-11-16
1
-0
/
+1
*
Fixed the lost FastMathFlags for FCmp operations in SLPVectorizer.
Vyacheslav Klochkov
2016-11-11
1
-3
/
+4
*
[SLP] Fix for PR30626: Compiler crash inside SLP Vectorizer.
Alexey Bataev
2016-10-27
1
-4
/
+11
*
[SLPVectorizer] Fix for PR25748: reduction vectorization after loop
Alexey Bataev
2016-10-07
1
-8
/
+22
*
ADT: Do not inherit from std::iterator in ilist_iterator
Duncan P. N. Exon Smith
2016-09-03
1
-1
/
+1
*
[SLP] Don't pass a global CL option as an argument. NFC.
Chad Rosier
2016-09-02
1
-8
/
+7
*
[SLP] Update the debug based on Michael's suggestion.
Chad Rosier
2016-08-31
1
-2
/
+3
*
[SLP] Sink debug after checking for matching types/opcode.
Chad Rosier
2016-08-31
1
-2
/
+2
*
[SLP] Arguments should be camel case, and start with an upper case letter. NFC.
Chad Rosier
2016-08-31
1
-2
/
+2
*
ADT: Give ilist<T>::reverse_iterator a handle to the current node
Duncan P. N. Exon Smith
2016-08-30
1
-5
/
+6
*
[SLP] Return a boolean value for these static helpers. NFC.
Chad Rosier
2016-08-29
1
-17
/
+16
*
[SLP] Avoid signed integer overflow
Matthew Simpson
2016-08-23
1
-9
/
+35
*
Reapply "[SLP] Initialize VectorizedValue when gathering"
Matthew Simpson
2016-08-20
1
-8
/
+66
*
[SLP] Add command line option for minimum tree size (NFC)
Matthew Simpson
2016-08-20
1
-1
/
+5
*
Revert "[SLP] Initialize VectorizedValue when gathering" to fix ubsan bot.
Vitaly Buka
2016-08-20
1
-66
/
+8
*
[SLP] Initialize VectorizedValue when gathering
Matthew Simpson
2016-08-18
1
-8
/
+66
*
Use the range variant of find/find_if instead of unpacking begin/end
David Majnemer
2016-08-12
1
-4
/
+2
*
Use the range variant of find instead of unpacking begin/end
David Majnemer
2016-08-11
1
-5
/
+3
*
[SLP] Make RecursionMaxDepth a command line option (NFC)
Matthew Simpson
2016-08-11
1
-2
/
+3
*
Move helpers into anonymous namespaces. NFC.
Benjamin Kramer
2016-08-06
1
-1
/
+2
*
[SLPVectorizer] Vectorize reverse-order loads in horizontal reductions
Michael Kuperstein
2016-07-22
1
-16
/
+53
*
Give helper classes/functions internal linkage. NFC.
Benjamin Kramer
2016-07-10
1
-0
/
+2
*
[PM] Fix a think-o. mv {Scalar,Vectorize}/SLPVectorize.h
Sean Silva
2016-07-09
1
-1
/
+1
*
Remove duplicate inclusion /NFC
Xinliang David Li
2016-07-08
1
-1
/
+0
*
SLPVectorizer: Move propagateMetadata to VectorUtils
Matt Arsenault
2016-06-30
1
-40
/
+0
*
Fixed crash of SLP Vectorizer on KNL
Elena Demikhovsky
2016-06-27
1
-0
/
+2
*
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
Benjamin Kramer
2016-06-26
1
-43
/
+39
*
Attempt to define friend function more portably.
Sean Silva
2016-06-16
1
-16
/
+5
*
Work around MSVC "friend" semantics.
Sean Silva
2016-06-15
1
-0
/
+2
*
Speculative buildbot fix.
Sean Silva
2016-06-15
1
-0
/
+5
[next]