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-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 42aebbf1 4: update: binutils-llvm-linux-qemu: 40
new 249d522a 4: update: binutils-llvm-linux-qemu: 40
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 (42aebbf1)
\
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 1556 -> 1844 bytes
02-prepare_abe/console.log.xz | Bin 2728 -> 2728 bytes
03-build_abe-binutils/console.log.xz | Bin 30444 -> 30800 bytes
04-build_llvm/console.log.xz | Bin 61020 -> 62000 bytes
05-build_abe-qemu/console.log.xz | Bin 32128 -> 32312 bytes
06-build_linux/console.log.xz | Bin 4356 -> 4064 bytes
08-check_regression/console.log.xz | Bin 472 -> 472 bytes
09-update_baseline/console.log | 222 +++++++++++++++++------------------
jenkins/manifest.sh | 20 ++--
9 files changed, 121 insertions(+), 121 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_debug
in repository toolchain/ci/base-artifacts.
discards dd085414 0: update: binutils-gcc: 2
new 82fb5bdf 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 (dd085414)
\
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 -> 1520 bytes
02-prepare_abe/console.log.xz | Bin 2720 -> 2728 bytes
04-build_abe-binutils/console.log.xz | Bin 37892 -> 38892 bytes
05-build_abe-bootstrap_debug/console.log.xz | Bin 265956 -> 264424 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 36 ++++++++++++++++++++++++++++
jenkins/manifest.sh | 12 +++++-----
7 files changed, 42 insertions(+), 6 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 626d0e40e5 Automatic date update in version.in
new 035784e345 RISC-V: Added half-precision floating-point v1.0 instructions.
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:
bfd/elfxx-riscv.c | 11 ++++++
gas/config/tc-riscv.c | 12 +++++-
gas/testsuite/gas/riscv/float16-be.d | 10 +++++
gas/testsuite/gas/riscv/float16-le.d | 10 +++++
gas/testsuite/gas/riscv/float16.s | 21 ++++++++++
gas/testsuite/gas/riscv/fp-zfh-insns.d | 71 +++++++++++++++++++++++++++++++++
gas/testsuite/gas/riscv/fp-zfh-insns.s | 68 ++++++++++++++++++++++++++++++++
include/opcode/riscv-opc.h | 72 ++++++++++++++++++++++++++++++++++
include/opcode/riscv.h | 5 +++
opcodes/riscv-opc.c | 65 ++++++++++++++++++++++++++++++
10 files changed, 344 insertions(+), 1 deletion(-)
create mode 100644 gas/testsuite/gas/riscv/float16-be.d
create mode 100644 gas/testsuite/gas/riscv/float16-le.d
create mode 100644 gas/testsuite/gas/riscv/float16.s
create mode 100644 gas/testsuite/gas/riscv/fp-zfh-insns.d
create mode 100644 gas/testsuite/gas/riscv/fp-zfh-insns.s
--
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 702bd11fa7d Daily bump.
adds 1fba0608d12 Clamp vec_perm_expr index in simplify_bitfield_ref to avoid ICE.
adds 105c56a8cfd Optimize vpermtiw/b to vpunpcklqdq for certain cases.
No new revisions were added by this update.
Summary of changes:
gcc/config/i386/sse.md | 64 +++++++++++++++++++++++++++++---
gcc/testsuite/gcc.dg/pr105591.c | 12 ++++++
gcc/testsuite/gcc.target/i386/pr105033.c | 27 ++++++++++++++
gcc/tree-ssa-forwprop.cc | 13 ++++---
4 files changed, 106 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr105591.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr105033.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.