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-master-aarch64-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 2d1280686 2: update: binutils-llvm-linux-qemu: 20154
new 46673ae36 2: update: binutils-llvm-linux-qemu: 20154
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 (2d1280686)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-aarch [...]
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 1820 -> 1564 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2780 bytes
03-build_abe-binutils/console.log.xz | Bin 30340 -> 30944 bytes
04-build_llvm/console.log.xz | Bin 60544 -> 59824 bytes
05-build_abe-qemu/console.log.xz | Bin 30416 -> 30576 bytes
06-build_linux/console.log.xz | Bin 4088 -> 3920 bytes
08-check_regression/console.log.xz | Bin 476 -> 480 bytes
09-update_baseline/console.log | 114 +++++++++++++++++------------------
jenkins/manifest.sh | 22 +++----
9 files changed, 68 insertions(+), 68 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-aarch64
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-aarch64
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 [...]
new ef26c151c14 x86: PR target/103773: Fix wrong-code with -Oz from pop to memory.
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/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-aarch64
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-aarch64
in repository toolchain/ci/base-artifacts.
discards 6e66f61a3 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new 0835789e0 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 (6e66f61a3)
\
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 1516 -> 1548 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2760 bytes
04-build_abe-binutils/console.log.xz | Bin 30332 -> 31744 bytes
05-build_abe-stage1/console.log.xz | Bin 71080 -> 71176 bytes
07-build_abe-linux/console.log.xz | Bin 8788 -> 8916 bytes
08-build_abe-glibc/console.log.xz | Bin 236892 -> 236660 bytes
09-build_abe-stage2/console.log.xz | Bin 194152 -> 194472 bytes
10-build_abe-gdb/console.log.xz | Bin 37900 -> 39316 bytes
11-build_abe-qemu/console.log.xz | Bin 30852 -> 30688 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 10 +++++-----
jenkins/manifest.sh | 18 +++++++++---------
12 files changed, 14 insertions(+), 14 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-arm-bootstrap_lto
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
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:
bfd/version.h | 2 +-
gdb/NEWS | 4 ++
gdb/amd64-tdep.c | 16 ++++-
gdb/doc/gdb.texinfo | 17 ++++-
gdb/gdbthread.h | 11 ++++
gdb/inferior.c | 2 +
gdb/linux-nat.c | 29 ++++++---
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 ++++++++++++++++++-----------
gdb/thread.c | 38 +++++++++++
14 files changed, 234 insertions(+), 91 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-arm-bootstrap_lto
in repository toolchain/ci/base-artifacts.
discards 93b1e2e42 0: update: binutils-gcc: 2
new fc9808a32 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 (93b1e2e42)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-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 1500 -> 1496 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2752 bytes
04-build_abe-binutils/console.log.xz | Bin 52216 -> 53036 bytes
05-build_abe-bootstrap_lto/console.log.xz | Bin 471724 -> 477044 bytes
06-check_regression/console.log.xz | Bin 416 -> 420 bytes
07-update_baseline/console.log | 4 ++--
jenkins/manifest.sh | 14 +++++++-------
7 files changed, 9 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.