This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 044091b728 Revert r311442 (Fix templated type alias completion when usi [...]
new ff2cadec02 [mips] Rename getSupportedNanEncoding() to getIEEE754Standard()
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/Basic/Targets/Mips.h | 4 ++--
lib/Driver/ToolChains/Arch/Mips.cpp | 47 +++++++++++++++++++------------------
lib/Driver/ToolChains/Arch/Mips.h | 4 ++--
3 files changed, 28 insertions(+), 27 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 abb321130e6 [ARM][AArch64] v8.3-A Javascript Conversion
new 8cae86f0ef0 [ARM][AArch64] Add Armv8.3-a unittests
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/Support/TargetParserTest.cpp | 14 ++++++++++----
1 file changed, 10 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 hjl/pr21982/master
in repository glibc.
discards 350277b800 string/stratcliff.c: Replace int with size_t [BZ #21982]
adds 75dfe623df Fix position of tests-unsupported definition in assert/Makefile.
adds 80f91666fe Fix sparc32 bits/long-double.h (bug 21987).
adds a4d57b7947 math: Statically link tests of internal functionality
adds 8d2ec55329 Add hidden visibility to internal function prototypes
new f951e4aa92 string/stratcliff.c: Replace int with size_t [BZ #21982]
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (350277b800)
\
N -- N -- N refs/heads/hjl/pr21982/master (f951e4aa92)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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 | 30 +++++
assert/Makefile | 4 +-
include/libc-symbols.h | 16 ++-
math/Makefile | 13 +-
string/stratcliff.c | 138 ++++++++++++++-------
.../linux/sparc/{ => sparc32}/bits/long-double.h | 0
.../linux/sparc/{ => sparc64}/bits/long-double.h | 0
7 files changed, 144 insertions(+), 57 deletions(-)
copy sysdeps/unix/sysv/linux/sparc/{ => sparc32}/bits/long-double.h (100%)
rename sysdeps/unix/sysv/linux/sparc/{ => sparc64}/bits/long-double.h (100%)
--
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 ibm/2.26/master
in repository glibc.
from 63efe9a47f Let ld.so have flags DT_RPATH and DT_RUNPATH
adds dc258ce62a getaddrinfo: Release resolver context on error in gethosts [ [...]
adds 665ce88d68 i686/multiarch: Regenerate ulps
adds a4e5aa1a44 Fix the return type of the getentropy stub
adds 799859f663 x86-64: Use _dl_runtime_resolve_opt only with AVX512F [BZ #21871]
adds 82efa1ffd4 posix: Set p{read,write}v2 to return ENOTSUP (BZ#21780)
adds 302434688d nss: Call __resolv_context_put before early return in get*_r [...]
adds c55ad6452e malloc: Avoid optimizer warning with GCC 7 and -O3
adds 2aa1a7a8f8 assert: Suppress pedantic warning caused by statement expres [...]
adds 645b7635ba powerpc: Restrict xssqrtqp operands to Vector Registers (bug 21941)
adds c2921b17a3 Do not use __builtin_types_compatible_p in C++ mode (bug 21930)
adds 5e989c3693 Do not use generic selection in C++ mode
adds fb9a781e9d assert: Support types without operator== (int) [BZ #21972]
adds 3aeab55ee1 Add missing bug fixes to NEWS
new c9df582f3a Merge release/2.26/master into ibm/2.26/master
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 | 82 ++++++++++++++++++++++
NEWS | 13 ++++
assert/Makefile | 11 ++-
assert/assert.h | 18 +++--
assert/tst-assert-c++.cc | 78 ++++++++++++++++++++
.../strcmp-sse4_2.S => assert/tst-assert-g++.cc | 6 +-
malloc/malloc.c | 20 ++++--
math/math.h | 8 ++-
misc/sys/cdefs.h | 19 ++---
nss/getXXbyYY_r.c | 10 ++-
stdlib/getentropy.c | 2 +-
sysdeps/i386/i686/fpu/multiarch/libm-test-ulps | 14 ++--
sysdeps/posix/getaddrinfo.c | 2 +
sysdeps/posix/preadv2.c | 2 +-
sysdeps/posix/preadv64v2.c | 2 +-
sysdeps/posix/pwritev2.c | 2 +-
sysdeps/posix/pwritev64v2.c | 2 +-
sysdeps/powerpc/fpu/math_private.h | 2 +-
.../powerpc/powerpc64le/power9/fpu/e_sqrtf128.c | 2 +-
sysdeps/unix/sysv/linux/preadv2.c | 4 +-
sysdeps/unix/sysv/linux/preadv64v2.c | 4 +-
sysdeps/unix/sysv/linux/pwritev2.c | 4 +-
sysdeps/unix/sysv/linux/pwritev64v2.c | 4 +-
sysdeps/x86/cpu-features.c | 7 +-
24 files changed, 269 insertions(+), 49 deletions(-)
create mode 100644 assert/tst-assert-c++.cc
copy sysdeps/x86_64/multiarch/strcmp-sse4_2.S => assert/tst-assert-g++.cc (88%)
--
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 hjl/gmp
in repository glibc.
at 3478fe3a92 rshift.c: Replace assert with DEBUG and abort
This branch includes the following new commits:
new 3478fe3a92 rshift.c: Replace assert with DEBUG and abort
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.
--
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 80f91666fe Fix sparc32 bits/long-double.h (bug 21987).
new a4d57b7947 math: Statically link tests of internal functionality
new 8d2ec55329 Add hidden visibility to internal function prototypes
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:
ChangeLog | 17 +++++++++++++++++
include/libc-symbols.h | 16 ++++++++++++++--
math/Makefile | 13 +++++--------
3 files changed, 36 insertions(+), 10 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 hjl/pr18822
in repository glibc.
from 147f4263a5 Hide internal __gettextparse function [BZ #18822]
new 9756b67d83 Hide internal printf functions [BZ #18822/21986]
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/printf.h | 6 +++++-
stdio-common/printf_fp.c | 2 --
stdio-common/reg-printf.c | 2 ++
stdlib/strfmon_l.c | 9 +--------
4 files changed, 8 insertions(+), 11 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 lld.
from 92d7eb391 [ELF] - Make IR symbols be visible when doing relocatable link.
new da9da7dd5 [ELF] - Remove outdated comment. NFC.
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/ELF/dynamic-list.s | 4 ----
1 file changed, 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.