This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.33/master
in repository glibc.
from 902af2f5ee NEWS: Add a bug fix entry for BZ #27457
new e09c377806 x86: Optimize memchr-avx2.S
new 453ed0a0f2 x86: Fix overflow bug with wmemchr-sse2 and wmemchr-avx2 [BZ [...]
new b72b89705e x86: Optimize strlen-avx2.S
new 355afae940 x86: Optimize memchr-evex.S
new 3dea108f60 x86-64: Fix an unknown vector operation in memchr-evex.S
new 5697e2dda8 x86-64: Move strlen.S to multiarch/strlen-vec.S
new 3ac5a7fe8b x86-64: Add wcslen optimize for sse4.1
new cef3bffade x86: Fix overflow bug in wcsnlen-sse4_1 and wcsnlen-avx2 [BZ [...]
new 8a3a0177c7 x86: Optimize strlen-evex.S
new 2b00ee820a String: Add overflow tests for strnlen, memchr, and strncat [...]
new 25941de34e NEWS: Add a bug fix entry for BZ #27974
The 11 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 | 33 ++
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} | 10 +-
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} | 18 +-
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, 1529 insertions(+), 1191 deletions(-)
copy sysdeps/x86_64/multiarch/{ifunc-avx2.h => ifunc-wcslen.h} (83%)
copy sysdeps/x86_64/{strlen.S => multiarch/strlen-vec.S} (91%)
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.
unknown user pushed a change to branch master
in repository gcc.
from 66b86171188 c++: dependent and non-dependent attributes [PR104245]
new f21f22d1baf libstdc++: Avoid overflow in ranges::advance(i, n, bound)
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:
libstdc++-v3/include/bits/ranges_base.h | 15 +++++----
.../range_operations/advance_overflow.cc | 37 ++++++++++++++++++++++
2 files changed, 46 insertions(+), 6 deletions(-)
create mode 100644 libstdc++-v3/testsuite/24_iterators/range_operations/advance_ov [...]
--
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_bmk_llvm_tx1
in repository toolchain/ci/interesting-commits.
from 72ba262 Add last-good 35638469cbe9e2e702d3298c9612db7d77310c66 from h [...]
new 366459e Add regression 31b0378d53a66fcf0d4e78526bc2782abe2cf9eb from [...]
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:
binutils | 1 +
1 file changed, 1 insertion(+)
--
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_bmk_llvm_tx1
in repository toolchain/ci/interesting-commits.
from 3e33186 Add regression 39e602b6c4335b2572c74eaf9a666bebde7fd8b5 from [...]
new 72ba262 Add last-good 35638469cbe9e2e702d3298c9612db7d77310c66 from h [...]
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:
binutils | 1 +
1 file changed, 1 insertion(+)
create mode 100644 binutils
--
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/release-aarch64-bootstrap
in repository toolchain/ci/base-artifacts.
discards 431b65d27 0: update: binutils-gcc: 2
new 4ce7abe22 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 (431b65d27)
\
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 1536 -> 1492 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2752 bytes
04-build_abe-binutils/console.log.xz | Bin 50660 -> 50632 bytes
05-build_abe-bootstrap/console.log.xz | Bin 246744 -> 244568 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 10 +++++-----
7 files changed, 13 insertions(+), 13 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_lto
in repository toolchain/ci/base-artifacts.
discards 459cca8c2 0: update: binutils-gcc: 2
new a4d202935 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 (459cca8c2)
\
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 -> 1544 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2732 bytes
04-build_abe-binutils/console.log.xz | Bin 37672 -> 38940 bytes
05-build_abe-bootstrap_lto/console.log.xz | Bin 268100 -> 268204 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 29 +++--------------------------
jenkins/manifest.sh | 12 ++++++------
7 files changed, 9 insertions(+), 32 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 ae1b50e2e03 testsuite: Fix gfortran.dg/ieee/signaling_?.f90 tests for x [...]
new 66b86171188 c++: dependent and non-dependent attributes [PR104245]
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/cp/decl2.cc | 17 ++++++++---------
gcc/testsuite/g++.dg/lto/alignas1_0.C | 7 +++++++
2 files changed, 15 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/lto/alignas1_0.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.