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-lts-defconfig
in repository toolchain/ci/binutils-gdb.
from 0fcbc076a1 Automatic date update in version.in
adds 3f6cd7f949 Automatic date update in version.in
adds bd6c5ec02d Automatic date update in version.in
adds 94e07b6911 Automatic date update in version.in
adds 5e59286034 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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-aarch64-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 9e4f5623b 2: update: binutils-llvm-linux-qemu: 37
new 82c4d8f83 2: update: binutils-llvm-linux-qemu: 37
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 (9e4f5623b)
\
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 1572 -> 1576 bytes
02-prepare_abe/console.log.xz | Bin 2776 -> 2748 bytes
03-build_abe-binutils/console.log.xz | Bin 30716 -> 30260 bytes
04-build_llvm/console.log.xz | Bin 61324 -> 59248 bytes
05-build_abe-qemu/console.log.xz | Bin 32800 -> 31984 bytes
06-build_linux/console.log.xz | Bin 4552 -> 4076 bytes
08-check_regression/console.log.xz | Bin 476 -> 476 bytes
09-update_baseline/console.log | 216 +++++++++++++++++------------------
jenkins/manifest.sh | 14 +--
9 files changed, 115 insertions(+), 115 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_native_build/release-aarch64
in repository toolchain/ci/gdb.
from 56ba05dfac Automatic date update in version.in
adds 6538875ddd Automatic date update in version.in
adds 99ca07b8fa Automatic date update in version.in
new 8af1b915bd 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 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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_native_build/release-aarch64
in repository toolchain/ci/glibc.
from 0bcba53020 Add HWCAP2_AFP, HWCAP2_RPRES from Linux 5.17 to AArch64 bits [...]
adds ec5b79aac7 manual: Clarify that abbreviations of long options are allowed
adds b68e782f8e x86: Optimize strcmp-avx2.S
adds 34ef810945 x86: Optimize strcmp-evex.S
adds 250e277797 x86-64: Fix strcmp-avx2.S
adds 36766c02af x86-64: Fix strcmp-evex.S
adds 58596411ad x86: Improve vec generation in memset-vec-unaligned-erms.S
adds 0bf9c8b5fe x86: Remove SSSE3 instruction for broadcast in memset.S (SSE2 Only)
adds de0cd691b2 x86-64: Optimize bzero
adds c394d7e11a x86: Set .text section in memset-vec-unaligned-erms
adds 676f7bcf11 x86: Fix bug in strncmp-evex and strncmp-avx2 [BZ #28895]
adds 059e36d9ed x86: Fix fallback for wcsncmp_avx2 in strcmp-avx2.S [BZ #28896]
new 5c0d94d780 linux: Fix posix_spawn return code if clone fails (BZ#29109)
new bbb017a2bb NEWS: Add a bug fix entry for BZ #29109
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:
NEWS | 2 +
manual/getopt.texi | 3 +-
string/test-strncmp.c | 20 +-
sysdeps/unix/sysv/linux/spawni.c | 2 +-
sysdeps/x86/tst-strncmp-rtm.c | 15 +
sysdeps/x86_64/memset.S | 22 +-
sysdeps/x86_64/multiarch/Makefile | 213 ++-
.../x86_64/multiarch/{ifunc-memset.h => bzero.c} | 66 +-
sysdeps/x86_64/multiarch/ifunc-impl-list.c | 42 +
.../multiarch/memset-avx2-unaligned-erms-rtm.S | 1 +
.../x86_64/multiarch/memset-avx2-unaligned-erms.S | 24 +-
.../multiarch/memset-avx512-unaligned-erms.S | 21 +-
.../x86_64/multiarch/memset-evex-unaligned-erms.S | 21 +-
.../x86_64/multiarch/memset-sse2-unaligned-erms.S | 1 +
.../x86_64/multiarch/memset-vec-unaligned-erms.S | 251 ++-
sysdeps/x86_64/multiarch/strcmp-avx2.S | 1591 ++++++++++--------
sysdeps/x86_64/multiarch/strcmp-evex.S | 1713 +++++++++++---------
17 files changed, 2346 insertions(+), 1662 deletions(-)
copy sysdeps/x86_64/multiarch/{ifunc-memset.h => bzero.c} (57%)
--
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_native_build/release-aarch64
in repository toolchain/ci/binutils-gdb.
from 56ba05dfac Automatic date update in version.in
adds 6538875ddd Automatic date update in version.in
adds 99ca07b8fa Automatic date update in version.in
new 8af1b915bd 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 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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_native_build/release-aarch64
in repository toolchain/ci/base-artifacts.
discards dbe38f3d6 0: update: binutils-gcc-linux-glibc-gdb: 6
new 8abbd22f0 0: update: binutils-gcc-linux-glibc-gdb: 6
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 (dbe38f3d6)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_build/release [...]
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 1548 -> 1544 bytes
02-prepare_abe/console.log.xz | Bin 2732 -> 2720 bytes
04-build_abe-binutils/console.log.xz | Bin 51596 -> 51788 bytes
05-build_abe-gcc/console.log.xz | Bin 193676 -> 193364 bytes
06-clean_sysroot/console.log.xz | Bin 312 -> 312 bytes
07-build_abe-linux/console.log.xz | Bin 8832 -> 8864 bytes
08-build_abe-glibc/console.log.xz | Bin 237828 -> 238624 bytes
09-build_abe-gdb/console.log.xz | Bin 41696 -> 41868 bytes
10-check_regression/console.log.xz | Bin 416 -> 420 bytes
11-update_baseline/console.log | 18 +++++++++---------
jenkins/manifest.sh | 22 +++++++++++-----------
11 files changed, 20 insertions(+), 20 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-aarch64-bootstrap_O1
in repository toolchain/ci/base-artifacts.
discards ae4bf7e1b 0: update: binutils-gcc: 2
new 8d4c0fd3c 0: update: binutils-gcc: 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 (ae4bf7e1b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-aar [...]
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 1540 -> 1656 bytes
02-prepare_abe/console.log.xz | Bin 2704 -> 2720 bytes
04-build_abe-binutils/console.log.xz | Bin 38240 -> 37940 bytes
05-build_abe-bootstrap_O1/console.log.xz | Bin 266816 -> 265384 bytes
06-check_regression/console.log.xz | Bin 416 -> 420 bytes
07-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 14 +++++++-------
7 files changed, 15 insertions(+), 15 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.