This is an automated email from the git hooks/post-receive script.
"tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 68bc7ff Add entry 6f6cb1714365a07dbc66851879538df9f6969288 from https [...]
new 2480abf Add entry 327d1f01a21eaad6184d3d4c192bb7954a6c810e from https [...]
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:
.../llvm-release-arm-stable-allyesconfig}/build_url | 2 +-
.../llvm-release-arm-stable-allyesconfig/last_good | 1 +
.../llvm-release-arm-stable-allyesconfig/summary.txt | 1 +
.../tcwg_kernel/status.txt | 13 ++++++++-----
linux/v6.0.11-93-g327d1f01a21e | 1 +
5 files changed, 12 insertions(+), 6 deletions(-)
copy linux/sha1/{74fe0c4dcb41678543915cb97928c366ac1aaceb/tcwg_kernel/llvm-release [...]
create mode 100644 linux/sha1/327d1f01a21eaad6184d3d4c192bb7954a6c810e/tcwg_kernel [...]
create mode 100644 linux/sha1/327d1f01a21eaad6184d3d4c192bb7954a6c810e/tcwg_kernel [...]
copy linux/sha1/{6f6cb1714365a07dbc66851879538df9f6969288 => 327d1f01a21eaad6184d3 [...]
create mode 120000 linux/v6.0.11-93-g327d1f01a21e
--
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 77a19f0e193 x86: drop (now) stray IsString
new a28fedbc3f5 x86: further re-work insn/suffix recognition to also cover MOVSX
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/config/tc-i386.c | 6 +-
gas/testsuite/gas/i386/i386.exp | 2 +
gas/testsuite/gas/i386/movs.s | 39 +
gas/testsuite/gas/i386/movs32.d | 22 +
gas/testsuite/gas/i386/movs64.d | 30 +
gas/testsuite/gas/i386/movx16.l | 6 +-
gas/testsuite/gas/i386/movx32.l | 6 +-
gas/testsuite/gas/i386/movx64.l | 50 +-
gas/testsuite/gas/i386/movx64.s | 40 +
opcodes/i386-opc.tbl | 11 +-
opcodes/i386-tbl.h | 1826 +++++++++++++++++++--------------------
11 files changed, 1081 insertions(+), 957 deletions(-)
create mode 100644 gas/testsuite/gas/i386/movs.s
create mode 100644 gas/testsuite/gas/i386/movs32.d
create mode 100644 gas/testsuite/gas/i386/movs64.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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 65cf035b8dc PR29892, Field file_table of struct module is uninitialized
new 6825a3bc866 x86: revert disassembler parts of "x86: Allow 16-bit regist [...]
new 5317ad2ccc3 x86: constify parse_insn()'s input
new 04784e33fab x86: re-work insn/suffix recognition
new 9db83a32776 ix86: don't recognize/derive Q suffix in the common case
new e2b983d47e7 x86-64: allow HLE store of accumulator to absolute 32-bit address
new e3669c7f7ba x86: move bad-use-of-TLS-reloc check
new 77a19f0e193 x86: drop (now) stray IsString
The 7 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/config/tc-i386-intel.c | 13 +-
gas/config/tc-i386.c | 518 +++---
gas/testsuite/gas/i386/code16.d | 1 +
gas/testsuite/gas/i386/code16.e | 3 +
gas/testsuite/gas/i386/code16.s | 4 +-
gas/testsuite/gas/i386/i386-intel.d | 16 +-
gas/testsuite/gas/i386/i386.d | 16 +-
gas/testsuite/gas/i386/intel-intel.d | 4 +-
gas/testsuite/gas/i386/intel.d | 4 +-
gas/testsuite/gas/i386/intel16.d | 10 +-
gas/testsuite/gas/i386/intel16.s | 12 +-
gas/testsuite/gas/i386/opcode-intel.d | 4 +
gas/testsuite/gas/i386/opcode-suffix.d | 4 +
gas/testsuite/gas/i386/opcode.d | 4 +
gas/testsuite/gas/i386/opcode.s | 5 +
gas/testsuite/gas/i386/sse3-intel.d | 1 +
gas/testsuite/gas/i386/sse3.d | 47 +-
gas/testsuite/gas/i386/sse3.s | 1 +
gas/testsuite/gas/i386/x86-64-hle-intel.d | 8 +
gas/testsuite/gas/i386/x86-64-hle.d | 8 +
gas/testsuite/gas/i386/x86-64-hle.s | 8 +
gas/testsuite/gas/i386/x86-64-lfence-load.d | 9 +-
gas/testsuite/gas/i386/x86-64-lfence-load.s | 7 +-
gas/testsuite/gas/i386/x86-64-sse3-intel.d | 1 +
gas/testsuite/gas/i386/x86-64-sse3.d | 1 +
gas/testsuite/gas/i386/x86-64-sse3.s | 1 +
gas/testsuite/gas/i386/x86_64-intel.d | 32 +-
gas/testsuite/gas/i386/x86_64.d | 32 +-
opcodes/i386-dis.c | 16 +-
opcodes/i386-opc.tbl | 45 +-
opcodes/i386-tbl.h | 2415 +++++++++++++--------------
31 files changed, 1617 insertions(+), 1633 deletions(-)
create mode 100644 gas/testsuite/gas/i386/code16.e
--
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 4e21c20751 time: Use 64 bit time on tzfile
new d4facb63ff elf: Do not assume symbol order on tst-audit25{a,b}
new 5dcd2d0ad0 stdlib: Move _IO_cleanup to call_function_static_weak
The 2 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:
Makerules | 3 --
.../pthread/tst-atfork4mod.c => elf/tst-audit25.h | 57 +++++++++++-----------
elf/tst-audit25a.c | 38 +++++++++------
elf/tst-audit25b.c | 39 +++++++++------
libio/genops.c | 2 -
stdlib/exit.c | 6 +--
6 files changed, 80 insertions(+), 65 deletions(-)
copy sysdeps/pthread/tst-atfork4mod.c => elf/tst-audit25.h (53%)
--
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-release-aarch64-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
from 697a8d18d87 36: onsuccess: #497: all: Success after binutils/gcc/linux/ [...]
new f3d85b64fb1 37: onsuccess: #498: all: Success after binutils/gcc/linux: [...]
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 1780 -> 1760 bytes
02-prepare_abe/console.log.xz | Bin 2792 -> 2772 bytes
03-build_abe-binutils/console.log.xz | Bin 30400 -> 30432 bytes
04-build_abe-stage1/console.log.xz | Bin 69144 -> 68804 bytes
05-build_abe-qemu/console.log.xz | Bin 31536 -> 30716 bytes
06-build_linux/console.log.xz | Bin 3132 -> 3592 bytes
07-boot_linux/console.log.xz | Bin 504 -> 504 bytes
08-check_regression/console.log.xz | Bin 4340 -> 3744 bytes
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/linux_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 28 ++++++++++++++--------------
16 files changed, 21 insertions(+), 21 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 gcc.
from 688f4eb2818 aarch64: Add __ARM_FEATURE_PAUTH and __ARM_FEATURE_BTI ACLE [...]
new 14d0f82cab3 mklog: do not parse binary file for PR entry
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:
contrib/mklog.py | 34 ++++++++++++++++++----------------
1 file changed, 18 insertions(+), 16 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-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
from cdf296b4915 33: onsuccess: #287: 20869: Success after binutils/qemu: 6 commits
new d7cf9b899d7 34: force: #289: 20879: Success after linux: 373 commits
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 1712 -> 1960 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2772 bytes
03-build_abe-binutils/console.log.xz | Bin 30016 -> 29944 bytes
04-build_kernel_llvm/console.log.xz | Bin 63316 -> 63888 bytes
05-build_abe-qemu/console.log.xz | Bin 30428 -> 30788 bytes
06-build_linux/console.log.xz | Bin 5168 -> 4116 bytes
08-check_regression/console.log.xz | Bin 3052 -> 2936 bytes
08-check_regression/mail-body.txt | 2 +-
09-update_baseline/console.log | 2 +-
dashboard/dashboard-generate.sh | 2 +-
git/linux_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 4 ++--
mail/mail-subject.txt | 2 +-
manifest.sh | 23 +++++++++++------------
results | 2 +-
16 files changed, 20 insertions(+), 21 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.