This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 640fd2f0ccd MAINTAINERS: Add myself as an aarch64 port reviewer
new 1da3c4d90e6 Fix scalng of auto-fdo profiles in liner
new 79d9ff28c2d Fix ICE with auto-fdo and -fpartial-profiling
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:
gcc/auto-profile.cc | 76 ++++++++++++++++++++++-----------------------
gcc/ipa-inline-transform.cc | 34 ++++++++++++++++++++
gcc/profile-count.h | 14 +++++++--
3 files changed, 84 insertions(+), 40 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 binutils-gdb.
from 9463d3e7563 [gdb/testsuite] Fix clean_restart <absolute filename> in gd [...]
new 9cede382cb9 gdb: remove some dead code from core_target_open
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:
gdb/corelow.c | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 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 bad57f78679 TLC to vect_create_epilog_for_reduction
new e494101a23c optab: Add optab for isnan
new 640fd2f0ccd MAINTAINERS: Add myself as an aarch64 port reviewer
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:
MAINTAINERS | 3 ++-
gcc/builtins.cc | 47 ++++++++++++++++++++++++++++++++---------------
gcc/doc/md.texi | 6 ++++++
gcc/optabs.def | 1 +
4 files changed, 41 insertions(+), 16 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 593e9ee05d6 arm: wrong code from vset_lane_* [PR121775]
new bad57f78679 TLC to vect_create_epilog_for_reduction
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/tree-vect-loop.cc | 94 +++++++++++++--------------------------------------
1 file changed, 24 insertions(+), 70 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 7f7f1878eed libstdc++: Conditionalize LWG 3569 changes to join_view
new 593e9ee05d6 arm: wrong code from vset_lane_* [PR121775]
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/config/arm/neon.md | 13 +++++++---
gcc/testsuite/gcc.target/arm/simd/vset_lane_u8.c | 32 ++++++++++++++++++++++++
2 files changed, 42 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/simd/vset_lane_u8.c
--
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 1a41e52d7ec libstdc++: Reuse _Bind_back_t functor in ranges::_Partial
new 7f7f1878eed libstdc++: Conditionalize LWG 3569 changes to join_view
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/std/ranges | 49 +++++++++++++++++++++++++++++++----------
1 file changed, 37 insertions(+), 12 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 2c2df024df3 libstdc++: Merge bind_front and bind_back binders
new b2adb7712cc libstdc++: Move _Binder and related aliases to separate file.
new 1a41e52d7ec libstdc++: Reuse _Bind_back_t functor in ranges::_Partial
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:
libstdc++-v3/include/Makefile.am | 1 +
libstdc++-v3/include/Makefile.in | 1 +
libstdc++-v3/include/bits/binders.h | 234 ++++++++++++++++++++++++++++++++++++
libstdc++-v3/include/std/functional | 187 +---------------------------
libstdc++-v3/include/std/ranges | 104 ++--------------
5 files changed, 249 insertions(+), 278 deletions(-)
create mode 100644 libstdc++-v3/include/bits/binders.h
--
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 e3d5e9f0c8c RISC-V: Use correct target in expand_vec_perm [PR121780].
new 6cc5328cd67 TLC for vectorizable_reduction
new 2c2df024df3 libstdc++: Merge bind_front and bind_back binders
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:
gcc/tree-vect-loop.cc | 94 +++++------
libstdc++-v3/include/std/functional | 172 +++++++++------------
.../20_util/function_objects/bind_back/1.cc | 16 +-
.../20_util/function_objects/bind_back/111327.cc | 3 +-
.../20_util/function_objects/bind_front/1.cc | 15 ++
.../20_util/function_objects/bind_front/111327.cc | 2 +-
6 files changed, 139 insertions(+), 163 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 releases/gcc-14
in repository gcc.
from 0888d914fd0 Daily bump.
new 3f46a271a82 libstdc++: Implement LWG 3836 for std::expected bool conversions
new 2d0ed37e2e8 libstdc++: Implement LWG4222 'expected' constructor from a [...]
new 72c9a10d700 libstdc++: Fix std::get<T> for std::pair with reference mem [...]
new 98c53d4494e libstdc++: Make CTAD ignore pair(const T1&, const T2&) cons [...]
The 4 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/stl_pair.h | 10 ++--
libstdc++-v3/include/std/expected | 60 ++++++++++++++++------
libstdc++-v3/testsuite/20_util/expected/lwg3836.cc | 34 ++++++++++++
libstdc++-v3/testsuite/20_util/expected/lwg4222.cc | 39 ++++++++++++++
.../testsuite/20_util/pair/astuple/get_by_type.cc | 52 +++++++++++++++++++
libstdc++-v3/testsuite/20_util/pair/cons/110853.cc | 10 ++++
6 files changed, 184 insertions(+), 21 deletions(-)
create mode 100644 libstdc++-v3/testsuite/20_util/expected/lwg3836.cc
create mode 100644 libstdc++-v3/testsuite/20_util/expected/lwg4222.cc
create mode 100644 libstdc++-v3/testsuite/20_util/pair/cons/110853.cc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.