This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 9098f79ff0c gcn: Add 'nops' insn, extend comments
new 773446ee035 gcn: Add more s_nop for MI300
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/gcn/gcn-valu.md | 4 +++
gcc/config/gcn/gcn.cc | 80 ++++++++++++++++++++++++----------------------
gcc/config/gcn/gcn.md | 9 ++++++
3 files changed, 55 insertions(+), 38 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 8fbfec1180e gas: add missing header guard in tc-<arch>.h files
new d3e582895b2 libctf: link: rejig lazy opening to not need weak symbols
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:
libctf/ctf-link.c | 88 +++++++++++++++++--------------------------------------
1 file changed, 27 insertions(+), 61 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 e5d84a71526 Automatic date update in version.in
new 8fbfec1180e gas: add missing header guard in tc-<arch>.h files
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:
gas/config/tc-arc.h | 2 +-
gas/config/tc-arm.h | 3 +++
gas/config/tc-csky.h | 2 +-
gas/config/tc-msp430.h | 3 +++
gas/config/tc-ppc.h | 3 +++
gas/config/tc-s390.h | 3 +++
gas/config/tc-sparc.h | 2 +-
gas/config/tc-tic6x.h | 4 ++++
8 files changed, 19 insertions(+), 3 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 5a433ecf4da libstdc++: provide debug impl of P2697 ctor [PR119742]
new 9098f79ff0c gcn: Add 'nops' insn, extend comments
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/gcn/gcn-opts.h | 2 ++
gcc/config/gcn/gcn.cc | 9 +++++++--
gcc/config/gcn/gcn.md | 9 +++++++++
3 files changed, 18 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.
unknown user pushed a change to branch master
in repository gcc.
from 26dc9aa285b tree-optimization/121256 - properly support SLP in vectoriz [...]
new 5a433ecf4da libstdc++: provide debug impl of P2697 ctor [PR119742]
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/debug/bitset | 11 +++++++++++
1 file changed, 11 insertions(+)
--
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 973456e6912 Move STMT_VINFO_TYPE to SLP_TREE_TYPE
new 0df4a4831b7 libstdc++: Fix style issues in <mdspan>.
new 26dc9aa285b tree-optimization/121256 - properly support SLP in vectoriz [...]
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/testsuite/gcc.dg/vect/vect-recurr-pr121256-2.c | 49 ++++++++++++++++++
gcc/testsuite/gcc.dg/vect/vect-recurr-pr121256.c | 54 +++++++++++++++++++
gcc/tree-vect-loop.cc | 60 +++++++++++++++++++---
libstdc++-v3/include/std/mdspan | 17 ++----
4 files changed, 159 insertions(+), 21 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-recurr-pr121256-2.c
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-recurr-pr121256.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 c1870029e5e ada: Minor typo fix in comment
new 973456e6912 Move STMT_VINFO_TYPE to SLP_TREE_TYPE
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.cc | 2 +-
gcc/config/i386/i386.cc | 24 +++++--------
gcc/config/riscv/riscv-vector-costs.cc | 12 +++----
gcc/config/rs6000/rs6000.cc | 16 +++++----
gcc/tree-vect-loop.cc | 25 ++++++--------
gcc/tree-vect-patterns.cc | 1 -
gcc/tree-vect-slp.cc | 19 +++++-----
gcc/tree-vect-stmts.cc | 34 +++++++++---------
gcc/tree-vectorizer.cc | 1 -
gcc/tree-vectorizer.h | 63 ++++++++++++++++++----------------
10 files changed, 94 insertions(+), 103 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 b6c9ed6756f aarch64: Add tuning model for Olympus core.
new c1870029e5e ada: Minor typo fix in comment
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/ada/gcc-interface/trans.cc | 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.
unknown user pushed a change to branch master
in repository gcc.
from d24300e5b3c libstdc++: Refactor tests for mdspan related accessors.
new b6c9ed6756f aarch64: Add tuning model for Olympus core.
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-cores.def | 2 +-
gcc/config/aarch64/aarch64.cc | 1 +
gcc/config/aarch64/tuning_models/olympus.h | 210 +++++++++++++++++++++++++++++
3 files changed, 212 insertions(+), 1 deletion(-)
create mode 100644 gcc/config/aarch64/tuning_models/olympus.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 bdff4d7a8c0 libstdc++: Support braces as arguments for std::erase on in [...]
new d24300e5b3c libstdc++: Refactor tests for mdspan related accessors.
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:
.../23_containers/mdspan/accessors/generic.cc | 59 ++++++++++++++--------
1 file changed, 37 insertions(+), 22 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.