This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 68b21d6108d [globalisel] Add a G_BSWAP instruction and support bswap using it.
new 7414b5dffdd dwarfdump: Delay parsing abbreviations until they're needed
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:
include/llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h | 6 +++--
include/llvm/DebugInfo/DWARF/DWARFUnit.h | 7 +++---
lib/DebugInfo/DWARF/DWARFDebugAbbrev.cpp | 32 ++++++++++++++++++++-----
lib/DebugInfo/DWARF/DWARFUnit.cpp | 11 +++++----
4 files changed, 40 insertions(+), 16 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 gcc-7-branch
in repository gcc.
from 12fff01b576 Ignore empty string in target attribute (PR c++/81355).
new 00257a97058 * config/i386/i386.c (fold_builtin_cpu): Add M_AMDFAM17H [...]
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/ChangeLog | 6 ++++++
gcc/config/i386/i386.c | 2 ++
gcc/doc/extend.texi | 5 ++++-
3 files changed, 12 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 a0c6c7c1e1f PR c/81854 - weak alias of an incompatible symbol accepted
new c52a6a55876 PR libstdc++/82254 fix std::is_nothrow_invocable_r w.r.t th [...]
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/ChangeLog | 14 ++++
libstdc++-v3/include/std/type_traits | 25 +++++-
.../20_util/is_nothrow_invocable/value.cc | 96 +++++++++++++++++-----
.../20_util/is_nothrow_invocable/value_ext.cc | 4 +-
4 files changed, 115 insertions(+), 24 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 86b743d9dab [gcc]
new a0c6c7c1e1f PR c/81854 - weak alias of an incompatible symbol accepted
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/ChangeLog | 6 +++
gcc/cgraphunit.c | 67 ++++++++++++++++++++++++++--
gcc/testsuite/ChangeLog | 12 +++++
gcc/testsuite/g++.dg/ext/attr-ifunc-1.C | 30 ++++++++-----
gcc/testsuite/g++.dg/ext/attr-ifunc-2.C | 13 +++---
gcc/testsuite/g++.dg/ext/attr-ifunc-3.C | 13 +++---
gcc/testsuite/g++.dg/ext/attr-ifunc-4.C | 13 +++---
gcc/testsuite/g++.dg/ext/attr-ifunc-5.C | 29 ++++++++++++
gcc/testsuite/g++.old-deja/g++.abi/vtable2.C | 5 ++-
gcc/testsuite/gcc.dg/attr-ifunc-1.c | 8 ++--
gcc/testsuite/gcc.dg/pr81854.c | 63 ++++++++++++++++++++++++++
11 files changed, 221 insertions(+), 38 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ext/attr-ifunc-5.C
create mode 100644 gcc/testsuite/gcc.dg/pr81854.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 llvm.
from 9ba154704ca [X86][SSE] Add 'redundant pand' test case from PR34620
new 68b21d6108d [globalisel] Add a G_BSWAP instruction and support bswap using it.
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:
include/llvm/Target/GenericOpcodes.td | 6 +++
.../llvm/Target/GlobalISel/SelectionDAGCompat.td | 1 +
include/llvm/Target/TargetOpcodes.def | 5 +-
lib/Target/AArch64/AArch64LegalizerInfo.cpp | 3 ++
test/CodeGen/AArch64/GlobalISel/select-bswap.mir | 60 ++++++++++++++++++++++
5 files changed, 74 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/AArch64/GlobalISel/select-bswap.mir
--
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 glibc.
from a5dcc87e77 Add logf trace
new 43ffc53a35 Use execveat syscall in fexecve (bug 22134)
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:
ChangeLog | 18 +++++
posix/Makefile | 2 +-
posix/tst-fexecve.c | 88 ++++++++++++++++++++++
sysdeps/unix/sysv/linux/alpha/kernel-features.h | 5 ++
sysdeps/unix/sysv/linux/fexecve.c | 15 ++++
sysdeps/unix/sysv/linux/hppa/kernel-features.h | 5 ++
sysdeps/unix/sysv/linux/kernel-features.h | 5 ++
.../unix/sysv/linux/microblaze/kernel-features.h | 5 ++
8 files changed, 142 insertions(+), 1 deletion(-)
create mode 100644 posix/tst-fexecve.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 aa70c9f195 Remove one explicit rule for monitor.o
new b7f54058d9 MIPS/LD: Add OpenBSD/mips64 support
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:
ld/ChangeLog | 5 +++++
ld/configure.tgt | 6 ++++++
2 files 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 glibc.
from eb375def3d Add benchtests for trunc and truncf.
new ca3a382ea3 Enable unwind info in libc-start.c and backtrace.c
new 7024d5446d Add expf trace
new a5dcc87e77 Add logf trace
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:
ChangeLog | 23 +
benchtests/Makefile | 2 +-
benchtests/expf-inputs | 2388 ++++++++++++++++++++++++++++++++++++++
benchtests/logf-inputs | 2888 ++++++++++++++++++++++++++++++++++++++++++++++
csu/Makefile | 3 +
debug/Makefile | 2 +-
sysdeps/aarch64/Makefile | 4 -
sysdeps/arm/Makefile | 9 -
sysdeps/i386/Makefile | 4 -
sysdeps/m68k/Makefile | 4 -
sysdeps/mips/Makefile | 4 -
sysdeps/nios2/Makefile | 4 -
sysdeps/sh/Makefile | 4 -
sysdeps/sparc/Makefile | 4 -
14 files changed, 5304 insertions(+), 39 deletions(-)
create mode 100644 benchtests/expf-inputs
create mode 100644 benchtests/logf-inputs
--
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_29-branch
in repository binutils-gdb.
from 8161f998b6 Import xtensa patches from the mainline sources to fix name [...]
new d1a6e7195b Fix spelling ypos in changelog entries
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/ChangeLog | 2 +-
ld/ChangeLog | 1 -
2 files changed, 1 insertion(+), 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 llvm.
from 031d34937fe [x86] regenerate checks; NFC
new 9ba154704ca [X86][SSE] Add 'redundant pand' test case from PR34620
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:
test/CodeGen/X86/combine-and.ll | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.