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-aarch64-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 135f7e80 0: update: llvm-linux: boot
new 6399eaac 0: update: llvm-linux: boot
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 (135f7e80)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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 | 132 +-
02-build_llvm/console.log | 12628 ++++++++++++++++++-----------------
03-build_linux/console.log | 764 +--
04-boot_linux/console.log | 4 +-
05-check_regression/console.log | 10 +-
06-update_baseline/console.log | 29 +
console.log | 13567 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 13598 insertions(+), 13544 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/gnu-master-aarch64-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 678c3d73 0: update: binutils-gcc-linux: boot
new 9fab27e1 0: update: binutils-gcc-linux: boot
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 (678c3d73)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 220 +-
02-prepare_abe/console.log | 440 +-
03-build_abe-binutils/console.log | 11721 +++++++-------
04-build_abe-stage1/console.log | 15729 +++++++++---------
05-build_linux/console.log | 2884 ++--
06-boot_linux/console.log | 404 +-
07-check_regression/console.log | 10 +-
08-update_baseline/console.log | 10 +-
console.log | 31437 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
10 files changed, 31486 insertions(+), 31381 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/gnu-master-aarch64-stable-allmodconfig
in repository toolchain/ci/binutils-gdb.
from 5de9bb826d Automatic date update in version.in
adds af5c13b01e x86: Don't disable SSE4a when disabling SSE4
adds be70ff166e Automatic date update in version.in
adds dabec65da1 Re: x86: Don't disable SSE4a when disabling SSE4
adds ce504911e5 x86: Don't disable SSE3 when disabling SSE4a
new b9915cbc7d x86/Intel: improve diagnostics for ambiguous VCVT* operands
new eedb0f2cfd x86/Intel: don't swap operands of MONITOR{,X} and MWAIT{,X}
new c8f8eebc3f x86: fold AddrPrefixOpReg templates
new 1f730c4614 x86: fold certain VCVT{,U}SI2S{S,D} templates
The 4 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/version.h | 2 +-
gas/ChangeLog | 42 +++
gas/config/tc-i386.c | 205 ++++++------
gas/doc/c-i386.texi | 4 +-
gas/testsuite/gas/i386/avx512dq-inval.l | 8 +-
gas/testsuite/gas/i386/avx512dq-inval.s | 6 +
gas/testsuite/gas/i386/avx512vl-ambig.l | 7 +
gas/testsuite/gas/i386/avx512vl-ambig.s | 11 +
gas/testsuite/gas/i386/i386.exp | 3 +
gas/testsuite/gas/i386/inval-avx.l | 6 +-
gas/testsuite/gas/i386/inval-avx512f.l | 18 +
gas/testsuite/gas/i386/inval-avx512f.s | 10 +
gas/testsuite/gas/i386/sse3-intel.d | 43 +++
gas/testsuite/gas/i386/sse3.d | 3 +
gas/testsuite/gas/i386/sse3.s | 4 +
gas/testsuite/gas/i386/x86-64-sse3-intel.d | 46 +++
gas/testsuite/gas/i386/x86-64-sse3.d | 3 +
gas/testsuite/gas/i386/x86-64-sse3.s | 4 +
opcodes/ChangeLog | 40 +++
opcodes/i386-gen.c | 4 +-
opcodes/i386-init.h | 4 +-
opcodes/i386-opc.tbl | 111 +++----
opcodes/i386-tbl.h | 514 ++++++++++++-----------------
23 files changed, 627 insertions(+), 471 deletions(-)
create mode 100644 gas/testsuite/gas/i386/avx512vl-ambig.l
create mode 100644 gas/testsuite/gas/i386/avx512vl-ambig.s
create mode 100644 gas/testsuite/gas/i386/sse3-intel.d
create mode 100644 gas/testsuite/gas/i386/x86-64-sse3-intel.d
--
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/gnu-master-aarch64-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards e4fe619d 0: update: binutils-gcc-linux: all
new cafba351 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 (e4fe619d)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 184 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11803 ++++++------
04-build_abe-stage1/console.log | 15842 ++++++++--------
05-build_linux/console.log | 7790 ++++----
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 10 +-
08-update_baseline/console.log | 16 +-
console.log | 36096 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
10 files changed, 36180 insertions(+), 36013 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.