This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.27/master
in repository glibc.
from 9456483fb2 Improve performance of memmem
new 5b4f7382af Add undef to fix test failure.
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:
benchtests/bench-strstr.c | 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/gnu-release-arm-spec2k6-Os_LTO
in repository toolchain/ci/glibc.
from ef98313dd3 Update Alpha libm-test-ulps
new 1ad15e008c Improve performance of strstr
new 91372f0001 Improve performance of memmem
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:
ChangeLog | 13 ++++
string/memmem.c | 127 ++++++++++++++++++++++++++-------------
string/str-two-way.h | 9 ++-
string/strstr.c | 165 ++++++++++++++++++++++++++++++++++++---------------
4 files changed, 221 insertions(+), 93 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_bmk/gnu-release-arm-spec2k6-Os_LTO
in repository toolchain/ci/binutils-gdb.
from 7b468db33b Automatic date update in version.in
adds ab2427028d Automatic date update in version.in
adds cb664337b4 Automatic date update in version.in
adds 66b64412b8 Automatic date update in version.in
adds 844f25f6d5 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_bmk/gnu-release-arm-spec2k6-Os_LTO
in repository toolchain/ci/base-artifacts.
discards 147fd38ea 0: update: binutils-gcc-glibc: 0
new 580982c98 0: update: binutils-gcc-glibc: 0
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 (147fd38ea)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/gnu-release-arm-spec [...]
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 | 130 +-
02-prepare_abe/console.log | 406 +-
03-build_abe-binutils/console.log | 9861 +-
.../console.log | 17565 ++-
05-build_abe-linux/console.log | 252 +-
06-build_abe-glibc/console.log | 37864 ++---
.../console.log | 46729 +++---
09-benchmark/benchmark-start.log | 2 +-
09-benchmark/benchmark.log | 62 +-
09-benchmark/console.log | 156 +-
10-check_regression/console.log | 11087 +-
11-update_baseline/console.log | 9739 +-
console.log | 139857 +++++++++---------
jenkins/manifest.sh | 20 +-
results-full.csv | 3562 +-
results.csv | 236 +-
results_id | 2 +-
17 files changed, 138707 insertions(+), 138823 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 libcxx.
from 6e538bcf4 Fix build in C++20
new dbc7f4efd Only initialize the streams cout/wcout/cerr/wcerr etc once, r [...]
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:
src/iostream.cpp | 19 +++++++++++--
.../ios.types/ios_Init/ios_Init.multiple.pass.cpp | 32 ++++++++++++++++++++++
2 files changed, 49 insertions(+), 2 deletions(-)
create mode 100644 test/std/input.output/iostreams.base/ios.base/ios.types/ios_Ini [...]
--
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.27/master
in repository glibc.
from 5f0d2e0491 [AArch64] Add ifunc support for Ares
new 7a4da6ef7a Improve strstr performance
new bba6b9288f Simplify and speedup strstr/strcasestr first match
new ecd6271ed8 Speedup first memmem match
new 4ec1b9e913 Fix strstr bug with huge needles (bug 23637)
new 373f8b06a3 Improve performance of strstr
new 9456483fb2 Improve performance of memmem
The 6 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:
ChangeLog | 43 +++++++++++
benchtests/bench-strcasestr.c | 1 +
benchtests/bench-strstr.c | 2 +
string/memmem.c | 124 ++++++++++++++++++++---------
string/str-two-way.h | 65 ++++++++--------
string/strcasestr.c | 42 ++++------
string/strstr.c | 176 +++++++++++++++++++++++++++++-------------
string/test-strcasestr.c | 1 +
string/test-strstr.c | 31 ++++++++
9 files changed, 337 insertions(+), 148 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 libcxx.
from 5af58935c [libc++] Mark issue 2587 resolved by issue 2567
new 6e538bcf4 Fix build in C++20
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:
src/experimental/memory_resource.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 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_bmk/llvm-release-aarch64-spec2k6-Os
in repository toolchain/ci/binutils-gdb.
from ab2427028d Automatic date update in version.in
adds cb664337b4 Automatic date update in version.in
adds 66b64412b8 Automatic date update in version.in
adds 844f25f6d5 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.