This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 1a5e4dd8378 libstdc++: Implement std::formatter<std::thread::id> withou [...]
new 0c7792f7073 Avoid requiring VEC_PERM represenatives
new 31e9bae0ea5 Avoid SLP_REPRESENTATIVE access for VEC_PERM in SLP scheduling
new 3507ab1b018 Fix mixed input kind permute optimization
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/tree-vect-slp.cc | 30 ++++++++++++++++++------------
gcc/tree-vect-stmts.cc | 25 ++++++++++++++++++++++---
2 files changed, 40 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 binutils-gdb.
from b757e3c1acb X86: Remove "i.rex" to eliminate extra conditional branch
new bbe8d019ed3 Support APX zero-upper
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-i386.c | 5 +-
gas/testsuite/gas/i386/x86-64-apx-zu-intel.d | 78 +
gas/testsuite/gas/i386/x86-64-apx-zu-inval.l | 25 +
gas/testsuite/gas/i386/x86-64-apx-zu-inval.s | 28 +
gas/testsuite/gas/i386/x86-64-apx-zu.d | 78 +
gas/testsuite/gas/i386/x86-64-apx-zu.s | 73 +
gas/testsuite/gas/i386/x86-64.exp | 3 +
opcodes/i386-dis-evex-prefix.h | 112 +
opcodes/i386-dis-evex.h | 36 +-
opcodes/i386-dis.c | 29 +
opcodes/i386-gen.c | 1 +
opcodes/i386-mnem.h | 3803 +++++------
opcodes/i386-opc.h | 4 +
opcodes/i386-opc.tbl | 6 +
opcodes/i386-tbl.h | 9237 ++++++++++++++------------
15 files changed, 7273 insertions(+), 6245 deletions(-)
create mode 100644 gas/testsuite/gas/i386/x86-64-apx-zu-intel.d
create mode 100644 gas/testsuite/gas/i386/x86-64-apx-zu-inval.l
create mode 100644 gas/testsuite/gas/i386/x86-64-apx-zu-inval.s
create mode 100644 gas/testsuite/gas/i386/x86-64-apx-zu.d
create mode 100644 gas/testsuite/gas/i386/x86-64-apx-zu.s
--
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 424f8a01df9 web/115183 - fix typo in C++ docs
new b33f44ca6ce libstdc++: Ensure std::variant relops convert to bool [PR115145]
new 1a5e4dd8378 libstdc++: Implement std::formatter<std::thread::id> withou [...]
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/std_thread.h | 11 +++-
libstdc++-v3/include/std/thread | 43 +++++++++++----
libstdc++-v3/include/std/variant | 63 ++++++++++++----------
.../testsuite/20_util/variant/relops/115145.cc | 36 +++++++++++++
.../testsuite/30_threads/thread/id/output.cc | 21 +++++++-
5 files changed, 134 insertions(+), 40 deletions(-)
create mode 100644 libstdc++-v3/testsuite/20_util/variant/relops/115145.cc
--
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 6c97934fde7 testsuite: Allow for non-SECTION_MERGE systems in gcc.dg/pr [...]
new 424f8a01df9 web/115183 - fix typo in C++ docs
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/doc/invoke.texi | 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 dbc9b45a3c2 strlen: Fix up !si->full_string_p handling in count_nonzero [...]
new 6c97934fde7 testsuite: Allow for non-SECTION_MERGE systems in gcc.dg/pr [...]
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/pr115066.c | 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 releases/gcc-13
in repository gcc.
from a8419647219 Daily bump.
new 35ac28b9c26 ubsan: Use right address space for MEM_REF created for bool [...]
new 53bc98f5355 strlen: Fix up !si->full_string_p handling in count_nonzero [...]
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/asan/pr115172.c | 20 ++++++++++++++++++++
gcc/testsuite/gcc.dg/pr115152.c | 17 +++++++++++++++++
gcc/tree-ssa-strlen.cc | 5 ++++-
gcc/ubsan.cc | 6 +++++-
4 files changed, 46 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/asan/pr115172.c
create mode 100644 gcc/testsuite/gcc.dg/pr115152.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 559f8726e8d gprofng: use StringBuilder to create long messages
new b757e3c1acb X86: Remove "i.rex" to eliminate extra conditional branch
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-i386.c | 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 releases/gcc-14
in repository gcc.
from 1ad5c9d524d i386: Disable ix86_expand_vecop_qihi2 when !TARGET_AVX512BW
new d224c7d8d8b ubsan: Use right address space for MEM_REF created for bool [...]
new fc9fb69ad62 strlen: Fix up !si->full_string_p handling in count_nonzero [...]
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/asan/pr115172.c | 20 ++++++++++++++++++++
gcc/testsuite/gcc.dg/pr115152.c | 17 +++++++++++++++++
gcc/tree-ssa-strlen.cc | 5 ++++-
gcc/ubsan.cc | 6 +++++-
4 files changed, 46 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/asan/pr115172.c
create mode 100644 gcc/testsuite/gcc.dg/pr115152.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 73a167cfa22 i386: Disable ix86_expand_vecop_qihi2 when !TARGET_AVX512BW
new d3c506eff54 ubsan: Use right address space for MEM_REF created for bool [...]
new dbc9b45a3c2 strlen: Fix up !si->full_string_p handling in count_nonzero [...]
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/asan/pr115172.c | 20 ++++++++++++++++++++
gcc/testsuite/gcc.dg/pr115152.c | 17 +++++++++++++++++
gcc/tree-ssa-strlen.cc | 5 ++++-
gcc/ubsan.cc | 6 +++++-
4 files changed, 46 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/asan/pr115172.c
create mode 100644 gcc/testsuite/gcc.dg/pr115152.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 9f8b42c871a Add check for 8-bit old registers in EVEX format
new a3e8656c02f gprofng: remove memset() in libcollector
new aea1188a257 gprofng: Remove hardware counter tables for unsupported har [...]
new 559f8726e8d gprofng: use StringBuilder to create long messages
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:
gprofng/common/hwctable.c | 1181 +------------------------------------
gprofng/libcollector/collector.c | 10 +-
gprofng/libcollector/dispatcher.c | 7 +-
gprofng/libcollector/hwprofile.c | 12 +-
gprofng/libcollector/jprofile.c | 4 +-
gprofng/libcollector/profile.c | 7 +-
gprofng/libcollector/synctrace.c | 34 +-
gprofng/src/collctrl.cc | 460 ++++++---------
gprofng/src/collctrl.h | 2 -
9 files changed, 204 insertions(+), 1513 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.