This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 7dfb3a59fea x86-64: Emit the TLS call after NOTE_INSN_BASIC_BLOCK
new 3182e95eda4 tree-optimization/111494 - reduction vectorization with signed UB
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/gimple-fold.cc | 2 +-
gcc/gimple-fold.h | 1 +
gcc/tree-vect-stmts.cc | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 56 insertions(+), 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 d147e7a20a1 libstdc++: Implement aligned_accessor from mdspan [PR120994]
new 7dfb3a59fea x86-64: Emit the TLS call after NOTE_INSN_BASIC_BLOCK
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/i386/i386-features.cc | 24 ++++++++++--
gcc/testsuite/gcc.target/i386/pr121607-1a.c | 59 +++++++++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/pr121607-1b.c | 6 +++
3 files changed, 86 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr121607-1a.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr121607-1b.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 binutils-gdb.
from 8186f0d31dd Automatic date update in version.in
new dbd05b9edcf gdb/python: check return value of PyObject_New in all cases
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/python/py-block.c | 3 +++
gdb/python/py-record.c | 3 +++
gdb/python/py-unwind.c | 2 ++
3 files changed, 8 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 cf88ed5bf20 libstdc++: Fix std::numeric_limits<__float128>::max_digits1 [...]
new 5227ec972a5 libstdc++: Implement is_sufficiently_aligned [PR120994]
new d147e7a20a1 libstdc++: Implement aligned_accessor from mdspan [PR120994]
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/bits/align.h | 17 +++++++
libstdc++-v3/include/bits/version.def | 18 ++++++++
libstdc++-v3/include/bits/version.h | 20 ++++++++
libstdc++-v3/include/std/mdspan | 53 ++++++++++++++++++++++
libstdc++-v3/include/std/memory | 1 +
libstdc++-v3/src/c++23/std.cc.in | 12 +++--
.../testsuite/20_util/headers/memory/version.cc | 4 ++
.../testsuite/20_util/is_sufficiently_aligned/1.cc | 31 +++++++++++++
.../23_containers/mdspan/accessors/aligned_neg.cc | 33 ++++++++++++++
.../mdspan/accessors/debug/aligned_access_neg.cc | 23 ++++++++++
.../mdspan/accessors/debug/aligned_offset_neg.cc | 23 ++++++++++
.../23_containers/mdspan/accessors/generic.cc | 31 +++++++++++++
.../testsuite/23_containers/mdspan/version.cc | 8 ++++
13 files changed, 271 insertions(+), 3 deletions(-)
create mode 100644 libstdc++-v3/testsuite/20_util/is_sufficiently_aligned/1.cc
create mode 100644 libstdc++-v3/testsuite/23_containers/mdspan/accessors/aligned_neg.cc
create mode 100644 libstdc++-v3/testsuite/23_containers/mdspan/accessors/debug/ali [...]
create mode 100644 libstdc++-v3/testsuite/23_containers/mdspan/accessors/debug/ali [...]
--
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 985684e9b35 libstdc++: Implement std::dims from <mdspan>.
new 889a1352a2c libstdc++: Suppress some more additional diagnostics [PR117294]
new cf88ed5bf20 libstdc++: Fix std::numeric_limits<__float128>::max_digits1 [...]
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/std/limits | 2 +-
libstdc++-v3/testsuite/18_support/numeric_limits/128bit.cc | 5 +++++
libstdc++-v3/testsuite/20_util/optional/cons/value_neg.cc | 1 +
libstdc++-v3/testsuite/20_util/scoped_allocator/69293_neg.cc | 2 ++
4 files changed, 9 insertions(+), 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 4959739d83c libstdc++: Simplify precomputed partial products in <mdspan>.
new 985684e9b35 libstdc++: Implement std::dims from <mdspan>.
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/bits/version.def | 4 ++++
libstdc++-v3/include/bits/version.h | 7 ++++++-
libstdc++-v3/include/std/mdspan | 5 +++++
libstdc++-v3/src/c++23/std.cc.in | 3 +++
libstdc++-v3/testsuite/23_containers/mdspan/extents/misc.cc | 7 +++++++
libstdc++-v3/testsuite/23_containers/mdspan/version.cc | 11 +++++++----
6 files changed, 32 insertions(+), 5 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 6190513486f xtensa: Small improvement to "*btrue_INT_MIN"
new d6ed0658f70 libstdc++: Reduce size static storage for __fwd_prod in mdspan.
new 4959739d83c libstdc++: Simplify precomputed partial products in <mdspan>.
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/std/mdspan | 46 +++++++++++++++++++++--------------------
1 file changed, 24 insertions(+), 22 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 db563993b69 libstdc++: Improve low-rank layout_{left,right}::stride.
new 5bcaee96c6c libstdc++: Improve fully dynamic extents in mdspan.
new 0197c3b1585 libstdc++: Improve nearly fully dynamic extents in mdspan.
new 2d3282663c1 libstdc++: Reduce indirection in extents::extent.
new 6dd2a42ab65 libstdc++: Improve extents::operator==.
new 1a17fd28266 libstdc++: Replace numeric_limit with __int_traits in mdspan.
new 6190513486f xtensa: Small improvement to "*btrue_INT_MIN"
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:
gcc/config/xtensa/xtensa.md | 17 ++-
libstdc++-v3/include/std/mdspan | 133 +++++++++++++++------
.../mdspan/extents/class_mandates_neg.cc | 3 +
3 files changed, 107 insertions(+), 46 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 bf864b450e8 Merge BB and loop path in vect_analyze_stmt
new 997cd378090 libstdc++: Reduce template instantiations in <mdspan>.
new 3134742307f libstdc++: Precompute products of static extents.
new db563993b69 libstdc++: Improve low-rank layout_{left,right}::stride.
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:
libstdc++-v3/include/std/mdspan | 151 +++++++++++++++++++++++++++++-----------
1 file changed, 109 insertions(+), 42 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 e56e05bca4f MAINTAINERS: Update my email address and stand down as AArc [...]
new bf864b450e8 Merge BB and loop path in vect_analyze_stmt
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 | 2 +-
gcc/tree-vect-slp.cc | 6 ++--
gcc/tree-vect-stmts.cc | 89 ++++++++++++++++++--------------------------------
gcc/tree-vectorizer.h | 4 +--
4 files changed, 37 insertions(+), 64 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.