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-allmodconfig
in repository toolchain/ci/base-artifacts.
discards a35e36d2 0: update: llvm-linux: 16
new 932c5a2a 0: update: llvm-linux: 16
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 (a35e36d2)
\
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 | 130 +-
02-build_llvm/console.log | 12544 +++++++++++++++++------------------
03-build_linux/console.log | 806 ++-
05-check_regression/console.log | 14 +-
console.log | 13494 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
6 files changed, 13496 insertions(+), 13500 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 master
in repository binutils-gdb.
from eb5bbc4821 [Patch][binutils][aarch64] .bfloat16 directive for AArch64 [7/10]
new 8382113fdb [binutils][aarch64] Matrix Multiply extension enablement [8/X]
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 | 13 +
gas/config/tc-aarch64.c | 7 +
gas/doc/c-aarch64.texi | 6 +
gas/testsuite/gas/aarch64/f32mm.d | 11 +
gas/testsuite/gas/aarch64/f32mm.s | 12 +
gas/testsuite/gas/aarch64/f64mm.d | 62 ++
gas/testsuite/gas/aarch64/f64mm.s | 71 ++
gas/testsuite/gas/aarch64/i8mm.d | 43 +
gas/testsuite/gas/aarch64/i8mm.s | 56 ++
gas/testsuite/gas/aarch64/sve-movprfx-mm.d | 24 +
gas/testsuite/gas/aarch64/sve-movprfx-mm.s | 25 +
include/ChangeLog | 9 +
include/opcode/aarch64.h | 10 +-
opcodes/ChangeLog | 28 +
opcodes/aarch64-asm-2.c | 77 +-
opcodes/aarch64-dis-2.c | 1179 ++++++++++++++++++----------
opcodes/aarch64-opc-2.c | 1 +
opcodes/aarch64-opc.c | 2 +
opcodes/aarch64-tbl.h | 74 ++
19 files changed, 1236 insertions(+), 474 deletions(-)
create mode 100644 gas/testsuite/gas/aarch64/f32mm.d
create mode 100644 gas/testsuite/gas/aarch64/f32mm.s
create mode 100644 gas/testsuite/gas/aarch64/f64mm.d
create mode 100644 gas/testsuite/gas/aarch64/f64mm.s
create mode 100644 gas/testsuite/gas/aarch64/i8mm.d
create mode 100644 gas/testsuite/gas/aarch64/i8mm.s
create mode 100644 gas/testsuite/gas/aarch64/sve-movprfx-mm.d
create mode 100644 gas/testsuite/gas/aarch64/sve-movprfx-mm.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.
unknown user pushed a change to branch master
in repository gcc.
from 210e2303be5 Loop split on semi-invariant conditional statement
new 93962956230 * lto-streamer-in.c: Include alloc-pool.h. (freeing_strin [...]
new b697a8fd7e0 Implement D1959R0, remove weak_equality and strong_equality.
new 516a2e360b6 * optc-save-gen.awk: Generate cl_target_option_free and c [...]
new 44dacb99078 PR ipa/92406 * ipa-fnsummary.c (analyze_function_body): U [...]
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:
gcc/ChangeLog | 26 ++++
gcc/cp/ChangeLog | 8 ++
gcc/cp/method.c | 47 +------
gcc/cp/typeck.c | 13 +-
gcc/ipa-fnsummary.c | 2 +-
gcc/lto-streamer-in.c | 43 ++++---
gcc/lto-streamer.h | 1 +
gcc/lto/ChangeLog | 4 +
gcc/lto/lto.c | 4 +
gcc/optc-save-gen.awk | 25 ++++
gcc/opth-gen.awk | 6 +
gcc/testsuite/g++.dg/cpp2a/spaceship-scalar1-neg.C | 25 ++++
gcc/testsuite/g++.dg/cpp2a/spaceship-scalar1.C | 27 ----
gcc/testsuite/g++.dg/cpp2a/spaceship-scalar1a.C | 12 --
gcc/testsuite/g++.dg/cpp2a/spaceship-scalar3.C | 18 +--
gcc/tree.c | 4 +
libstdc++-v3/ChangeLog | 4 +
libstdc++-v3/libsupc++/compare | 136 +--------------------
18 files changed, 155 insertions(+), 250 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/spaceship-scalar1-neg.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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from aab2c27d9f [binutils][arm] BFloat16 enablement [4/X]
new c96f148b7b [Patch][binutils] Generic support for parsing numbers in bfl [...]
new 27cce8667f [Patch][binutils][arm] .bfloat16 directive for Arm [6/X]
new eb5bbc4821 [Patch][binutils][aarch64] .bfloat16 directive for AArch64 [7/10]
The 3 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 | 24 +++++++
gas/as.h | 1 +
gas/config/atof-ieee.c | 83 +++++++++++++++--------
gas/config/tc-aarch64.c | 49 +++++++++++++
gas/config/tc-arm.c | 47 +++++++++++++
gas/testsuite/gas/aarch64/bfloat16-directive-be.d | 11 +++
gas/testsuite/gas/aarch64/bfloat16-directive-le.d | 11 +++
gas/testsuite/gas/aarch64/bfloat16-directive.s | 19 ++++++
gas/testsuite/gas/arm/bfloat16-directive-be.d | 11 +++
gas/testsuite/gas/arm/bfloat16-directive-le.d | 11 +++
gas/testsuite/gas/arm/bfloat16-directive.s | 19 ++++++
11 files changed, 257 insertions(+), 29 deletions(-)
create mode 100644 gas/testsuite/gas/aarch64/bfloat16-directive-be.d
create mode 100644 gas/testsuite/gas/aarch64/bfloat16-directive-le.d
create mode 100644 gas/testsuite/gas/aarch64/bfloat16-directive.s
create mode 100644 gas/testsuite/gas/arm/bfloat16-directive-be.d
create mode 100644 gas/testsuite/gas/arm/bfloat16-directive-le.d
create mode 100644 gas/testsuite/gas/arm/bfloat16-directive.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-aarch64-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 443315d1 0: update: llvm-linux: all
new 36ff21c8 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 (443315d1)
\
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 | 170 +-
02-build_llvm/console.log | 12618 ++++++++++++++++++------------------
03-build_linux/console.log | 760 ++-
04-boot_linux/console.log | 2 +-
console.log | 13550 +++++++++++++++++++--------------------
jenkins/manifest.sh | 12 +-
6 files changed, 13554 insertions(+), 13558 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 master
in repository glibc.
from b0a83ae71b login: Remove double-assignment of fl.l_whence in try_file_lock
new 4f4bb489e0 nptl: Add missing placeholder abi symbol from nanosleep move
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:
sysdeps/unix/sysv/linux/hppa/libpthread.abilist | 1 +
sysdeps/unix/sysv/linux/ia64/libpthread.abilist | 1 +
sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist | 1 +
sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist | 1 +
sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist | 1 +
sysdeps/unix/sysv/linux/sh/be/libpthread.abilist | 1 +
sysdeps/unix/sysv/linux/sh/le/libpthread.abilist | 1 +
sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist | 1 +
sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist | 1 +
9 files changed, 9 insertions(+)
--
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 master
in repository binutils-gdb.
from 8ae2d3d9ea [gas][aarch64] Armv8.6-a option [1/X]
new df6780137d [binutils][aarch64] Bfloat16 enablement [2/X]
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 | 14 ++
gas/config/tc-aarch64.c | 6 +
gas/doc/c-aarch64.texi | 2 +
gas/testsuite/gas/aarch64/bfloat16.d | 56 +++++
gas/testsuite/gas/aarch64/bfloat16.s | 70 ++++++
gas/testsuite/gas/aarch64/illegal-bfloat16.d | 4 +
gas/testsuite/gas/aarch64/illegal-bfloat16.l | 95 +++++++
gas/testsuite/gas/aarch64/illegal-bfloat16.s | 67 +++++
gas/testsuite/gas/aarch64/sve-bfloat-movprfx.d | 27 ++
gas/testsuite/gas/aarch64/sve-bfloat-movprfx.s | 31 +++
include/ChangeLog | 11 +
include/opcode/aarch64.h | 15 +-
opcodes/ChangeLog | 22 ++
opcodes/aarch64-asm.c | 1 +
opcodes/aarch64-dis-2.c | 336 ++++++++++++++++++++-----
opcodes/aarch64-dis.c | 1 +
opcodes/aarch64-opc.c | 1 +
opcodes/aarch64-tbl.h | 80 ++++++
18 files changed, 766 insertions(+), 73 deletions(-)
create mode 100644 gas/testsuite/gas/aarch64/bfloat16.d
create mode 100644 gas/testsuite/gas/aarch64/bfloat16.s
create mode 100644 gas/testsuite/gas/aarch64/illegal-bfloat16.d
create mode 100644 gas/testsuite/gas/aarch64/illegal-bfloat16.l
create mode 100644 gas/testsuite/gas/aarch64/illegal-bfloat16.s
create mode 100644 gas/testsuite/gas/aarch64/sve-bfloat-movprfx.d
create mode 100644 gas/testsuite/gas/aarch64/sve-bfloat-movprfx.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.