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 ed05f7dded Mention today's regex merge in SHARED-FILES
adds 4eff749e8f Adjust new narrowing div/mul tests for IBM long double, upda [...]
No new revisions were added by this update.
Summary of changes:
math/auto-libm-test-in | 32 +-
math/auto-libm-test-out-narrow-div | 3632 +++++++++++++++++------------------
math/auto-libm-test-out-narrow-mul | 3664 ++++++++++++++++++------------------
sysdeps/powerpc/fpu/libm-test-ulps | 3 +
4 files changed, 3667 insertions(+), 3664 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/binutils-gdb.
from cf11ebea12 dwarf2 sub-section test
adds 479209dd4f [gdb] Add maint selftest -verbose option
adds 378f6478ce [gdb/testsuite] Fix gdb.python/py-events.exp
No new revisions were added by this update.
Summary of changes:
gdb/disasm-selftests.c | 9 ++++-----
gdb/doc/gdb.texinfo | 5 +++--
gdb/maint.c | 3 ++-
gdb/testsuite/gdb.python/py-events.exp | 8 ++++++--
gdbsupport/selftest.cc | 15 ++++++++++++++-
gdbsupport/selftest.h | 7 ++++++-
6 files changed, 35 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_gnu_cross_build/master-arm
in repository toolchain/ci/base-artifacts.
discards 51815b9e9 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new bef4ed8f0 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 (51815b9e9)
\
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 -> 1528 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2784 bytes
04-build_abe-binutils/console.log.xz | Bin 42964 -> 42956 bytes
05-build_abe-stage1/console.log.xz | Bin 90160 -> 91424 bytes
07-build_abe-linux/console.log.xz | Bin 9080 -> 9752 bytes
08-build_abe-glibc/console.log.xz | Bin 228820 -> 231484 bytes
09-build_abe-stage2/console.log.xz | Bin 217360 -> 218948 bytes
10-build_abe-gdb/console.log.xz | Bin 42688 -> 42804 bytes
11-build_abe-qemu/console.log.xz | Bin 30836 -> 30840 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 22 +++++++++++-----------
12 files changed, 12 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
in repository toolchain/ci/gcc.
from b0321032658 obstack.h __PTR_ALIGN vs. ubsan
adds 424a4a463ac Fortran: Add gfc_simple_for_loop aux function
adds e1223ea2f48 IBM Z: TPF: Add cc clobber to profiling expanders
adds 3ae5e6fbc89 Small tweak to comments in range_cannot_be_superflat
adds 6185b9a93cb AVX512FP16: Support load/store/abs intrinsics.
adds f6afc926dc8 AVX512FP16: Add reduce operators(add/mul/min/max).
adds 69dc9c59e91 AVX512FP16: Add complex conjugation intrinsic instructions.
adds 6b0e0b29c63 AVX512FP16: Add permutation and mask blend intrinsics.
adds 7e5e44bd172 path solver: Use range_on_path_entry instead of looking at [...]
adds fec75ab8c02 Check for BB before calling register_outgoing_edges.
new 3087d1b0a2c Set bound/cmp/control for until wrap loop.
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/ada/gcc-interface/decl.c | 6 +-
gcc/config/i386/avx512fp16intrin.h | 256 +++++++++++++++++++++
gcc/config/i386/avx512fp16vlintrin.h | 236 +++++++++++++++++++
gcc/config/s390/tpf.md | 6 +-
gcc/fortran/trans-expr.c | 34 +++
gcc/fortran/trans.h | 2 +
gcc/gimple-range-fold.cc | 8 +-
gcc/gimple-range-path.cc | 33 +--
gcc/gimple-range-path.h | 1 -
gcc/testsuite/gcc.dg/pr102087.c | 35 +++
gcc/testsuite/gcc.target/i386/avx512fp16-13.c | 140 +++++++++++
gcc/testsuite/gcc.target/i386/avx512fp16-14.c | 85 +++++++
.../gcc.target/i386/avx512fp16-conjugation-1.c | 34 +++
.../gcc.target/i386/avx512fp16-reduce-op-1.c | 132 +++++++++++
.../gcc.target/i386/avx512fp16vl-conjugation-1.c | 55 +++++
.../gcc.target/i386/avx512fp16vl-reduce-op-1.c | 244 ++++++++++++++++++++
gcc/tree-ssa-loop-niter.c | 16 +-
17 files changed, 1280 insertions(+), 43 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr102087.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512fp16-13.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512fp16-14.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512fp16-conjugation-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512fp16-reduce-op-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512fp16vl-conjugation-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512fp16vl-reduce-op-1.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_bootstrap/master-aarch64-bootstrap
in repository toolchain/ci/binutils-gdb.
from cf11ebea12 dwarf2 sub-section test
adds 479209dd4f [gdb] Add maint selftest -verbose option
adds 378f6478ce [gdb/testsuite] Fix gdb.python/py-events.exp
No new revisions were added by this update.
Summary of changes:
gdb/disasm-selftests.c | 9 ++++-----
gdb/doc/gdb.texinfo | 5 +++--
gdb/maint.c | 3 ++-
gdb/testsuite/gdb.python/py-events.exp | 8 ++++++--
gdbsupport/selftest.cc | 15 ++++++++++++++-
gdbsupport/selftest.h | 7 ++++++-
6 files changed, 35 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
in repository toolchain/ci/base-artifacts.
discards 85bcbf140 0: update: binutils-gcc: 2
new 565a8ab76 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 (85bcbf140)
\
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 1532 -> 1548 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2748 bytes
04-build_abe-binutils/console.log.xz | Bin 52148 -> 51028 bytes
05-build_abe-bootstrap/console.log.xz | Bin 257488 -> 256460 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 12 ++++++------
7 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-aarch64-bootstrap_profiled_lto_lean
in repository toolchain/ci/base-artifacts.
discards 83b927455 0: update: binutils-gcc: 2
new bcc668fc6 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 (83b927455)
\
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 1548 -> 1560 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2752 bytes
04-build_abe-binutils/console.log.xz | Bin 51224 -> 51548 bytes
.../console.log.xz | Bin 506928 -> 508228 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 36 +++++++++++++++++++++
jenkins/manifest.sh | 14 ++++----
7 files changed, 43 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.