This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 403d1338a4a5 mm: pgtable: fix pte_swp_exclusive
new 02670deede22 libbpf: Handle unsupported mmap-based /sys/kernel/btf/vmli [...]
new a298bbab903e tools/resolve_btfids: Fix build when cross compiling kerne [...]
new 9cf1e25053c2 MAINTAINERS: Add myself as bpf networking reviewer
new 2c4a1f3fe03e Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linu [...]
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:
.mailmap | 1 +
MAINTAINERS | 3 +++
tools/bpf/resolve_btfids/Makefile | 2 +-
tools/lib/bpf/btf.c | 6 +++---
4 files changed, 8 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 efa8fd890a2 Automatic date update in version.in
new f9a37571ba6 aarch64: Add support for FEAT_FPRCVT
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-aarch64.c | 1 +
gas/doc/c-aarch64.texi | 2 +
gas/testsuite/gas/aarch64/fprcvt.d | 176 ++
gas/testsuite/gas/aarch64/fprcvt.s | 159 +
include/opcode/aarch64.h | 4 +
opcodes/aarch64-asm-2.c | 804 ++---
opcodes/aarch64-asm.c | 3 +-
opcodes/aarch64-dis-2.c | 6054 ++++++++++++++++++------------------
opcodes/aarch64-dis.c | 11 +-
opcodes/aarch64-opc-2.c | 94 +-
opcodes/aarch64-opc.h | 10 +
opcodes/aarch64-tbl.h | 35 +
12 files changed, 3941 insertions(+), 3412 deletions(-)
create mode 100644 gas/testsuite/gas/aarch64/fprcvt.d
create mode 100644 gas/testsuite/gas/aarch64/fprcvt.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 releases/gcc-15
in repository gcc.
from 0ac22990650 Daily bump.
new 98117e9d626 Daily bump.
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/DATESTAMP | 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 c92bc1e435e libstdc++: Fix std::format thousands separators when sign p [...]
new f30f1c70553 Daily bump.
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/DATESTAMP | 2 +-
libstdc++-v3/ChangeLog | 32 ++++++++++++++++++++++++++++++++
2 files changed, 33 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 releases/gcc-13
in repository gcc.
from 0fce225524c libstdc++: Make system_clock::to_time_t always_inline [PR99832]
new 28974867ea6 Daily bump.
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/DATESTAMP | 2 +-
libstdc++-v3/ChangeLog | 32 ++++++++++++++++++++++++++++++++
2 files changed, 33 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 releases/gcc-12
in repository gcc.
from 4205c99e4fc libstdc++: Fix Python deprecation warning in printers.py
new 1820c0ceedc Daily bump.
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/DATESTAMP | 2 +-
libstdc++-v3/ChangeLog | 33 +++++++++++++++++++++++++++++++++
2 files changed, 34 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 72a98dc6e51 libstdc++: Add _GLIBCXX_USE_BUILTIN_TRAIT to Doxygen config
new dcb9af06212 c/c++: Handle '#pragma GCC target optimize' early [PR48026]
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/c-family/c-pragma.cc | 4 +-
gcc/testsuite/c-c++-common/pragma-optimize-1.c | 10 ++
.../g++.target/i386/vect-pragma-target-1.C | 6 +
.../g++.target/i386/vect-pragma-target-2.C | 6 +
.../gcc.target/i386/vect-pragma-target-1.c | 194 +++++++++++++++++++++
.../gcc.target/i386/vect-pragma-target-2.c | 7 +
6 files changed, 226 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/c-c++-common/pragma-optimize-1.c
create mode 100644 gcc/testsuite/g++.target/i386/vect-pragma-target-1.C
create mode 100644 gcc/testsuite/g++.target/i386/vect-pragma-target-2.C
create mode 100644 gcc/testsuite/gcc.target/i386/vect-pragma-target-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/vect-pragma-target-2.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 5d335598923 gdb: fix size of z80 "add ii,rr" and "ld (ii+d),n" instructions
new efa8fd890a2 Automatic date update in version.in
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:
bfd/version.h | 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 binutils-2_44-branch
in repository binutils-gdb.
from b09cf42d51e ld/PE: special-case relocation types only for COFF inputs
new 5be7993365c Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.