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
*
Revert r318193 "[SLPVectorizer] Failure to beneficially vectorize 'copyable' ...
Hans Wennborg
2017-11-15
1
-318
/
+140
*
[SLPVectorizer] Failure to beneficially vectorize 'copyable' elements in inte...
Dinar Temirbulatov
2017-11-14
1
-140
/
+318
*
[LV] Introduce VPBlendRecipe, VPWidenMemoryInstructionRecipe
Gil Rapaport
2017-11-14
2
-124
/
+243
*
[SLP] Fix PR23510: Try to find best possible vectorizable stores.
Alexey Bataev
2017-11-09
1
-23
/
+30
*
Add an @llvm.sideeffect intrinsic
Dan Gohman
2017-11-08
3
-2
/
+9
*
Revert rL317618
Mitch Phillips
2017-11-08
1
-319
/
+140
*
[SLPVectorizer] Failure to beneficially vectorize 'copyable' elements in inte...
Dinar Temirbulatov
2017-11-07
1
-140
/
+319
*
[IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math-flags and add 'trans' fas...
Sanjay Patel
2017-11-06
2
-5
/
+5
*
[LoopVectorize] Replace manual VPlan memory management with unique_ptr.
Benjamin Kramer
2017-10-31
1
-26
/
+10
*
Do not add discriminator encoding for debug intrinsics.
Dehao Chen
2017-10-26
1
-1
/
+2
*
[LSV] Avoid adding vectors of pointers as candidates
Bjorn Pettersson
2017-10-26
1
-3
/
+17
*
[LSV] Skip all non-byte sizes, not only less than eight bits
Bjorn Pettersson
2017-10-26
1
-2
/
+4
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-17
4
-94
/
+146
*
Revert rL315894, "SLPVectorizer.cpp: Try to appease stage2-3 difference. (D38...
NAKAMURA Takumi
2017-10-16
1
-9
/
+23
*
SLPVectorizer.cpp: Try to appease stage2-3 difference. (D38586)
NAKAMURA Takumi
2017-10-16
1
-23
/
+9
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-12
1
-163
/
+236
*
[NFC] Convert OptimizationRemarkEmitter old emit() calls to new closure
Vivek Pandya
2017-10-11
1
-48
/
+69
*
Rename OptimizationDiagnosticInfo.* to OptimizationRemarkEmitter.*
Adam Nemet
2017-10-09
1
-1
/
+1
*
[LV] Fix PR34743 - handle casts that sink after interleaved loads
Ayal Zaks
2017-10-05
1
-1
/
+4
*
[LV] Fix PR34711 - widen instruction ranges when sinking casts
Ayal Zaks
2017-10-05
1
-23
/
+22
*
Revert r314806 "[SLP] Vectorize jumbled memory loads."
Hans Wennborg
2017-10-03
1
-185
/
+84
*
[SLP] Vectorize jumbled memory loads.
Mohammad Shahid
2017-10-03
1
-84
/
+185
*
[LV] Use correct insertion point when type shrinking reductions
Matthew Simpson
2017-09-29
1
-1
/
+2
*
Use a BumpPtrAllocator for Loop objects
Sanjoy Das
2017-09-28
1
-1
/
+1
*
[SLP] Fix crash on propagate IR flags for undef operands of min/max
Alexey Bataev
2017-09-27
1
-3
/
+6
*
[SLP] fix typos/formatting; NFC
Sanjay Patel
2017-09-27
1
-14
/
+13
*
[SLP] Support for horizontal min/max reduction.
Alexey Bataev
2017-09-25
1
-68
/
+382
*
Revert r313771 "[SLP] Vectorize jumbled memory loads."
Hans Wennborg
2017-09-20
1
-182
/
+83
*
[SLP] Vectorize jumbled memory loads.
Mohammad Shahid
2017-09-20
1
-83
/
+182
*
Revert r313736: "[SLP] Vectorize jumbled memory loads."
Alexander Kornienko
2017-09-20
1
-182
/
+83
*
[SLP] Vectorize jumbled memory loads.
Mohammad Shahid
2017-09-20
1
-83
/
+182
*
Allow ORE.emit to take a closure to delay building the remark object
Adam Nemet
2017-09-19
1
-2
/
+4
*
[SLP] clean up for vector store case; NFCI
Sanjay Patel
2017-09-18
1
-12
/
+11
*
[SLP] Revert r312791 and other necessary commits, except for TTI and
Chandler Carruth
2017-09-15
1
-245
/
+49
*
This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352
Vivek Pandya
2017-09-15
1
-9
/
+12
*
This reverts r313381
Vivek Pandya
2017-09-15
1
-12
/
+9
*
This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352
Vivek Pandya
2017-09-15
1
-9
/
+12
*
Revert "[SLPVectorizer] Failure to beneficially vectorize 'copyable' elements...
Ilya Biryukov
2017-09-15
1
-317
/
+142
*
[SLPVectorizer] Failure to beneficially vectorize 'copyable' elements in inte...
Dinar Temirbulatov
2017-09-15
1
-142
/
+317
*
[SLPVectorizer] Remove duplicated functionality code in initScheduleData func...
Dinar Temirbulatov
2017-09-15
1
-6
/
+0
*
[LV] Fix maximum legal VF calculation
Alon Kom
2017-09-14
1
-28
/
+18
*
[SLPVectorizer] Prefer auto over explicit type for VL0, NFCI.
Dinar Temirbulatov
2017-09-14
1
-1
/
+1
*
[LV] Avoid computing the register usage for default VF. NFC
Anna Thomas
2017-09-13
1
-2
/
+4
*
[LV] Fix PR34523 - avoid generating redundant selects
Ayal Zaks
2017-09-13
1
-3
/
+3
*
[LV] Clamp the VF to the trip count
Anna Thomas
2017-09-12
1
-7
/
+12
*
[SLP] Fix for PHINode during horizontal reduction scanning, NFC.
Alexey Bataev
2017-09-12
1
-1
/
+1
*
[SLP] Fix buildbots, NFC.
Alexey Bataev
2017-09-09
1
-2
/
+2
*
[SLPVectorizer] Add struct InstructionsState that holds information about ana...
Dinar Temirbulatov
2017-09-08
1
-88
/
+120
*
[SLP] Fix the warning about paths not returning the value, NFC.
Alexey Bataev
2017-09-08
1
-2
/
+4
*
[SLP] Support for horizontal min/max reduction.
Alexey Bataev
2017-09-08
1
-49
/
+243
[next]