This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 175a34b [SelectionDAG] Rename fextend -> fpextend, fround -> fpround, [...]
new f17a9b6 [InstCombine] clean up foldICmpTruncConstant(); NFCI
new d87f299 [InstCombine] use m_APInt to allow icmp (trunc X, Y), C folds [...]
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/Transforms/InstCombine/InstCombineCompares.cpp | 34 ++++++++++------------
test/Transforms/InstCombine/cast.ll | 7 ++---
test/Transforms/InstCombine/compare-signs.ll | 8 +----
3 files changed, 20 insertions(+), 29 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 48a7392 Allow calling diagnostic_show_locus without a diagnostic_info
new 85adbce Implement <variant>
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
libstdc++-v3/ChangeLog | 14 +
libstdc++-v3/include/Makefile.am | 1 +
libstdc++-v3/include/Makefile.in | 1 +
libstdc++-v3/include/bits/enable_special_members.h | 37 +-
libstdc++-v3/include/bits/uses_allocator.h | 51 +
libstdc++-v3/include/std/variant | 1360 ++++++++++++++++++++
libstdc++-v3/testsuite/20_util/variant/compile.cc | 405 ++++++
libstdc++-v3/testsuite/20_util/variant/run.cc | 501 +++++++
8 files changed, 2368 insertions(+), 2 deletions(-)
create mode 100644 libstdc++-v3/include/std/variant
create mode 100644 libstdc++-v3/testsuite/20_util/variant/compile.cc
create mode 100644 libstdc++-v3/testsuite/20_util/variant/run.cc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 443f72b AMDGPU : Fix QSAD and MQSAD instructions' incorrect data type.
new 175a34b [SelectionDAG] Rename fextend -> fpextend, fround -> fpround, [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/llvm/Target/TargetSelectionDAG.td | 6 +++---
lib/Target/AArch64/AArch64InstrFormats.td | 12 +++++------
lib/Target/AArch64/AArch64InstrInfo.td | 22 ++++++++++----------
lib/Target/AMDGPU/SIInstructions.td | 4 ++--
lib/Target/ARM/ARMInstrVFP.td | 8 ++++----
lib/Target/Hexagon/HexagonISelLowering.cpp | 2 +-
lib/Target/Hexagon/HexagonInstrInfoV5.td | 4 ++--
lib/Target/Mips/MipsInstrFPU.td | 8 ++++----
lib/Target/NVPTX/NVPTXISelLowering.cpp | 2 +-
lib/Target/NVPTX/NVPTXInstrInfo.td | 12 +++++------
lib/Target/PowerPC/PPCInstrInfo.td | 8 ++++----
lib/Target/PowerPC/PPCInstrQPX.td | 10 ++++-----
lib/Target/PowerPC/PPCInstrVSX.td | 8 ++++----
lib/Target/Sparc/SparcISelLowering.cpp | 2 +-
lib/Target/Sparc/SparcInstrInfo.td | 20 +++++++++---------
lib/Target/SystemZ/SystemZISelLowering.cpp | 4 ++--
lib/Target/SystemZ/SystemZInstrFP.td | 26 ++++++++++++------------
lib/Target/SystemZ/SystemZInstrVector.td | 6 +++---
lib/Target/WebAssembly/WebAssemblyInstrConv.td | 4 ++--
lib/Target/X86/X86InstrAVX512.td | 16 +++++++--------
lib/Target/X86/X86InstrFPStack.td | 12 +++++------
lib/Target/X86/X86InstrSSE.td | 28 +++++++++++++-------------
22 files changed, 112 insertions(+), 112 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_39
in repository llvm.
from e87f84d Merging r278559: -------------------------------------------- [...]
new 9df521b ReleaseNotes: reduced jump table density
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
docs/ReleaseNotes.rst | 4 ++++
1 file changed, 4 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 6e859fd Add myself as write-after-approval GDB maintainer.
new 63373e4 Fix for powerpc-power.exp gdb regression test for Power 9
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gdb/testsuite/gdb.arch/powerpc-power.exp | 1610 ++++++++++++++++++++++++-----
gdb/testsuite/gdb.arch/powerpc-power.s | 1612 +++++++++++++++++++++++++-----
2 files changed, 2717 insertions(+), 505 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 7413d22 Fix json compilation database syntax on non-Windows.
new 2b5693d Revert [OpenCL] AMDGCN: Fix size_t type
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/clang/Basic/TargetInfo.h | 5 --
lib/Basic/TargetInfo.cpp | 5 +-
lib/Basic/Targets.cpp | 4 --
lib/CodeGen/CGExprScalar.cpp | 15 +++---
lib/CodeGen/CodeGenModule.cpp | 5 +-
lib/CodeGen/CodeGenTypeCache.h | 5 --
test/CodeGenOpenCL/size_t.cl | 110 ---------------------------------------
7 files changed, 9 insertions(+), 140 deletions(-)
delete mode 100644 test/CodeGenOpenCL/size_t.cl
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from b1ee91e Branch Folding: Accept explicit threshold for tail merge size.
new f65766d RegScavenging: Add scavengeRegisterBackwards()
new 3989d7e [SLP] Initialize VectorizedValue when gathering
new 443f72b AMDGPU : Fix QSAD and MQSAD instructions' incorrect data type.
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/llvm/CodeGen/RegisterScavenging.h | 18 ++
include/llvm/IR/IntrinsicsAMDGPU.td | 4 +-
lib/CodeGen/PrologEpilogInserter.cpp | 147 ++++++++-------
lib/CodeGen/RegisterScavenging.cpp | 204 ++++++++++++++++-----
lib/Target/AMDGPU/CIInstructions.td | 2 +-
lib/Target/AMDGPU/SIInstrInfo.td | 1 +
lib/Target/AMDGPU/SIInstructions.td | 2 +-
lib/Transforms/Vectorize/SLPVectorizer.cpp | 74 +++++++-
test/CodeGen/AMDGPU/captured-frame-index.ll | 4 +-
test/CodeGen/AMDGPU/llvm.amdgcn.mqsad.pk.u16.u8.ll | 18 +-
test/CodeGen/AMDGPU/llvm.amdgcn.qsad.pk.u16.u8.ll | 18 +-
test/CodeGen/Mips/emergency-spill-slot-near-fp.ll | 88 ++++++---
test/CodeGen/PowerPC/dyn-alloca-aligned.ll | 4 +-
test/CodeGen/Thumb/large-stack.ll | 4 +-
.../SLPVectorizer/AArch64/gather-root.ll | 95 ++++++++++
15 files changed, 509 insertions(+), 174 deletions(-)
create mode 100644 test/Transforms/SLPVectorizer/AArch64/gather-root.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_39
in repository llvm.
from 3fa944f Merging r278562: -------------------------------------------- [...]
new e87f84d Merging r278559: -------------------------------------------- [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp | 10 +--
test/CodeGen/AArch64/ldst-opt.ll | 103 ++++++++++++++++++++++-
2 files changed, 107 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from d44c67f ppc: Fix record of HTM instructions
new 6e859fd Add myself as write-after-approval GDB maintainer.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gdb/MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from cd39b64 Resubmit "[Tooling] Parse compilation database command lines [...]
new 7441a2b [OpenCL] AMDGCN: Fix size_t type
new 7413d22 Fix json compilation database syntax on non-Windows.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/clang/Basic/TargetInfo.h | 5 ++
lib/Basic/TargetInfo.cpp | 5 +-
lib/Basic/Targets.cpp | 4 ++
lib/CodeGen/CGExprScalar.cpp | 15 +++--
lib/CodeGen/CodeGenModule.cpp | 5 +-
lib/CodeGen/CodeGenTypeCache.h | 5 ++
lib/Tooling/JSONCompilationDatabase.cpp | 6 +-
test/CodeGenOpenCL/size_t.cl | 110 ++++++++++++++++++++++++++++++++
8 files changed, 142 insertions(+), 13 deletions(-)
create mode 100644 test/CodeGenOpenCL/size_t.cl
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.