This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 10fe6a4057e arm: always enable both simd and mve builtins
new 43736a27f86 aarch64: Add support for FEAT_F8F32MM, FEAT_F8F16MM, and FE [...]
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/aarch64/aarch64-builtins.cc | 1 +
gcc/config/aarch64/aarch64-c.cc | 5 +++
.../aarch64/aarch64-simd-pragma-builtins.def | 10 +++++
gcc/config/aarch64/aarch64-simd.md | 15 +++++++
gcc/config/aarch64/aarch64-sve-builtins-base.cc | 9 ++++-
gcc/config/aarch64/aarch64-sve-builtins-shapes.cc | 44 +++++++++++++++-----
gcc/config/aarch64/aarch64-sve-builtins-sve2.def | 14 +++++++
gcc/config/aarch64/aarch64-sve-builtins.cc | 2 +-
gcc/config/aarch64/aarch64-sve2.md | 47 ++++++++++++++++++++++
gcc/config/aarch64/aarch64.h | 7 ++++
gcc/config/aarch64/iterators.md | 11 ++++-
.../gcc.target/aarch64/acle/vmmlaq_f16_mf8.c | 31 ++++++++++++++
.../gcc.target/aarch64/acle/vmmlaq_f32_mf8.c | 31 ++++++++++++++
.../gcc.target/aarch64/sve/acle/general-c/mmla_1.c | 16 ++++----
.../aarch64/sve2/acle/asm/fmmla_f8f16mm_sve2.c | 33 +++++++++++++++
.../aarch64/sve2/acle/asm/fmmla_f8f32mm_sve2.c | 33 +++++++++++++++
.../aarch64/sve2/acle/asm/fmmla_sve_f16f32mm.c | 31 ++++++++++++++
gcc/testsuite/lib/target-supports.exp | 2 +-
18 files changed, 319 insertions(+), 23 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/acle/vmmlaq_f16_mf8.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/acle/vmmlaq_f32_mf8.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve2/acle/asm/fmmla_f8f16mm_sve2.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve2/acle/asm/fmmla_f8f32mm_sve2.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve2/acle/asm/fmmla_sve_f16f32mm.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 8409fb7f142 testsuite: Only xfail gcc/testsuite/gcc.dg/vect/pr33804.c e [...]
new 10fe6a4057e arm: always enable both simd and mve builtins
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/arm-builtins.cc | 161 +++++++++++++++++++++++++++++------------
1 file changed, 116 insertions(+), 45 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 9a2402ad31d Update copyright years.
new 8409fb7f142 testsuite: Only xfail gcc/testsuite/gcc.dg/vect/pr33804.c e [...]
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/pr33804.c | 4 ++--
gcc/testsuite/gcc.dg/vect/slp-multitypes-3.c | 4 ++--
2 files changed, 4 insertions(+), 4 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 be90f3e2afa gdb: Make printing enum types prettier.
new 77aa0f0be75 gdb: introduce expanded_symbols_functions
new 682190fe966 gdb: install expanded_symbols_functions into objfiles creat [...]
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:
gdb/Makefile.in | 1 +
gdb/expanded-symbol.c | 114 ++++++++++++++++++++++++++++++++++++++++++++++++++
gdb/expanded-symbol.h | 92 ++++++++++++++++++++++++++++++++++++++++
gdb/jit.c | 2 +
4 files changed, 209 insertions(+)
create mode 100644 gdb/expanded-symbol.c
create mode 100644 gdb/expanded-symbol.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 binutils-gdb.
from 9269cdbeec3 gdb: Add myself to gdb/MAINTAINERS
new 179febc3327 gdb: Move logic for printing enums to a helper function
new 1f0af2a4953 gdb: Replace \r\n with multi_line to make tests more readable
new be90f3e2afa gdb: Make printing enum types prettier.
The 3 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/c-typeprint.c | 151 +++++++++---------
gdb/testsuite/gdb.base/call-sc.exp | 11 +-
gdb/testsuite/gdb.base/ctf-ptype.exp | 181 ++++++++++++++++++----
gdb/testsuite/gdb.base/ptype.exp | 186 +++++++++++++++++++----
gdb/testsuite/gdb.base/whatis-ptype-typedefs.exp | 8 +-
gdb/testsuite/gdb.cp/classes.exp | 27 +++-
gdb/testsuite/gdb.cp/empty-enum.exp | 24 ++-
gdb/testsuite/gdb.cp/enum-class.exp | 6 +-
gdb/testsuite/gdb.cp/nested-types.exp | 6 +-
gdb/testsuite/gdb.dwarf2/enum-type.exp | 14 +-
gdb/testsuite/gdb.xml/tdesc-regs.exp | 39 ++++-
gdb/testsuite/lib/cp-support.exp | 39 +++--
12 files changed, 529 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 master
in repository binutils-gdb.
from 0a489891478 Forget the last displayed sal when the referenced objfile i [...]
new 9269cdbeec3 gdb: Add myself to gdb/MAINTAINERS
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/MAINTAINERS | 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.
unknown user pushed a change to branch users/jv/try-refactor-readnow_functions
in repository binutils-gdb.
at 150fdba8f1a gdb: install expanded_symbols_functions into objfiles creat [...]
No new revisions were added by this update.
--
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 users/jremus/sframe-v3_v2-fixups
in repository binutils-gdb.
at e86a858af82 fixup! [SFrame-V3] libsframe: textual dump of fde type SFRA [...]
This branch includes the following new commits:
new a77daa0a333 gas: sframe: use standard min/max integer constants
new e472f353768 fixup! [SFrame-V3] gas: sframe: testsuite: handle .cfi_offs [...]
new ecba1f65c67 fixup! [SFrame-V3] gas: sframe: output new FDE type SFRAME_ [...]
new e86a858af82 fixup! [SFrame-V3] libsframe: textual dump of fde type SFRA [...]
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.
--
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 66fe4ac0fa6 c++: Allow lambda expressions in template type parameters [ [...]
new eeb6091821b tree-optimization/123040 - handle nary -> ifn simplification in VN
new 05f0bab8dac c/123156 - overflow in shuffle mask for __builtin_shufflevector
new 50a3d36b498 testsuite/123353 - require little-endian for testcase
The 3 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 | 4 +-
gcc/testsuite/g++.dg/torture/pr123040.C | 62 ++++++++++++++++++++++
.../torture/builtin-shufflevector-pr123156.c | 40 ++++++++++++++
gcc/tree-ssa-sccvn.cc | 5 +-
4 files changed, 107 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr123040.C
create mode 100644 gcc/testsuite/gcc.dg/torture/builtin-shufflevector-pr123156.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.