This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.25/master
in repository glibc.
from 46acbd0582 Fix TLS relocations against local symbols on powerpc32, spar [...]
new 8182ccd9b8 Don't use IFUNC resolver for longjmp or system in libpthread [...]
new 06e775f464 Fix s390 version of pt-longjmp.c
new 0e6f64d9d0 Add test for bug 21041
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 | 21 +++++++++++++++
nptl/Makefile | 6 +++--
nptl/pt-longjmp.c | 31 +++++++---------------
nptl/pt-system.c | 24 ++++++-----------
.../lcong48.c => nptl/tst-compat-forwarder-mod.c | 10 ++++---
.../tst-compat-forwarder.c | 23 +++++++---------
sysdeps/unix/sysv/linux/s390/pt-longjmp.c | 4 +--
7 files changed, 61 insertions(+), 58 deletions(-)
copy stdlib/lcong48.c => nptl/tst-compat-forwarder-mod.c (77%)
copy math/test-fe-snans-always-signal.c => nptl/tst-compat-forwarder.c (67%)
--
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 d35da7d92b5 Avoid unecessary opsize byte in segment move to memory
new 8bf63c01327 [X86] Add BITALG, VAES, VBMI2, VNNI, VPCLMULQDQ, and VPOPCN [...]
new bc4487d11b3 [X86] Allow vpclmulqdq instructions to be commuted during i [...]
new c3a6d30355b [Hexagon] Make sure that RDF does not remove EH_LABELs
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:
lib/Target/Hexagon/RDFDeadCode.cpp | 3 +-
lib/Target/X86/X86.td | 8 +++-
lib/Target/X86/X86InstrSSE.td | 75 +++++++++++++++----------------
test/CodeGen/Hexagon/rdf-ehlabel-live.mir | 17 +++++++
test/CodeGen/X86/commute-clmul.ll | 5 ++-
5 files changed, 65 insertions(+), 43 deletions(-)
create mode 100644 test/CodeGen/Hexagon/rdf-ehlabel-live.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 release/2.26/master
in repository glibc.
from 6850e9c6ba powerpc: Replace lxvd2x/stxvd2x with lvx/stvx in P7's memcpy [...]
new 88758c4ad3 Don't use IFUNC resolver for longjmp or system in libpthread [...]
new 4db8f362c1 Fix s390 version of pt-longjmp.c
new 71170eba2a Add test for bug 21041
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 | 21 +++++++++++++++
nptl/Makefile | 6 +++--
nptl/pt-longjmp.c | 31 +++++++---------------
nptl/pt-system.c | 24 ++++++-----------
.../lcong48.c => nptl/tst-compat-forwarder-mod.c | 10 ++++---
.../tst-compat-forwarder.c | 23 +++++++---------
sysdeps/unix/sysv/linux/s390/pt-longjmp.c | 4 +--
7 files changed, 61 insertions(+), 58 deletions(-)
copy stdlib/lcong48.c => nptl/tst-compat-forwarder-mod.c (77%)
copy math/test-fe-snans-always-signal.c => nptl/tst-compat-forwarder.c (67%)
--
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 5967b28b462 Add quotes for constexpr keyword.
new 1032f688a0f * config/i386/i386-opts.h (enum prefer_vector_width): Adde [...]
new 0c45740b611 PR tree-optimization/82945 - add warning for passing non-st [...]
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/ChangeLog | 33 ++
gcc/builtins.c | 5 +
gcc/calls.c | 208 +++++++++
gcc/calls.h | 2 +
gcc/config/i386/i386-opts.h | 7 +
gcc/config/i386/i386.c | 16 +-
gcc/config/i386/i386.h | 5 +
gcc/config/i386/i386.opt | 28 +-
gcc/doc/extend.texi | 25 +-
gcc/doc/invoke.texi | 24 +-
gcc/gimple-fold.c | 108 +++--
gcc/testsuite/ChangeLog | 17 +
.../c-c++-common/Wstringop-truncation-2.c | 105 +++++
gcc/testsuite/c-c++-common/Wstringop-truncation.c | 20 +-
gcc/testsuite/c-c++-common/attr-nonstring-2.c | 3 +-
gcc/testsuite/c-c++-common/attr-nonstring-3.c | 474 +++++++++++++++++++++
gcc/testsuite/g++.dg/ext/pr57362.C | 4 +-
.../i386/avx512f-constant-float-return.c | 2 +-
gcc/testsuite/gcc.target/i386/avx512f-prefer.c | 2 +-
gcc/testsuite/gcc.target/i386/pr82460-2.c | 2 +-
gcc/tree-ssa-strlen.c | 122 +++---
21 files changed, 1065 insertions(+), 147 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/Wstringop-truncation-2.c
create mode 100644 gcc/testsuite/c-c++-common/attr-nonstring-3.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 glibc.
from 8beba15d53 S390: Add cfi information for start routines in order to sto [...]
new a3aaa59816 nptl: Add workaround for ASSERT_PTHREAD_INTERNAL_SIZE with GCC 4.9
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 | 5 +++++
nptl/pthreadP.h | 2 +-
2 files changed, 6 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 clang-tools-extra.
from 7d228225 [clangd] use u8 strings in tests to avoid problems on windows
new 777832c4 [clangd] avoid divide by literal zero to satisfy msvc
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:
unittests/clangd/JSONExprTests.cpp | 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 llvm.
from 063a34cd40b [X86] Sort bits in getHostCPUFeatures again.
new d35da7d92b5 Avoid unecessary opsize byte in segment move to memory
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:
lib/Target/X86/MCTargetDesc/X86BaseInfo.h | 10 ++++++----
lib/Target/X86/X86InstrFormats.td | 8 +++++---
lib/Target/X86/X86InstrInfo.td | 4 ++--
lib/Target/X86/X86InstrSystem.td | 12 ++----------
lib/Target/X86/X86SchedSandyBridge.td | 2 +-
test/MC/Disassembler/X86/x86-16.txt | 4 ++--
test/MC/X86/x86-16.s | 12 ++++++------
test/MC/X86/x86-32.s | 12 ++++++------
test/MC/X86/x86-64.s | 4 ++--
9 files changed, 32 insertions(+), 36 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 clang.
from 5b67a0bae4 [Clang][OpenMP] New clang/libomptarget map interface: new fu [...]
new 8f491b9cec Add an AST matcher for hasDefaultArgument() to match on para [...]
new 781caf03bd The offsetof macro is intended to work with subobjects rathe [...]
new e590cad382 Avoid unecessary opsize byte in segment move to memory
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:
docs/LibASTMatchersReference.html | 9 +++++++++
include/clang/ASTMatchers/ASTMatchers.h | 11 +++++++++++
include/clang/Basic/DiagnosticSemaKinds.td | 3 ---
lib/ASTMatchers/Dynamic/Registry.cpp | 1 +
lib/Sema/SemaExpr.cpp | 10 +---------
test/CXX/drs/dr4xx.cpp | 8 ++++----
test/CodeGen/ms-inline-asm.c | 12 ++++++------
unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp | 7 +++++++
8 files changed, 39 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 clang-tools-extra.
from 98bc9cd7 [clangd] Add JSON tests with invalid unicode
new 7d228225 [clangd] use u8 strings in tests to avoid problems on windows
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:
unittests/clangd/JSONExprTests.cpp | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.