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_profiled_lto_lean
in repository toolchain/ci/base-artifacts.
discards dfe75c66 0: update: binutils-gcc: 2
new c2f65f30 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 (dfe75c66)
\
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 1528 -> 1552 bytes
02-prepare_abe/console.log.xz | Bin 2764 -> 2756 bytes
04-build_abe-binutils/console.log.xz | Bin 38032 -> 38660 bytes
.../console.log.xz | Bin 507616 -> 508228 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 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.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d54cdd1538d arc: Fail conditional move expand patterns
new 219a8826cd5 testsuite: Fix ASAN error [PR104687]
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/testsuite/gcc.dg/lto/20090717_0.c | 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.
unknown user pushed a change to branch ibm/2.30/master
in repository glibc.
from 821f0a9cb2 Merge branch release/2.30/master into ibm/2.30/master
adds a0ce680598 x86: Fix overflow bug in wcsnlen-sse4_1 and wcsnlen-avx2 [BZ [...]
new 6bbd88c251 Merge branch release/2.30/master into ibm/2.30/master
adds ae86a6bd48 x86: Optimize strlen-evex.S
adds a3dd272e9c String: Add overflow tests for strnlen, memchr, and strncat [...]
adds 25ed98a882 NEWS: Add a bug fix entry for BZ #27974
adds 071e2bdd85 x86: Check RTM_ALWAYS_ABORT for RTM [BZ #28033]
adds 76e30dd44e x86: Black list more Intel CPUs for TSX [BZ #27398]
adds 23bc964c62 x86: Remove wcsnlen-sse4_1 from wcslen ifunc-impl-list [BZ #28064]
adds 8ad5519ae1 x86-64: Test strlen and wcslen with 0 in the RSI register [B [...]
adds 70522b1c1d string: Add a testcase for wcsncmp with SIZE_MAX [BZ #28755]
adds a3ef8a0c3d x86: Fallback {str|wcs}cmp RTM in the ncmp overflow case [BZ [...]
adds 6428a662cc x86: Test wcscmp RTM in the wcsncmp overflow case [BZ #28896]
adds 31615a5f47 x86: Fix TEST_NAME to make it a string in tst-strncmp-rtm.c
adds a79bc55e5b NEWS: Add a bug fix entry for BZ #28896
new 0d6fdf9f05 Merge branch release/2.30/master into ibm/2.30/master
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 | 3 +
string/test-memchr.c | 39 +-
string/test-strncat.c | 61 +++
string/test-strncmp.c | 13 +
string/test-strnlen.c | 33 ++
sysdeps/x86/Makefile | 7 +-
sysdeps/x86/cpu-features.c | 40 +-
sysdeps/x86/cpu-features.h | 3 +
sysdeps/x86/tst-get-cpu-features.c | 1 +
sysdeps/x86/tst-strncmp-rtm.c | 43 +-
.../x86/tst-wcsncmp-rtm.c | 9 +-
sysdeps/x86_64/Makefile | 7 +
sysdeps/x86_64/multiarch/ifunc-impl-list.c | 4 +-
sysdeps/x86_64/multiarch/strcmp-avx2.S | 2 +-
sysdeps/x86_64/multiarch/strlen-avx2.S | 130 +++--
sysdeps/x86_64/multiarch/strlen-evex.S | 581 +++++++++++----------
sysdeps/x86_64/multiarch/strlen-vec.S | 15 +-
sysdeps/x86_64/multiarch/strncmp-avx2-rtm.S | 1 +
sysdeps/x86_64/multiarch/strncmp-avx2.S | 1 +
sysdeps/x86_64/multiarch/wcsncmp-avx2-rtm.S | 2 +-
sysdeps/x86_64/multiarch/wcsncmp-avx2.S | 2 +-
.../{x32/tst-size_t-strnlen.c => tst-rsi-strlen.c} | 49 +-
sysdeps/x86_64/{strlen.S => tst-rsi-wcslen.c} | 9 +-
23 files changed, 704 insertions(+), 351 deletions(-)
copy benchtests/bench-wcpncpy.c => sysdeps/x86/tst-wcsncmp-rtm.c (76%)
copy sysdeps/x86_64/{x32/tst-size_t-strnlen.c => tst-rsi-strlen.c} (57%)
copy sysdeps/x86_64/{strlen.S => tst-rsi-wcslen.c} (84%)
--
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_profiled_lto
in repository toolchain/ci/base-artifacts.
from 568ade1a 1: reset: gcc-91224cf625dc90304bb515a0cc602beed48fe3da: 1
new 7d6d978f 2: update: gcc-2cfb33fc1e71a76bd20d48d291539804ec342e0d: 1
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 1576 -> 1516 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2744 bytes
04-build_abe-binutils/console.log.xz | Bin 49932 -> 50052 bytes
05-build_abe-bootstrap_profiled_lto/console.log.xz | Bin 44188 -> 52432 bytes
06-check_regression/console.log.xz | Bin 1192 -> 416 bytes
06-check_regression/jira-body.txt | 2 -
06-check_regression/mail-body.txt | 31 ---------------
06-check_regression/mail-subject.txt | 1 -
06-check_regression/results.regressions | 11 ------
06-check_regression/trigger-bisect | 2 -
07-update_baseline/console.log | 42 +++++++++++++++++++--
jenkins/manifest.sh | 10 ++---
mail/jira-body.txt | 5 ---
mail/mail-body.txt | 34 -----------------
mail/mail-subject.txt | 1 -
reset-baseline | 0
results | 11 ------
17 files changed, 43 insertions(+), 107 deletions(-)
delete mode 100644 06-check_regression/jira-body.txt
delete mode 100644 06-check_regression/mail-body.txt
delete mode 100644 06-check_regression/mail-subject.txt
delete mode 100644 06-check_regression/results.regressions
delete mode 100644 06-check_regression/trigger-bisect
delete mode 100644 mail/jira-body.txt
delete mode 100644 mail/mail-body.txt
delete mode 100644 mail/mail-subject.txt
delete mode 100644 reset-baseline
--
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_ubsan
in repository toolchain/ci/base-artifacts.
discards fd3cdc88 0: update: binutils-gcc: 2
new 57926e29 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 (fd3cdc88)
\
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 -> 1572 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2768 bytes
04-build_abe-binutils/console.log.xz | Bin 38012 -> 38076 bytes
05-build_abe-bootstrap_ubsan/console.log.xz | Bin 321644 -> 321368 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 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.