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/gdb.
from 7898f55ba0 Automatic date update in version.in
adds 391c90eea5 gdb: make use of SCOPE_EXIT to manage thread executing state
adds b1718fcdd1 gdb: on x86-64 non-trivial C++ objects are returned in memory
adds b622494ee3 gdb/remote: handle attach when stop packet lacks thread-id
No new revisions were added by this update.
Summary of changes:
gdb/amd64-tdep.c | 16 ++++-
gdb/record-btrace.c | 24 ++-----
gdb/record-full.c | 8 ++-
gdb/remote.c | 31 ++++-----
gdb/testsuite/gdb.cp/non-trivial-retval.cc | 19 +++++-
gdb/testsuite/gdb.cp/non-trivial-retval.exp | 26 ++++++++
gdb/testsuite/gdb.server/ext-attach.exp | 98 ++++++++++++++++++-----------
7 files changed, 143 insertions(+), 79 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_gnu_cross_build/master-arm
in repository toolchain/ci/glibc.
from f20f980c71 x86-64: Add vector acos/acosf implementation to libmvec
new cd0c333d2e elf: Remove unused NEED_DL_BASE_ADDR and _dl_base_addr
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:
elf/dl-sysdep.c | 8 --------
1 file changed, 8 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_gnu_cross_build/master-arm
in repository toolchain/ci/gcc.
from 1a7ce857099 Combine vpcmpuw + zero_extend to vpcmpuw.
adds 9ac0730c25b Fix typo in type verification.
adds 61e53698a08 i386: Enable intrinsics that convert float and bf16 data to [...]
adds ef26c151c14 x86: PR target/103773: Fix wrong-code with -Oz from pop to memory.
No new revisions were added by this update.
Summary of changes:
gcc/config/i386/avx512bf16intrin.h | 36 +++++++++++++
gcc/config/i386/avx512bf16vlintrin.h | 63 ++++++++++++++++++++++
gcc/config/i386/i386.md | 62 ++++++++++++++-------
.../gcc.target/i386/avx512bf16-cvtsbh2ss-1.c | 15 ++++++
.../gcc.target/i386/avx512bf16-vcvtpbh2ps-1.c | 20 +++++++
.../gcc.target/i386/avx512bf16vl-cvtness2sbh-1.c | 14 +++++
.../gcc.target/i386/avx512bf16vl-vcvtpbh2ps-1.c | 29 ++++++++++
gcc/testsuite/gcc.target/i386/pr103773-2.c | 19 +++++++
gcc/testsuite/gcc.target/i386/pr103773.c | 12 +++++
gcc/tree.c | 2 +-
10 files changed, 253 insertions(+), 19 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/avx512bf16-cvtsbh2ss-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512bf16-vcvtpbh2ps-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512bf16vl-cvtness2sbh-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512bf16vl-vcvtpbh2ps-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr103773-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr103773.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 7898f55ba0 Automatic date update in version.in
adds 391c90eea5 gdb: make use of SCOPE_EXIT to manage thread executing state
adds b1718fcdd1 gdb: on x86-64 non-trivial C++ objects are returned in memory
adds b622494ee3 gdb/remote: handle attach when stop packet lacks thread-id
No new revisions were added by this update.
Summary of changes:
gdb/amd64-tdep.c | 16 ++++-
gdb/record-btrace.c | 24 ++-----
gdb/record-full.c | 8 ++-
gdb/remote.c | 31 ++++-----
gdb/testsuite/gdb.cp/non-trivial-retval.cc | 19 +++++-
gdb/testsuite/gdb.cp/non-trivial-retval.exp | 26 ++++++++
gdb/testsuite/gdb.server/ext-attach.exp | 98 ++++++++++++++++++-----------
7 files changed, 143 insertions(+), 79 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_gnu_cross_build/master-arm
in repository toolchain/ci/base-artifacts.
discards 5f5ba5d4f 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new 7b0f095a0 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 (5f5ba5d4f)
\
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 1536 -> 1536 bytes
02-prepare_abe/console.log.xz | Bin 2772 -> 2768 bytes
04-build_abe-binutils/console.log.xz | Bin 30020 -> 31368 bytes
05-build_abe-stage1/console.log.xz | Bin 90572 -> 90036 bytes
07-build_abe-linux/console.log.xz | Bin 8796 -> 8916 bytes
08-build_abe-glibc/console.log.xz | Bin 231164 -> 230604 bytes
09-build_abe-stage2/console.log.xz | Bin 217268 -> 216152 bytes
10-build_abe-gdb/console.log.xz | Bin 37692 -> 39260 bytes
11-build_abe-qemu/console.log.xz | Bin 30040 -> 30500 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 70 +++++++++++++++++------------------
jenkins/manifest.sh | 22 +++++------
12 files changed, 46 insertions(+), 46 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_gcc_bootstrap/master-aarch64-bootstrap_ubsan
in repository toolchain/ci/binutils-gdb.
from 85adb21d04 RISC-V: Update Scalar Crypto testcases.
adds 5b0a3d6242 gdb: add threads debugging switch
adds b6e52a0b3b gdb: convert 'set debug lin-lwp' to a boolean command
adds 042574aa6e gdb/doc: add some index entries relating to mi-async setting
adds 7898f55ba0 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/NEWS | 4 ++++
gdb/doc/gdb.texinfo | 17 +++++++++++++++--
gdb/gdbthread.h | 11 +++++++++++
gdb/inferior.c | 2 ++
gdb/linux-nat.c | 29 ++++++++++++++++++++---------
gdb/thread.c | 38 ++++++++++++++++++++++++++++++++++++++
7 files changed, 91 insertions(+), 12 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_gcc_bootstrap/master-aarch64-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
discards f4f771b1d 0: update: binutils-gcc: 2
new 06d3949ae 0: update: binutils-gcc: 2
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 (f4f771b1d)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-aar [...]
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 1544 -> 1556 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2760 bytes
04-build_abe-binutils/console.log.xz | Bin 38684 -> 38748 bytes
05-build_abe-bootstrap_ubsan/console.log.xz | Bin 318288 -> 320704 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 18 +++++++++---------
jenkins/manifest.sh | 14 +++++++-------
7 files changed, 16 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.