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-next-allyesconfig
in repository toolchain/ci/binutils-gdb.
from 5a9e3421a8 Automatic date update in version.in
adds 038f80914f Automatic date update in version.in
adds 2e8e5a93a1 PR28156, rename.c doesn't compile with MinGW
adds 0c966828ce IBM Z: Remove lpswey parameter
adds d2cb9c60a5 IBM Z: Add another arch14 instruction
adds 28392428d0 Automatic date update in version.in
adds 1e6a1c8306 Automatic date update in version.in
adds 96327e297b Automatic date update in version.in
adds d86cf1b0d5 PR28186, SEGV elf.c:7991:30 in _bfd_elf_fixup_group_sections
adds 9cb577deaa Automatic date update in version.in
adds e096899095 Automatic date update in version.in
adds d6b3a3af89 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/elf.c | 2 +-
bfd/version.h | 2 +-
binutils/rename.c | 2 ++
gas/testsuite/gas/s390/zarch-arch14.d | 3 ++-
gas/testsuite/gas/s390/zarch-arch14.s | 3 ++-
opcodes/s390-opc.c | 2 ++
opcodes/s390-opc.txt | 4 +++-
7 files changed, 13 insertions(+), 5 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-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards cddb85e5 0: update: binutils-llvm-linux-qemu: all
new 04e82f2d 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 (cddb85e5)
\
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 | 147 +-
02-prepare_abe/console.log | 299 +-
03-build_abe-binutils/console.log | 10777 ++++++------
04-build_llvm/console.log | 14060 +++++++--------
05-build_abe-qemu/console.log | 6998 ++++----
06-build_linux/console.log | 701 +-
07-boot_linux/console.log | 13 +-
08-check_regression/console.log | 8 +-
09-update_baseline/console.log | 2 +-
console.log | 33005 ++++++++++++++++++------------------
jenkins/manifest.sh | 22 +-
results | 2 +-
12 files changed, 32836 insertions(+), 33198 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 377681505fb Daily bump.
adds 813ccbe9d27 Support cond_ashr/lshr/ashl for vector integer modes under AVX512.
adds 3d7ccbc1efb x86: Optimize load of const FP all bits set vectors
new 0631faf87a1 Evaluate arguments of sizeof that are structs of variable size.
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/c/c-typeck.c | 2 +-
gcc/config/i386/constraints.md | 10 +-
gcc/config/i386/i386.c | 11 ++-
gcc/config/i386/predicates.md | 4 +
gcc/config/i386/sse.md | 47 +++++++++-
gcc/testsuite/gcc.dg/vla-stexp-1.c | 18 ++++
gcc/testsuite/gcc.target/i386/avx2-gather-2.c | 3 +-
gcc/testsuite/gcc.target/i386/cond_op_shift_d-1.c | 56 +++++++++++
gcc/testsuite/gcc.target/i386/cond_op_shift_d-2.c | 102 +++++++++++++++++++++
gcc/testsuite/gcc.target/i386/cond_op_shift_q-1.c | 11 +++
gcc/testsuite/gcc.target/i386/cond_op_shift_q-2.c | 5 +
gcc/testsuite/gcc.target/i386/cond_op_shift_ud-1.c | 10 ++
gcc/testsuite/gcc.target/i386/cond_op_shift_ud-2.c | 5 +
gcc/testsuite/gcc.target/i386/cond_op_shift_uq-1.c | 10 ++
gcc/testsuite/gcc.target/i386/cond_op_shift_uq-2.c | 5 +
gcc/testsuite/gcc.target/i386/cond_op_shift_uw-1.c | 8 ++
gcc/testsuite/gcc.target/i386/cond_op_shift_uw-2.c | 6 ++
gcc/testsuite/gcc.target/i386/cond_op_shift_w-1.c | 8 ++
gcc/testsuite/gcc.target/i386/cond_op_shift_w-2.c | 6 ++
19 files changed, 320 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vla-stexp-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/cond_op_shift_d-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/cond_op_shift_d-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/cond_op_shift_q-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/cond_op_shift_q-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/cond_op_shift_ud-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/cond_op_shift_ud-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/cond_op_shift_uq-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/cond_op_shift_uq-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/cond_op_shift_uw-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/cond_op_shift_uw-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/cond_op_shift_w-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/cond_op_shift_w-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_gnu_cross_build/master-aarch64
in repository toolchain/ci/binutils-gdb.
from d2a2c939f1 Automatic date update in version.in
adds c173cc8a66 guile: fix smob exports
No new revisions were added by this update.
Summary of changes:
gdb/guile/scm-gsmob.c | 29 ++++++++++++++++++++++++++++-
gdb/testsuite/gdb.guile/scm-gsmob.exp | 28 ++++++++++++++++++++++++++++
2 files changed, 56 insertions(+), 1 deletion(-)
--
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 5470edf7 0: update: binutils-gcc-linux-glibc-qemu: 7
new e69a1b8c 0: update: binutils-gcc-linux-glibc-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 (5470edf7)
\
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 | 68 +-
02-prepare_abe/console.log | 270 +-
04-build_abe-binutils/console.log | 9576 +--
05-build_abe-stage1/console.log | 13794 ++---
06-clean_sysroot/console.log | 4 +-
07-build_abe-linux/console.log | 2332 +-
08-build_abe-glibc/console.log | 37112 ++++++------
09-build_abe-stage2/console.log | 32743 +++++-----
10-build_abe-gdb/console.log | 10478 ++--
11-build_abe-qemu/console.log | 7018 +--
12-check_regression/console.log | 16 +-
13-update_baseline/console.log | 22 +-
console.log | 113603 ++++++++++++++++++-----------------
jenkins/manifest.sh | 18 +-
14 files changed, 113682 insertions(+), 113372 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.