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/release-aarch64-bootstrap_profiled_lto_lean
in repository toolchain/ci/base-artifacts.
discards 0cba24195 0: update: binutils-gcc: 2
new 0044bb703 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 (0cba24195)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/release-aa [...]
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 -> 1552 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2732 bytes
04-build_abe-binutils/console.log.xz | Bin 50676 -> 50352 bytes
.../console.log.xz | Bin 475484 -> 478588 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 36 +++++++++++++++++++++
jenkins/manifest.sh | 10 +++---
7 files changed, 41 insertions(+), 5 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 release/2.32/master
in repository glibc.
from 05751d1c5c NEWS: Add a bug fix entry for BZ #27457
new e218418d49 test-strnlen.c: Initialize wchar_t string with wmemset [BZ #27655]
new 33046deb96 test-strnlen.c: Check that strnlen won't go beyond the maxim [...]
new ca7d6c8d7f x86: Optimize memchr-avx2.S
new 30b429c2bf x86: Fix overflow bug with wmemchr-sse2 and wmemchr-avx2 [BZ [...]
new 72c0787561 x86: Optimize strlen-avx2.S
new ae98c17a1d x86: Optimize memchr-evex.S
new f73bf74102 x86-64: Fix an unknown vector operation in memchr-evex.S
new 5d8687bfb7 x86-64: Move strlen.S to multiarch/strlen-vec.S
new ad711f9eee x86-64: Add wcslen optimize for sse4.1
new 04b9cc156d x86: Fix overflow bug in wcsnlen-sse4_1 and wcsnlen-avx2 [BZ [...]
new 7dbd7af692 x86: Optimize strlen-evex.S
new 63c84a82a3 String: Add overflow tests for strnlen, memchr, and strncat [...]
new bee0b69a58 NEWS: Add a bug fix entry for BZ #27974
The 13 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 | 1 +
string/test-memchr.c | 39 +-
string/test-strncat.c | 61 +++
string/test-strnlen.c | 67 ++-
sysdeps/x86_64/memchr.S | 77 ++-
sysdeps/x86_64/multiarch/Makefile | 4 +-
sysdeps/x86_64/multiarch/ifunc-impl-list.c | 19 +-
.../multiarch/{ifunc-avx2.h => ifunc-wcslen.h} | 12 +-
sysdeps/x86_64/multiarch/memchr-avx2.S | 463 +++++++++-------
sysdeps/x86_64/multiarch/memchr-evex.S | 547 +++++++++++--------
sysdeps/x86_64/multiarch/strlen-avx2.S | 580 ++++++++++++--------
sysdeps/x86_64/multiarch/strlen-evex.S | 581 +++++++++++----------
sysdeps/x86_64/multiarch/strlen-sse2.S | 2 +-
.../x86_64/{strlen.S => multiarch/strlen-vec.S} | 20 +-
sysdeps/x86_64/multiarch/wcslen-sse4_1.S | 4 +
sysdeps/x86_64/multiarch/wcslen.c | 2 +-
sysdeps/x86_64/multiarch/wcsnlen-sse4_1.S | 2 +-
sysdeps/x86_64/multiarch/wcsnlen.c | 34 +-
sysdeps/x86_64/strlen.S | 243 +--------
19 files changed, 1564 insertions(+), 1194 deletions(-)
copy sysdeps/x86_64/multiarch/{ifunc-avx2.h => ifunc-wcslen.h} (81%)
copy sysdeps/x86_64/{strlen.S => multiarch/strlen-vec.S} (89%)
create mode 100644 sysdeps/x86_64/multiarch/wcslen-sse4_1.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_gnu_native_check_gcc/master-arm
in repository toolchain/ci/base-artifacts.
discards 7d1daabd3 0: update: binutils-gcc-linux-glibc-gdb: 1
new 5ba5a5795 0: update: binutils-gcc-linux-glibc-gdb: 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 (7d1daabd3)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_check_gcc/mas [...]
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 2756 -> 2736 bytes
03-build_abe-binutils/console.log.xz | Bin 53304 -> 52000 bytes
04-build_abe-gcc/console.log.xz | Bin 230652 -> 228356 bytes
05-clean_sysroot/console.log.xz | Bin 316 -> 316 bytes
06-build_abe-linux/console.log.xz | Bin 9524 -> 9680 bytes
07-build_abe-glibc/console.log.xz | Bin 228828 -> 229260 bytes
08-build_abe-gdb/console.log.xz | Bin 48516 -> 48144 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3820 -> 3852 bytes
10-build_abe-check_gcc/console.log.xz | Bin 3004 -> 2640 bytes
11-check_regression/console.log.xz | Bin 3684 -> 3392 bytes
11-check_regression/extra-bisect-params | 1 -
11-check_regression/fails.sum | 6 -
11-check_regression/results.compare | 60 +-
11-check_regression/results.compare2 | 247 +-
11-check_regression/results.regressions | 67 -
12-update_baseline/console.log | 504 ++--
12-update_baseline/extra-bisect-params | 1 -
12-update_baseline/fails.sum | 6 -
12-update_baseline/results.compare | 60 +-
12-update_baseline/results.compare2 | 247 +-
12-update_baseline/results.regressions | 67 -
jenkins/manifest.sh | 24 +-
sumfiles/g++.log.xz | Bin 2835712 -> 2839116 bytes
sumfiles/g++.sum | 189 +-
sumfiles/gcc.log.xz | Bin 2418860 -> 2433356 bytes
sumfiles/gcc.sum | 4759 ++++++++++++++++---------------
sumfiles/gfortran.log.xz | Bin 923608 -> 925692 bytes
sumfiles/gfortran.sum | 52 +-
sumfiles/libatomic.log.xz | Bin 2260 -> 2256 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 197844 -> 197800 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2668 -> 2668 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 443320 -> 463980 bytes
sumfiles/libstdc++.sum | 10 +-
37 files changed, 3034 insertions(+), 3292 deletions(-)
delete mode 100644 11-check_regression/extra-bisect-params
delete mode 100644 11-check_regression/fails.sum
delete mode 100644 11-check_regression/results.regressions
delete mode 100644 12-update_baseline/extra-bisect-params
delete mode 100644 12-update_baseline/fails.sum
delete mode 100644 12-update_baseline/results.regressions
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.