This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 24e3343 0: update: binutils-gcc-linux: all
new 1adc370 0: update: binutils-gcc-linux: 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 (24e3343)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-s [...]
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 | 221 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 10567 ++++++-------
04-build_abe-stage1/console.log | 17972 ++++++++++-----------
05-build_linux/console.log | 736 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 10 +-
08-update_baseline/console.log | 10 +-
console.log | 29975 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
10 files changed, 29965 insertions(+), 29978 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-master-arm-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 7d06612 2: update: llvm-linux: 18251
new eabe7dd 2: update: llvm-linux: 18251
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 (7d06612)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-m [...]
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 | 130 +-
02-build_llvm/console.log | 12577 ++++++++++++++++++-----------------
03-build_linux/console.log | 834 +--
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 106 +-
console.log | 13649 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
7 files changed, 13644 insertions(+), 13666 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 binutils-2_33-branch
in repository binutils-gdb.
from 6bbd34118a6 Automatic date update in version.in
new a00805ef974 This is a series of backports for binutils 2.33 which addre [...]
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:
gas/ChangeLog | 50 +++
gas/config/tc-arm.c | 81 +++--
gas/testsuite/gas/arm/armv8_1-m-fpu-mve-1.d | 7 +
gas/testsuite/gas/arm/armv8_1-m-fpu-mve-1.s | 7 +
gas/testsuite/gas/arm/armv8_1-m-fpu-mve-2.d | 8 +
gas/testsuite/gas/arm/armv8_1-m-fpu-mve-2.s | 8 +
gas/testsuite/gas/arm/crc-ext.d | 14 +
gas/testsuite/gas/arm/crc-ext.s | 19 ++
gas/testsuite/gas/arm/fpu-rst.d | 2 +
gas/testsuite/gas/arm/fpu-rst.l | 4 +
gas/testsuite/gas/arm/fpu-rst.s | 17 +
gas/testsuite/gas/arm/mve-arch-ext.d | 7 +
gas/testsuite/gas/arm/mve-arch-ext.s | 6 +
gas/testsuite/gas/arm/mve-ext.d | 8 +
gas/testsuite/gas/arm/mve-ext.s | 4 +
gas/testsuite/gas/arm/mvefp-ext.d | 8 +
gas/testsuite/gas/arm/mvefp-ext.s | 5 +
include/ChangeLog | 21 ++
include/opcode/arm.h | 35 +-
opcodes/ChangeLog | 18 +
opcodes/arm-dis.c | 493 ++++++++++++++--------------
21 files changed, 536 insertions(+), 286 deletions(-)
create mode 100644 gas/testsuite/gas/arm/armv8_1-m-fpu-mve-1.d
create mode 100644 gas/testsuite/gas/arm/armv8_1-m-fpu-mve-1.s
create mode 100644 gas/testsuite/gas/arm/armv8_1-m-fpu-mve-2.d
create mode 100644 gas/testsuite/gas/arm/armv8_1-m-fpu-mve-2.s
create mode 100644 gas/testsuite/gas/arm/crc-ext.d
create mode 100644 gas/testsuite/gas/arm/crc-ext.s
create mode 100644 gas/testsuite/gas/arm/fpu-rst.d
create mode 100644 gas/testsuite/gas/arm/fpu-rst.l
create mode 100644 gas/testsuite/gas/arm/fpu-rst.s
create mode 100644 gas/testsuite/gas/arm/mve-arch-ext.d
create mode 100644 gas/testsuite/gas/arm/mve-arch-ext.s
create mode 100644 gas/testsuite/gas/arm/mve-ext.d
create mode 100644 gas/testsuite/gas/arm/mve-ext.s
create mode 100644 gas/testsuite/gas/arm/mvefp-ext.d
create mode 100644 gas/testsuite/gas/arm/mvefp-ext.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_kernel/llvm-master-arm-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 9c4f59f 0: update: llvm-linux: 18415
new 6a30dc2 0: update: llvm-linux: 18419
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 (9c4f59f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-n [...]
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 | 160 +-
02-build_llvm/console.log | 12629 +++++++++++++++++-----------------
03-build_linux/console.log | 948 +--
05-check_regression/console.log | 10 +-
06-update_baseline/console.log | 16 +-
console.log | 13763 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
results | 2 +-
8 files changed, 13761 insertions(+), 13779 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-master-arm-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards c159109 0: update: llvm-linux: all
new 99a92d5 0: update: llvm-linux: 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 (c159109)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-l [...]
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 | 148 +-
02-build_llvm/console.log | 12671 ++++++++++++++++++-----------------
03-build_linux/console.log | 808 +--
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 10 +-
06-update_baseline/console.log | 29 +
console.log | 13668 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 13690 insertions(+), 13654 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.