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-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards a00b0164b 0: update: binutils-llvm-linux-qemu: boot
new 761bb34c3 0: update: binutils-llvm-linux-qemu: 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 (a00b0164b)
\
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.xz | Bin 1560 -> 1596 bytes
02-prepare_abe/console.log.xz | Bin 2736 -> 2748 bytes
03-build_abe-binutils/console.log.xz | Bin 30160 -> 30304 bytes
04-build_kernel_llvm/console.log.xz | Bin 60960 -> 61896 bytes
05-build_abe-qemu/console.log.xz | Bin 32072 -> 32516 bytes
06-build_linux/console.log.xz | Bin 3408 -> 3444 bytes
07-boot_linux/console.log.xz | Bin 6264 -> 6256 bytes
08-check_regression/console.log.xz | Bin 416 -> 412 bytes
09-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 20 ++++++++++----------
results | 2 +-
11 files changed, 19 insertions(+), 19 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 c722093960 [gdb] Avoid warnings in cooked_{read,write}_test for m68hc11
new c2ac533e98 [gdb/testsuite] Fix gdb.reverse/test_ioctl_TCSETSW.exp with [...]
new a2e7f81e38 Automatic date update in version.in
new 82cb252432 gas dwarf2dbg.c tidy
new 22b8da0ae7 asan: applying zero offset to NULL pointer
new 5f269b4620 Correct R_MIPS_16 n32 howto
new d712f2768a BFD_RELOC_MIPS_16
The 6 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/bfd-in2.h | 2 +-
bfd/elf32-mips.c | 2 +-
bfd/elf64-mips.c | 3 +-
bfd/elfn32-mips.c | 5 +-
bfd/libbfd.h | 2 +-
bfd/reloc.c | 2 +-
bfd/version.h | 2 +-
binutils/dwarf.c | 5 +-
gas/as.h | 2 +-
gas/config/obj-elf.c | 4 +-
gas/config/tc-mips.c | 16 ++--
gas/dwarf2dbg.c | 110 +++++++++++++++--------
gas/remap.c | 2 +-
gas/stabs.c | 4 +-
gdb/testsuite/gdb.reverse/test_ioctl_TCSETSW.exp | 2 +-
ld/testsuite/ld-mips-elf/reloc-local-overflow.d | 4 +-
ld/testsuite/ld-mips-elf/reloc-local-overflow.s | 11 +--
17 files changed, 107 insertions(+), 71 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/gcc.
from b3dd7d8b482 i386: Return true for (SUBREG (MEM....)) in register_no_eli [...]
adds 30cc1b65e4e libstdc++: Use type_identity_t for non-deducible std::atomi [...]
adds 254e88b3d7e libstdc++: Rename __null_terminated to avoid collision with [...]
adds 751f3066885 x86: Require AVX for F16C and VAES
adds 72b185189f9 RISC-V: Reset the length to the default of 4 for FP comparisons
adds 2c11662391b ubsan: -Wreturn-type and ubsan trap-on-error
adds 4f19e078ccb libphobos: Check in missing core.sync package module
new c3642271e88 Daily bump.
new 1c68ec1f8ab xtensa: Improve shift operations more
new e1b193c1cce xtensa: Simplify conditional branch/move insn patterns
new 70ce04ca353 xtensa: Make use of BALL/BNALL instructions
new 077438933cf xtensa: Optimize bitwise AND operation with some specific f [...]
The 5 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 | 98 ++++
gcc/DATESTAMP | 2 +-
gcc/c-family/ChangeLog | 4 +
gcc/c-family/c-ubsan.cc | 4 +-
gcc/common/config/i386/cpuinfo.h | 8 +-
gcc/config/riscv/riscv.md | 2 -
gcc/config/xtensa/predicates.md | 16 +
gcc/config/xtensa/xtensa-protos.h | 4 +-
gcc/config/xtensa/xtensa.cc | 125 +++---
gcc/config/xtensa/xtensa.md | 498 ++++++++++++++++-----
gcc/cp/ChangeLog | 10 +
gcc/d/ChangeLog | 31 ++
gcc/testsuite/ChangeLog | 37 ++
gcc/testsuite/g++.dg/ubsan/return-8.C | 9 +
gcc/testsuite/gcc.target/xtensa/BALL-BNALL.c | 33 ++
gcc/testsuite/gcc.target/xtensa/funnel_shifter.c | 17 +
gcc/tree-cfg.cc | 5 +-
include/ChangeLog | 4 +
libgomp/ChangeLog | 40 ++
libphobos/ChangeLog | 8 +
libphobos/libdruntime/core/sync/package.d | 20 +
libstdc++-v3/ChangeLog | 12 +
libstdc++-v3/include/experimental/bits/fs_path.h | 12 +-
libstdc++-v3/include/std/atomic | 4 +-
.../testsuite/29_atomics/atomic/lwg3220.cc | 13 +
25 files changed, 816 insertions(+), 200 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ubsan/return-8.C
create mode 100644 gcc/testsuite/gcc.target/xtensa/BALL-BNALL.c
create mode 100644 gcc/testsuite/gcc.target/xtensa/funnel_shifter.c
create mode 100644 libphobos/libdruntime/core/sync/package.d
create mode 100644 libstdc++-v3/testsuite/29_atomics/atomic/lwg3220.cc
--
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/binutils-gdb.
from c722093960 [gdb] Avoid warnings in cooked_{read,write}_test for m68hc11
adds c2ac533e98 [gdb/testsuite] Fix gdb.reverse/test_ioctl_TCSETSW.exp with [...]
adds a2e7f81e38 Automatic date update in version.in
new 82cb252432 gas dwarf2dbg.c tidy
new 22b8da0ae7 asan: applying zero offset to NULL pointer
new 5f269b4620 Correct R_MIPS_16 n32 howto
new d712f2768a BFD_RELOC_MIPS_16
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/bfd-in2.h | 2 +-
bfd/elf32-mips.c | 2 +-
bfd/elf64-mips.c | 3 +-
bfd/elfn32-mips.c | 5 +-
bfd/libbfd.h | 2 +-
bfd/reloc.c | 2 +-
bfd/version.h | 2 +-
binutils/dwarf.c | 5 +-
gas/as.h | 2 +-
gas/config/obj-elf.c | 4 +-
gas/config/tc-mips.c | 16 ++--
gas/dwarf2dbg.c | 110 +++++++++++++++--------
gas/remap.c | 2 +-
gas/stabs.c | 4 +-
gdb/testsuite/gdb.reverse/test_ioctl_TCSETSW.exp | 2 +-
ld/testsuite/ld-mips-elf/reloc-local-overflow.d | 4 +-
ld/testsuite/ld-mips-elf/reloc-local-overflow.s | 11 +--
17 files changed, 107 insertions(+), 71 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/base-artifacts.
discards fd2f87748 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new 05c896fca 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
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 (fd2f87748)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_build/master-a [...]
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 1516 -> 1568 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2760 bytes
04-build_abe-binutils/console.log.xz | Bin 30560 -> 30876 bytes
05-build_abe-stage1/console.log.xz | Bin 71836 -> 72436 bytes
07-build_abe-linux/console.log.xz | Bin 8856 -> 8720 bytes
08-build_abe-glibc/console.log.xz | Bin 238460 -> 238900 bytes
09-build_abe-stage2/console.log.xz | Bin 202780 -> 203328 bytes
10-build_abe-gdb/console.log.xz | Bin 37692 -> 38244 bytes
11-build_abe-qemu/console.log.xz | Bin 32936 -> 32776 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 18 +++++++++---------
12 files changed, 10 insertions(+), 10 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-arm-bootstrap_debug
in repository toolchain/ci/base-artifacts.
discards 19ff4b9ac 0: update: binutils-gcc: 2
new 45ee87bd0 0: update: binutils-a2e7f81e382d641780ce5ae0fe72a309c8a4964d: 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 (19ff4b9ac)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-arm [...]
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 1500 -> 1472 bytes
02-prepare_abe/console.log.xz | Bin 2696 -> 2728 bytes
04-build_abe-binutils/console.log.xz | Bin 51884 -> 50908 bytes
05-build_abe-bootstrap_debug/console.log.xz | Bin 465340 -> 463776 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 11 +++++------
7 files changed, 13 insertions(+), 14 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_check/master-aarch64
in repository toolchain/ci/gcc.
from b3dd7d8b482 i386: Return true for (SUBREG (MEM....)) in register_no_eli [...]
adds 30cc1b65e4e libstdc++: Use type_identity_t for non-deducible std::atomi [...]
adds 254e88b3d7e libstdc++: Rename __null_terminated to avoid collision with [...]
adds 751f3066885 x86: Require AVX for F16C and VAES
adds 72b185189f9 RISC-V: Reset the length to the default of 4 for FP comparisons
adds 2c11662391b ubsan: -Wreturn-type and ubsan trap-on-error
adds 4f19e078ccb libphobos: Check in missing core.sync package module
No new revisions were added by this update.
Summary of changes:
gcc/c-family/c-ubsan.cc | 4 +++-
gcc/common/config/i386/cpuinfo.h | 8 ++++----
gcc/config/riscv/riscv.md | 2 --
gcc/testsuite/g++.dg/ubsan/return-8.C | 9 +++++++++
gcc/tree-cfg.cc | 5 +++--
libphobos/libdruntime/core/sync/package.d | 20 ++++++++++++++++++++
libstdc++-v3/include/experimental/bits/fs_path.h | 12 ++++++------
libstdc++-v3/include/std/atomic | 4 +++-
libstdc++-v3/testsuite/29_atomics/atomic/lwg3220.cc | 13 +++++++++++++
9 files changed, 61 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ubsan/return-8.C
create mode 100644 libphobos/libdruntime/core/sync/package.d
create mode 100644 libstdc++-v3/testsuite/29_atomics/atomic/lwg3220.cc
--
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_check/master-aarch64
in repository toolchain/ci/binutils-gdb.
from c722093960 [gdb] Avoid warnings in cooked_{read,write}_test for m68hc11
adds c2ac533e98 [gdb/testsuite] Fix gdb.reverse/test_ioctl_TCSETSW.exp with [...]
new a2e7f81e38 Automatic date update in version.in
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/version.h | 2 +-
gdb/testsuite/gdb.reverse/test_ioctl_TCSETSW.exp | 2 +-
2 files changed, 2 insertions(+), 2 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_check/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 06a84e0ae 0: update: binutils-gcc: 1
new 73f3e6cf8 0: update: binutils-gcc: 1
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 (06a84e0ae)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-aarch64 [...]
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 1536 -> 1544 bytes
02-prepare_abe/console.log.xz | Bin 2732 -> 2728 bytes
03-build_abe-binutils/console.log.xz | Bin 39448 -> 38120 bytes
04-build_abe-gcc/console.log.xz | Bin 212048 -> 210620 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3884 -> 3920 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2608 -> 2504 bytes
07-check_regression/console.log.xz | Bin 3152 -> 2540 bytes
07-check_regression/results.compare | 31 +-
07-check_regression/results.compare2 | 45 +-
08-update_baseline/console.log | 422 ++-
08-update_baseline/results.compare | 31 +-
08-update_baseline/results.compare2 | 45 +-
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 3555960 -> 3521268 bytes
sumfiles/g++.sum | 134 +-
sumfiles/gcc.log.xz | Bin 3043164 -> 3068872 bytes
sumfiles/gcc.sum | 5600 ++++++++++++++++-----------------
sumfiles/gfortran.log.xz | Bin 1038312 -> 1035340 bytes
sumfiles/gfortran.sum | 44 +-
sumfiles/libatomic.log.xz | Bin 2188 -> 2188 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 204280 -> 204596 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2540 -> 2548 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 442632 -> 434212 bytes
sumfiles/libstdc++.sum | 13 +-
27 files changed, 3176 insertions(+), 3227 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.