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 87dcc3ddd64 aarch64: Support for FEAT_SVE_AES2
new 77a7df4756c gdb/record: support more AVX arithmetic instructions
new cdc328ea65b gdb/record: Add support for AVX/AVX2 shift instructions
new d83364eb1d8 gdb/record: add support for AVX/AVX2 shuffle instructions
new e5bac46ba3f gdb/record: add support for permutation instructions
new 00a2fcd6602 gdb/record: add support for more AVX broadcast instructions
new 32be35c9e31 gdb/record: add support to vinsert and vextract instructions
new 6f129dba1dc gdb/record: add support for AVX blend instructions
new 7f774c3914d gdb/record: add support for comis instructions
new dfc793f54c1 gdb/record: add support for 'pack' AVX instructions
new cb37efef5b0 gdb/record: add support for AVX conversion instructions.
new b97691b926c gdb/record: Add support for more vmov-style instructions
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:
gdb/i386-tdep.c | 197 +++++++++-
gdb/testsuite/gdb.reverse/i386-avx-reverse.c | 326 +++++++++++++++-
gdb/testsuite/gdb.reverse/i386-avx-reverse.exp | 499 +++++++++++++++++++++++++
3 files changed, 1007 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 f451ef41bdc tree-optimization/121034 - fix reduction vectorization
new 5300e2bda9c aarch64: Allow 64-bit vector modes in pattern for BCAX instruction
new 4da7ba86179 aarch64: Use EOR3 for 64-bit vector modes
new 1b7bcac0327 aarch64: Handle DImode BCAX operations
new cfa827188dc aarch64: Use EOR3 for DImode values
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:
gcc/config/aarch64/aarch64-simd.md | 78 ++++++++++++++++++++++----
gcc/testsuite/gcc.target/aarch64/simd/bcax_d.c | 19 +++++++
gcc/testsuite/gcc.target/aarch64/simd/eor3_d.c | 19 +++++++
3 files changed, 104 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/simd/bcax_d.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/simd/eor3_d.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 dc503631a50 libstdc++: Implement C++26 P3748R0 - Inspecting exception_p [...]
new f451ef41bdc tree-optimization/121034 - fix reduction vectorization
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/vect/pr121034.c | 17 +++++++++++++++++
gcc/tree-vect-loop.cc | 31 +++++++++++++++----------------
2 files changed, 32 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr121034.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 releases/gcc-15
in repository gcc.
from c0dd240b199 ipa: Disallow signature changes in fun->has_musttail functi [...]
new bd817e6c6de testsuite: Add testcase for already fixed PR [PR120954]
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/c-c++-common/Warray-bounds-11.c | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
create mode 100644 gcc/testsuite/c-c++-common/Warray-bounds-11.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 9eea49825eb testsuite: Add testcase for already fixed PR [PR120954]
new dc503631a50 libstdc++: Implement C++26 P3748R0 - Inspecting exception_p [...]
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/libsupc++/exception_ptr.h | 33 ++++++++++++++++++----
.../18_support/exception_ptr/exception_ptr_cast.cc | 19 ++++++++++---
2 files changed, 43 insertions(+), 9 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 385d9937f0e Rewrite assign_discriminators
new 9eea49825eb testsuite: Add testcase for already fixed PR [PR120954]
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/c-c++-common/Warray-bounds-11.c | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
create mode 100644 gcc/testsuite/c-c++-common/Warray-bounds-11.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 52d9c2272f6 Fix ICE in speculative devirtualization
new 385d9937f0e Rewrite assign_discriminators
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/opts.cc | 7 +-
gcc/tree-cfg.cc | 249 ++++++++++++++------------------------------------------
2 files changed, 67 insertions(+), 189 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-15
in repository gcc.
from fcbedcae9b6 libstdc++: Fix __uninitialized_default for constexpr case [ [...]
new f9516f109d8 c-family: Tweak ptr +- (expr +- cst) FE optimization [PR120837]
new b102e3d87c8 c++: Don't incorrectly reject override after class head nam [...]
new bd6cc4f0f66 c++: Fix up final handling in C++98 [PR120628]
new c0dd240b199 ipa: Disallow signature changes in fun->has_musttail functi [...]
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:
gcc/c-family/c-common.cc | 49 ++++++++++++------
gcc/cp/parser.cc | 89 +++++++++++++++++++++++++--------
gcc/ipa-fnsummary.cc | 15 ++++++
gcc/testsuite/c-c++-common/musttail32.c | 23 +++++++++
gcc/testsuite/g++.dg/cpp0x/final1.C | 11 ++++
gcc/testsuite/g++.dg/cpp0x/final2.C | 26 ++++++++++
gcc/testsuite/g++.dg/cpp0x/override2.C | 4 +-
gcc/testsuite/g++.dg/cpp0x/override5.C | 26 ++++++++++
gcc/testsuite/g++.dg/cpp0x/override6.C | 26 ++++++++++
gcc/testsuite/gcc.dg/ubsan/pr120837.c | 32 ++++++++++++
10 files changed, 265 insertions(+), 36 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/musttail32.c
create mode 100644 gcc/testsuite/g++.dg/cpp0x/final1.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/final2.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/override5.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/override6.C
create mode 100644 gcc/testsuite/gcc.dg/ubsan/pr120837.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.