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_bootstrap/master-aarch64-check_bootstrap_lto
in repository toolchain/ci/base-artifacts.
discards d73784810 0: update: binutils-gcc: 1
new b9a9416ed 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 (d73784810)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check_bootstrap/mast [...]
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 1588 -> 1580 bytes
02-prepare_abe/console.log.xz | Bin 2712 -> 2720 bytes
03-build_abe-binutils/console.log.xz | Bin 38088 -> 38244 bytes
04-build_abe-bootstrap_lto/console.log.xz | Bin 269312 -> 267656 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3832 -> 3824 bytes
06-build_abe-check_bootstrap_lto/console.log.xz | Bin 2652 -> 2508 bytes
07-check_regression/console.log.xz | Bin 4152 -> 3900 bytes
07-check_regression/extra-bisect-params | 2 +-
07-check_regression/fails.sum | 9 +-
07-check_regression/results.compare | 74 +-
07-check_regression/results.compare2 | 292 +-
07-check_regression/results.regressions | 74 +-
08-update_baseline/console.log | 722 ++--
08-update_baseline/extra-bisect-params | 2 +-
08-update_baseline/fails.sum | 9 +-
08-update_baseline/results.compare | 74 +-
08-update_baseline/results.compare2 | 292 +-
08-update_baseline/results.regressions | 74 +-
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 3601668 -> 3556244 bytes
sumfiles/g++.sum | 184 +-
sumfiles/gcc.log.xz | Bin 3135360 -> 3129060 bytes
sumfiles/gcc.sum | 4531 ++++++++++++-----------
sumfiles/gfortran.log.xz | Bin 1079056 -> 1064456 bytes
sumfiles/gfortran.sum | 42 +-
sumfiles/libatomic.log.xz | Bin 2356 -> 2352 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 208164 -> 208528 bytes
sumfiles/libgomp.sum | 20 +-
sumfiles/libitm.log.xz | Bin 2728 -> 2724 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 451640 -> 436984 bytes
sumfiles/libstdc++.sum | 16 +-
33 files changed, 3101 insertions(+), 3338 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.34/master
in repository glibc.
from 31af92b9c8 manual: Clarify that abbreviations of long options are allowed
new 0d5b36c8cc x86: Optimize strcmp-avx2.S
new c41a66767d x86: Optimize strcmp-evex.S
new d299032743 x86-64: Fix strcmp-avx2.S
new 53ddafe917 x86-64: Fix strcmp-evex.S
new ea19c490a3 x86: Improve vec generation in memset-vec-unaligned-erms.S
new 190ea5f7e4 x86: Remove SSSE3 instruction for broadcast in memset.S (SSE2 Only)
new 5cb6329652 x86-64: Optimize bzero
new 70509f9b48 x86: Set .text section in memset-vec-unaligned-erms
new 5373c90f2e x86: Fix bug in strncmp-evex and strncmp-avx2 [BZ #28895]
new e123f08ad5 x86: Fix fallback for wcsncmp_avx2 in strcmp-avx2.S [BZ #28896]
The 10 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:
string/test-strncmp.c | 20 +-
sysdeps/x86/tst-strncmp-rtm.c | 15 +
sysdeps/x86_64/memset.S | 22 +-
sysdeps/x86_64/multiarch/Makefile | 205 ++-
.../x86_64/multiarch/{ifunc-memset.h => bzero.c} | 68 +-
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 +++++++++++---------
14 files changed, 2339 insertions(+), 1656 deletions(-)
copy sysdeps/x86_64/multiarch/{ifunc-memset.h => bzero.c} (56%)
--
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 devel/modula-2
in repository gcc.
from b94876d89da PR-105410 Bugfix implement save-temps across every temporary file.
new ae56a3ce252 PR-105409 Bugfix add CC1_SPEC to the cc1/cc1plus invocation.
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:
gcc/m2/m2-link-support.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/gnu-master-aarch64-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 32cf53054 2: update: qemu-731340813fdb4cb8339edb8630e3f923b7d987ec: 20781
new a6dc61c23 2: update: binutils-gcc-linux-qemu: 20832
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 (32cf53054)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 1728 -> 1592 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2740 bytes
03-build_abe-binutils/console.log.xz | Bin 29388 -> 30816 bytes
04-build_abe-stage1/console.log.xz | Bin 73000 -> 71468 bytes
05-build_abe-qemu/console.log.xz | Bin 32328 -> 32540 bytes
06-build_linux/console.log.xz | Bin 20000 -> 18264 bytes
08-check_regression/console.log.xz | Bin 476 -> 484 bytes
09-update_baseline/console.log | 22 +++++++++++-----------
jenkins/manifest.sh | 19 +++++++++++--------
results | 2 +-
10 files changed, 23 insertions(+), 20 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.