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_O3
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-arm-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards 5864c862f 0: update: binutils-gcc: 2
new 47f0db096 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 (5864c862f)
\
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 1540 -> 1536 bytes
02-prepare_abe/console.log.xz | Bin 2764 -> 2772 bytes
04-build_abe-binutils/console.log.xz | Bin 52068 -> 52404 bytes
05-build_abe-bootstrap_O3/console.log.xz | Bin 459332 -> 460452 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 14 +++++++-------
7 files changed, 8 insertions(+), 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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 391c90eea53 gdb: make use of SCOPE_EXIT to manage thread executing state
new b1718fcdd1d gdb: on x86-64 non-trivial C++ objects are returned in memory
new b622494ee37 gdb/remote: handle attach when stop packet lacks thread-id
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:
gdb/amd64-tdep.c | 16 ++++-
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 ++++++++++++++++++-----------
5 files changed, 134 insertions(+), 56 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_check/master-arm
in repository toolchain/ci/gcc.
from 9f9bc0bf0d6 Daily bump.
adds 1a7ce857099 Combine vpcmpuw + zero_extend to vpcmpuw.
adds 9ac0730c25b Fix typo in type verification.
new 61e53698a08 i386: Enable intrinsics that convert float and bf16 data to [...]
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/sse.md | 275 ++++++++++++
.../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.target/i386/avx512bw-pr103750-1.c | 154 +++++++
.../gcc.target/i386/avx512bw-pr103750-2.c | 173 ++++++++
gcc/testsuite/gcc.target/i386/avx512f-pr103750-1.c | 426 ++++++++++++++++++
gcc/testsuite/gcc.target/i386/avx512f-pr103750-2.c | 478 +++++++++++++++++++++
.../gcc.target/i386/avx512fp16-pr103750-1.c | 58 +++
.../gcc.target/i386/avx512fp16-pr103750-2.c | 71 +++
gcc/tree.c | 2 +-
14 files changed, 1813 insertions(+), 1 deletion(-)
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/avx512bw-pr103750-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512bw-pr103750-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-pr103750-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-pr103750-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512fp16-pr103750-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512fp16-pr103750-2.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_gcc_check/master-arm
in repository toolchain/ci/base-artifacts.
discards a0c159219 0: update: binutils-gcc: 1
new 4b6203393 0: update: binutils-gcc: 1
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 (a0c159219)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-arm (4b [...]
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 1520 -> 1516 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2752 bytes
03-build_abe-binutils/console.log.xz | Bin 52556 -> 51828 bytes
04-build_abe-gcc/console.log.xz | Bin 227396 -> 225952 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3832 -> 3808 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2392 -> 2640 bytes
07-check_regression/console.log.xz | Bin 2352 -> 3348 bytes
07-check_regression/extra-bisect-params | 1 +
07-check_regression/fails.sum | 7 +
07-check_regression/results.compare | 26 +-
07-check_regression/results.compare2 | 40 +-
07-check_regression/results.regressions | 27 +
08-update_baseline/console.log | 340 ++-
08-update_baseline/extra-bisect-params | 1 +
08-update_baseline/fails.sum | 7 +
08-update_baseline/results.compare | 26 +-
08-update_baseline/results.compare2 | 40 +-
08-update_baseline/results.regressions | 27 +
jenkins/manifest.sh | 8 +-
sumfiles/g++.log.xz | Bin 2717680 -> 2711664 bytes
sumfiles/g++.sum | 110 +-
sumfiles/gcc.log.xz | Bin 2300552 -> 2319180 bytes
sumfiles/gcc.sum | 4704 +++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 885140 -> 878728 bytes
sumfiles/gfortran.sum | 40 +-
sumfiles/libatomic.log.xz | Bin 2160 -> 2176 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 174112 -> 173952 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2548 -> 2532 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 452424 -> 450668 bytes
sumfiles/libstdc++.sum | 10 +-
33 files changed, 2816 insertions(+), 2624 deletions(-)
create mode 100644 07-check_regression/extra-bisect-params
create mode 100644 07-check_regression/fails.sum
create mode 100644 07-check_regression/results.regressions
create mode 100644 08-update_baseline/extra-bisect-params
create mode 100644 08-update_baseline/fails.sum
create mode 100644 08-update_baseline/results.regressions
--
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 7898f55ba03 Automatic date update in version.in
new 391c90eea53 gdb: make use of SCOPE_EXIT to manage thread executing state
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/record-btrace.c | 24 ++++--------------------
gdb/record-full.c | 8 +++++---
2 files changed, 9 insertions(+), 23 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.