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 4a14e30 Add --inlines option to objdump to include scope backtrace of [...]
new 2253c8f S/390: Remove vx2 facility flag
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:
gas/ChangeLog | 5 +
gas/config/tc-s390.c | 6 +-
include/ChangeLog | 5 +
include/opcode/s390.h | 3 +-
opcodes/ChangeLog | 5 +
opcodes/s390-mkopc.c | 4 -
opcodes/s390-opc.txt | 284 +++++++++++++++++++++++++-------------------------
7 files changed, 160 insertions(+), 152 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 binutils-2_28-branch
in repository binutils-gdb.
from 5fb3ff4 Automatic date update in version.in
new a7587e7 S/390: Remove vx2 facility flag
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:
gas/ChangeLog | 8 ++
gas/config/tc-s390.c | 6 +-
include/ChangeLog | 8 ++
include/opcode/s390.h | 3 +-
opcodes/ChangeLog | 8 ++
opcodes/s390-mkopc.c | 4 -
opcodes/s390-opc.txt | 284 +++++++++++++++++++++++++-------------------------
7 files changed, 169 insertions(+), 152 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 llvm.
from 26b9b43 [DebugInfo][X86] Teach Optimize LEAs pass to handle debug values
new f885500 [ADMGPU] SDWA peephole optimization pass.
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/AMDGPU/AMDGPU.h | 4 +
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 10 +
lib/Target/AMDGPU/CMakeLists.txt | 1 +
lib/Target/AMDGPU/SIInstrInfo.h | 3 +
lib/Target/AMDGPU/SIInstrInfo.td | 9 +
lib/Target/AMDGPU/SIPeepholeSDWA.cpp | 692 ++++++++++++++++++++++++++++++
lib/Target/AMDGPU/VOPInstructions.td | 2 +-
test/CodeGen/AMDGPU/sdwa-peephole.ll | 372 ++++++++++++++++
8 files changed, 1092 insertions(+), 1 deletion(-)
create mode 100644 lib/Target/AMDGPU/SIPeepholeSDWA.cpp
create mode 100644 test/CodeGen/AMDGPU/sdwa-peephole.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 master
in repository clang.
from 62fafdb [X86][AVX512] Add _mm512_cvtsd_f64 and _mm512_cvtss_f32 intri [...]
new 40cf0c3 [OpenCL] Added implicit conversion rank for overloading funct [...]
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/Sema/Overload.h | 1 +
lib/Sema/SemaOverload.cpp | 2 +-
test/CodeGenOpenCL/overload.cl | 46 ++++++++++++++++++++++++
test/SemaOpenCL/overload_addrspace_resolution.cl | 29 ---------------
4 files changed, 48 insertions(+), 30 deletions(-)
create mode 100644 test/CodeGenOpenCL/overload.cl
delete mode 100644 test/SemaOpenCL/overload_addrspace_resolution.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 binutils-gdb.
from 645d334 arc/nps400: Add cp16/cp32 instructions to opcodes library
new 4a14e30 Add --inlines option to objdump to include scope backtrace of [...]
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:
binutils/ChangeLog | 10 ++++++++++
binutils/NEWS | 3 +++
binutils/doc/binutils.texi | 13 ++++++++++++-
binutils/objdump.c | 20 +++++++++++++++++++-
4 files changed, 44 insertions(+), 2 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 23ec131 [scan-build-py] reuse command line output parameter for repor [...]
new 62fafdb [X86][AVX512] Add _mm512_cvtsd_f64 and _mm512_cvtss_f32 intri [...]
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/Headers/avx512fintrin.h | 12 ++++++++++++
test/CodeGen/avx512f-builtins.c | 12 ++++++++++++
2 files changed, 24 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 clang-tools-extra.
from 5325f7e [clang-tidy] readability-container-size-empty fix for (*x).size()
new cd5b8a9 [change-namespace] avoid adding leading '::' when possible.
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:
change-namespace/ChangeNamespace.cpp | 55 ++++++---
.../change-namespace/ChangeNamespaceTests.cpp | 131 ++++++++++++++-------
2 files changed, 124 insertions(+), 62 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.
Yvan Roux pushed a change to branch master
in repository toolchain/abe.
from 6de91c7 Use Linux 4.10.3 for GCC 7 config.
new 47fec7c config/gcc.conf: Remove --enable-objc-gc
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:
config/gcc.conf | 1 -
1 file changed, 1 deletion(-)
--
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 openmp.
from 6168925 Minor improvement of KMP_YIELD_NOW() macro.
new 17fe174 Stride in distribute parallel for loops with no chunk size.
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:
runtime/src/kmp_sched.cpp | 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 gcc.
from 539ccb1 Fix dg-error for a test
new 034ffcd Fix another profiledbootstrap warning (PR libfortran/79956).
new a01c7cc Fix failing overflow-1.c for avr
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:
gcc/ChangeLog | 6 ++++++
gcc/simplify-rtx.c | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/tree-ssa/overflow-1.c | 18 ++++++++++++------
4 files changed, 24 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.