This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm
in repository toolchain/ci/gcc.
from 088a51a0abb MAINTAINERS: Add myself to DCO section
adds 570d5bff9af Don't fold __builtin_ia32_blendvpd w/o sse4.2.
adds ab46fc7c3bf OpenACC privatization diagnostics vs. 'assert' [PR102841]
adds 7690bee9f36 Some minor HONOR_NANS improvements to match.pd
adds 6aef670e486 Performance/size improvement to single_use when matching GIMPLE.
adds 952155629ca aarch64: Fix up RTL sharing bug in aarch64_load_symref_appr [...]
adds 818e305ea69 tree-optimization/104942: Retain sizetype conversions till the end
adds e55c5e24b97 c++: fold calls to std::move/forward [PR96780]
adds 5809bb4f78c c++: further lookup_member simplification
new f6fb661ea8a tree-optimization/102008 - restore if-conversion of adjacent loads
new eb4f83d1f10 RISC-V: Handle combine extension in canonical ordering.
new 2a5fabeb2fa RISC-V: Add version info for zk, zkn and zks
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:
gcc/c-family/c.opt | 4 ++
gcc/common/config/riscv/riscv-common.cc | 60 +++++++++++++++++++++
gcc/config/aarch64/aarch64.cc | 2 +-
gcc/config/i386/i386-builtin.def | 2 +-
gcc/config/i386/i386.cc | 8 ++-
gcc/config/riscv/riscv-subset.h | 1 +
gcc/cp/cp-gimplify.cc | 38 ++++++++++++-
gcc/cp/search.cc | 32 +++++------
gcc/doc/invoke.texi | 10 ++++
gcc/gimple-match-head.cc | 24 +++++++--
gcc/match.pd | 6 +--
gcc/passes.def | 2 +-
gcc/testsuite/g++.dg/opt/pr96780.C | 38 +++++++++++++
.../gcc.dg/builtin-dynamic-object-size-0.c | 22 ++++++++
gcc/testsuite/gcc.dg/pr104910.c | 14 +++++
gcc/testsuite/gcc.target/aarch64/pr102008.c | 13 +++++
gcc/testsuite/gcc.target/i386/sse4_1-blendvpd-1.c | 11 ++++
gcc/testsuite/gcc.target/riscv/predef-17.c | 63 ++++++++++++++++++++++
gcc/tree-object-size.cc | 5 +-
.../libgomp.oacc-c-c++-common/host_data-7.c | 6 +--
20 files changed, 324 insertions(+), 37 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/opt/pr96780.C
create mode 100644 gcc/testsuite/gcc.dg/pr104910.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr102008.c
create mode 100644 gcc/testsuite/gcc.target/i386/sse4_1-blendvpd-1.c
create mode 100644 gcc/testsuite/gcc.target/riscv/predef-17.c
--
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm
in repository toolchain/ci/binutils-gdb.
from 22546800ad Automatic date update in version.in
adds 9bde221fec Make gdb.fortran/{array-slices,lbound-ubound} work against g [...]
adds f4f95df31b Updated Serbian (for binutils/) and Russian (for gprof/) tra [...]
new 978602e83f bfd: add AMDGCN architecture
new e316110609 opcodes: handle bfd_amdgcn_arch in configure script
new 37870be874 binutils/readelf: handle AMDGPU OS ABIs
new c077c5802c binutils/readelf: decode AMDGPU-specific e_flags
new 28cdbb183b binutils/readelf: handle NT_AMDGPU_METADATA note name
new 2952f10cd7 binutils/readelf: build against msgpack, dump NT_AMDGPU_META [...]
new 0c857ef4df binutils/readelf: handle AMDGPU relocation types
The 7 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:
bfd/ChangeLog | 21 +
bfd/Makefile.am | 4 +
bfd/Makefile.in | 6 +
bfd/archures.c | 15 +
bfd/bfd-in2.h | 13 +
bfd/config.bfd | 5 +
bfd/configure | 1 +
bfd/configure.ac | 1 +
bfd/cpu-amdgcn.c | 59 +
bfd/elf-bfd.h | 1 +
bfd/elf64-amdgcn.c | 80 +
bfd/targets.c | 5 +
binutils/ChangeLog | 41 +
binutils/Makefile.am | 14 +-
binutils/Makefile.in | 11 +-
binutils/config.in | 3 +
binutils/configure | 137 +-
binutils/configure.ac | 17 +
binutils/po/sr.po | 4228 +++++++++++++++------------
binutils/readelf.c | 379 ++-
gdb/testsuite/gdb.fortran/array-slices.exp | 30 +-
gdb/testsuite/gdb.fortran/array-slices.f90 | 2 +-
gdb/testsuite/gdb.fortran/lbound-ubound.exp | 28 +-
gprof/ChangeLog | 4 +
gprof/po/ru.po | 273 +-
include/ChangeLog | 23 +
include/elf/amdgpu.h | 115 +
include/elf/common.h | 3 +
opcodes/ChangeLog | 5 +
opcodes/configure | 1 +
opcodes/configure.ac | 1 +
31 files changed, 3434 insertions(+), 2092 deletions(-)
create mode 100644 bfd/cpu-amdgcn.c
create mode 100644 bfd/elf64-amdgcn.c
create mode 100644 include/elf/amdgpu.h
--
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm
in repository toolchain/ci/base-artifacts.
discards e34c6c69 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new d579d93f 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (e34c6c69)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_build/master-a [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log.xz | Bin 1524 -> 1508 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2764 bytes
04-build_abe-binutils/console.log.xz | Bin 29796 -> 30444 bytes
05-build_abe-stage1/console.log.xz | Bin 90172 -> 90088 bytes
07-build_abe-linux/console.log.xz | Bin 9140 -> 9284 bytes
08-build_abe-glibc/console.log.xz | Bin 231220 -> 231492 bytes
09-build_abe-stage2/console.log.xz | Bin 220840 -> 221076 bytes
10-build_abe-gdb/console.log.xz | Bin 36764 -> 37268 bytes
11-build_abe-qemu/console.log.xz | Bin 30756 -> 31124 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 24 ++++++++++++------------
12 files changed, 13 insertions(+), 13 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-arm-mainline-allnoconfig
in repository toolchain/ci/binutils-gdb.
from fd8d17d27b Automatic date update in version.in
adds 6aa1b7df2f ld: Keep indirect symbol from IR if referenced from shared object
adds 15407b1960 Automatic date update in version.in
adds 40d32f56f6 Updated Serbian translations for the bfd, gold, ld and opcod [...]
adds 481876f834 Automatic date update in version.in
adds 8afae2da1f Automatic date update in version.in
adds 6c15b0fd4a Automatic date update in version.in
adds 98cf8b20f2 Automatic date update in version.in
adds e4f3d6d4fd Automatic date update in version.in
adds 5837d37302 Automatic date update in version.in
adds ed9b2e40eb binutils 2.38 vs. ppc32 linux kernel
adds c4aae3f68a Automatic date update in version.in
adds be8076ebe1 Automatic date update in version.in
adds a3a2d47ede Automatic date update in version.in
adds 78d5c17e17 Automatic date update in version.in
adds 884f69febf Automatic date update in version.in
adds bb8b104a73 Automatic date update in version.in
adds 2d92604cd3 Revert "Check thin archive element file size against archive [...]
adds 1c682ec33d Automatic date update in version.in
adds 4117b3c30a Automatic date update in version.in
adds d06059239a Automatic date update in version.in
adds 70589bff4f Automatic date update in version.in
adds 00d7bb15cc Automatic date update in version.in
adds c002554e78 Automatic date update in version.in
adds 93388cd0cd Automatic date update in version.in
adds 49187e2cb9 Automatic date update in version.in
adds 9560f8cb48 Automatic date update in version.in
adds b9ccd7c420 Automatic date update in version.in
adds 080b8ee0ad Automatic date update in version.in
adds 6938a3aca1 Automatic date update in version.in
adds 7183434818 Work around gcc-4 warnings in elf64-ppc.c
adds e4a35c7319 PowerPC64 DT_RELR relative reloc addresses
adds fcf60fe848 PR28959, obdump doesn't disassemble mftb instruction
adds 4097bb0076 Automatic date update in version.in
adds 83fd01526c Automatic date update in version.in
adds 53b192c07c Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/ChangeLog | 4 +
bfd/archive.c | 12 +-
bfd/elf64-ppc.c | 161 +-
bfd/elflink.c | 5 +-
bfd/po/sr.po | 3123 ++++++++++++++++++----------------
bfd/version.h | 2 +-
gas/config/tc-ppc.c | 25 +-
gold/ChangeLog | 4 +
gold/po/sr.po | 257 ++-
ld/ChangeLog | 4 +
ld/po/sr.po | 3266 +++++++++++++++++++-----------------
ld/testsuite/ld-plugin/lto.exp | 26 +
ld/testsuite/ld-plugin/pr28879a.cc | 7 +
ld/testsuite/ld-plugin/pr28879b.cc | 8 +
opcodes/ChangeLog | 4 +
opcodes/po/sr.po | 506 +++---
opcodes/ppc-dis.c | 5 +-
17 files changed, 3896 insertions(+), 3523 deletions(-)
create mode 100644 ld/testsuite/ld-plugin/pr28879a.cc
create mode 100644 ld/testsuite/ld-plugin/pr28879b.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-arm-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 88f8fb16 0: update: binutils-llvm-linux-qemu: all
new c28f133a 0: update: binutils-llvm-linux-qemu: all
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (88f8fb16)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-arm- [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log.xz | Bin 1564 -> 1576 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2764 bytes
03-build_abe-binutils/console.log.xz | Bin 29944 -> 29728 bytes
04-build_llvm/console.log.xz | Bin 59060 -> 60468 bytes
05-build_abe-qemu/console.log.xz | Bin 30404 -> 30124 bytes
06-build_linux/console.log.xz | Bin 3580 -> 3276 bytes
07-boot_linux/console.log.xz | Bin 496 -> 496 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 10 +++++-----
jenkins/manifest.sh | 22 +++++++++++-----------
10 files changed, 16 insertions(+), 16 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 0c857ef4dfc binutils/readelf: handle AMDGPU relocation types
new c5edd3b8847 gprofng: Define ATTRIBUTE_FALLTHROUGH
new a8b34706ef0 gprofng: Don't hardcode -Wno-nonnull-compare
new 61a1f2e7111 gprofng: Don't hardcode -Wno-format-truncation/-Wno-switch
new f4be26838dc gprofng: Use symver attribute if available
The 4 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:
gprofng/Makefile.in | 2 +
gprofng/common/gp-defs.h | 8 +++
gprofng/configure | 122 +++++++++++++++++++++++++++++++++++++-
gprofng/configure.ac | 4 ++
gprofng/libcollector/Makefile.am | 2 +-
gprofng/libcollector/Makefile.in | 3 +-
gprofng/libcollector/aclocal.m4 | 1 +
gprofng/libcollector/configure | 64 +++++++++++++++++++-
gprofng/libcollector/configure.ac | 3 +
gprofng/libcollector/dispatcher.c | 12 ++--
gprofng/libcollector/iotrace.c | 55 +++++++----------
gprofng/libcollector/linetrace.c | 27 ++++-----
gprofng/libcollector/mmaptrace.c | 6 +-
gprofng/libcollector/synctrace.c | 47 +++++++--------
gprofng/src/Makefile.am | 5 +-
gprofng/src/Makefile.in | 7 ++-
gprofng/src/collector_module.h | 11 ++++
gprofng/src/gp-collect-app.cc | 2 +-
18 files changed, 284 insertions(+), 97 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 2a5fabeb2fa RISC-V: Add version info for zk, zkn and zks
new 3117ffce4c1 x86: Also check _SOFT_FLOAT in <x86gprintrin.h>
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:
gcc/config/i386/x86gprintrin.h | 2 +-
gcc/testsuite/gcc.target/i386/pr104890.c | 11 +++++++++++
2 files changed, 12 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr104890.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.