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
*
[TargetTransformInfo] getIntrinsicInstrCost() scalarization estimation improved
Jonas Paulsson
2017-03-14
1
-6
/
+5
*
[SLP] Revert everything that has to do with memory access sorting.
Michael Kuperstein
2017-03-10
1
-122
/
+57
*
[SLP] Mark values in Dot that need to be extracted
Adam Nemet
2017-03-09
1
-3
/
+9
*
[SLP] Visualize SLP trees with -view-slp-tree
Adam Nemet
2017-03-08
1
-62
/
+167
*
[SLP] Revert r296863 due to miscompiles.
Michael Kuperstein
2017-03-06
1
-79
/
+72
*
[SLP] Fixes the bug due to absence of in order uses of scalars which needs to...
Mohammad Shahid
2017-03-03
1
-72
/
+79
*
Revert r296575 "[SLP] Fixes the bug due to absence of in order uses of scalar...
Hans Wennborg
2017-03-01
1
-65
/
+70
*
[SLP] Preserve IR flags when vectorizing horizontal reductions.
Alexey Bataev
2017-03-01
1
-2
/
+5
*
[SLP] Preserve IR flags for extra args.
Alexey Bataev
2017-03-01
1
-9
/
+11
*
[SLP] Fix for PR32038: extra add of PHI node when it is not required.
Alexey Bataev
2017-03-01
1
-17
/
+3
*
[SLP] Fixes the bug due to absence of in order uses of scalars which needs to...
Mohammad Shahid
2017-03-01
1
-70
/
+65
*
[SLP] Fix for PR32036: Vectorized horizontal reduction returning wrong
Alexey Bataev
2017-02-23
1
-13
/
+21
*
Revert "[SLP] Fix for PR32036: Vectorized horizontal reduction returning wrong"
Alexey Bataev
2017-02-23
1
-21
/
+14
*
[SLP] Fix for PR32036: Vectorized horizontal reduction returning wrong
Alexey Bataev
2017-02-23
1
-14
/
+21
*
Revert "[SLP] Fix for PR32036: Vectorized horizontal reduction returning wrong"
Alexey Bataev
2017-02-23
1
-19
/
+13
*
[SLP] Fix for PR32036: Vectorized horizontal reduction returning wrong
Alexey Bataev
2017-02-23
1
-13
/
+19
*
Revert r295868 because it breaks a different SLP lit test.
Michael Kuperstein
2017-02-22
1
-18
/
+13
*
[SLP] Fix for PR32036: Vectorized horizontal reduction returning wrong result
Alexey Bataev
2017-02-22
1
-13
/
+18
*
[SLP] Remove unused initial value from the variable, NFC.
Alexey Bataev
2017-02-22
1
-1
/
+1
*
[SLP] nullptr'ize initial value in `findBuildAggregate()`, NFC.
Alexey Bataev
2017-02-20
1
-1
/
+1
*
[SLP] Rework `findBuildAggregate()` from ercursive form to iterative, NFC.
Alexey Bataev
2017-02-20
1
-9
/
+12
*
[SLP] Fix for PR31879: vectorize repeated scalar ops that don't get put
Alexey Bataev
2017-02-14
1
-1
/
+7
*
[SLP] Fix for PR31690: Allow using of extra values in horizontal
Alexey Bataev
2017-02-13
1
-18
/
+130
*
[SLP] Revert "Allow using of extra values in horizontal reductions."
Michael Kuperstein
2017-02-06
1
-67
/
+12
*
[SLP] Make sortMemAccesses explicitly return an error. NFC.
Michael Kuperstein
2017-02-03
1
-12
/
+15
*
[SLP] Fix for PR31690: Allow using of extra values in horizontal reductions.
Alexey Bataev
2017-02-03
1
-12
/
+67
*
[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
[next]