This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/cet/setjmp
in repository glibc.
omits 0dec4e9591 x86: Add feature_1 to tcbhead_t [BZ #22563]
omits 243600b07e Linux/x86: Update cancel_jmp_buf to match __jmp_buf_tag [BZ #22563]
adds d89756ebe1 lt_LT locale: Base collation on copy "iso14651_t1" [BZ #22524]
adds d15e83c5f5 Fix ctanh (0 + i NaN), ctanh (0 + i Inf) (bug 22568, DR#471).
adds 9574c7b68d x86-64: Remove sysdeps/x86_64/fpu/s_sinf.S
adds 9d0ffa60ad x86-64: Add sinf with FMA
new 986d3051c3 Linux/x86: Update cancel_jmp_buf to match __jmp_buf_tag [BZ #22563]
new 68b40b4059 x86: Add feature_1 to tcbhead_t [BZ #22563]
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 (0dec4e9591)
\
N -- N -- N refs/heads/hjl/cet/setjmp (68b40b4059)
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 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 | 32 +
NEWS | 4 +-
.../types/__cancel_jmp_buf_tag.h | 16 +-
localedata/Makefile | 4 +-
localedata/locales/lt_LT | 2150 +-------------------
localedata/lt_LT.UTF-8.in | 37 +
math/libm-test-ctan.inc | 12 +-
math/libm-test-ctanh.inc | 12 +-
math/s_ctan_template.c | 5 +-
math/s_ctanh_template.c | 5 +-
nptl/Makefile | 3 +-
sysdeps/nptl/pthread.h | 7 +-
.../linux/x86/bits/types/__cancel_jmp_buf_tag.h | 17 +-
sysdeps/unix/sysv/linux/x86/pthread.h | 1165 -----------
sysdeps/x86_64/fpu/multiarch/Makefile | 5 +-
sysdeps/x86_64/fpu/multiarch/s_sinf-fma.c | 2 +
sysdeps/x86_64/fpu/multiarch/s_sinf-sse2.c | 2 +
.../fpu/multiarch/s_sinf.c} | 13 +-
sysdeps/x86_64/fpu/s_sinf.S | 559 -----
19 files changed, 223 insertions(+), 3827 deletions(-)
copy sysdeps/x86_64/multiarch/memrchr-sse2.S => bits/types/__cancel_jmp_buf_tag.h (78%)
create mode 100644 localedata/lt_LT.UTF-8.in
copy bits/uio_lim.h => sysdeps/unix/sysv/linux/x86/bits/types/__cancel_jmp_buf_tag [...]
delete mode 100644 sysdeps/unix/sysv/linux/x86/pthread.h
create mode 100644 sysdeps/x86_64/fpu/multiarch/s_sinf-fma.c
create mode 100644 sysdeps/x86_64/fpu/multiarch/s_sinf-sse2.c
copy sysdeps/{ieee754/float128/wcstof128_l.c => x86_64/fpu/multiarch/s_sinf.c} (76%)
delete mode 100644 sysdeps/x86_64/fpu/s_sinf.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 clang.
from 978d2c74ec [driver] Set the 'simulator' environment for Darwin when com [...]
new a962eebcb6 update hwasan 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:
docs/HardwareAssistedAddressSanitizerDesign.rst | 32 ++++++++++++++++++-------
1 file changed, 24 insertions(+), 8 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 cbe186c3f1 [Index] Add setPreprocessor member to IndexDataConsumer.
new 978d2c74ec [driver] Set the 'simulator' environment for Darwin when com [...]
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/clang/Driver/ToolChain.h | 4 +++-
lib/CodeGen/CGObjCMac.cpp | 5 +----
lib/Driver/ToolChain.cpp | 6 ++++++
lib/Driver/ToolChains/Darwin.cpp | 8 --------
lib/Driver/ToolChains/Darwin.h | 3 +++
lib/Frontend/InitPreprocessor.cpp | 5 +++++
test/Driver/darwin-sdkroot.c | 2 +-
test/Driver/darwin-simulator-macro.c | 7 +++----
test/Driver/darwin-version.c | 16 ++++++++--------
test/Driver/fsanitize.c | 8 ++++----
10 files changed, 34 insertions(+), 30 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 96f87452 [CMake] Use PRIVATE in target_link_libraries for fuzzers.
new e95f20d0 [clangd-fuzzer] Update contruction of LSPServer.
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:
clangd/fuzzer/ClangdFuzzer.cpp | 5 ++++-
1 file changed, 4 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 lld.
from 45660674a Avoid using a temporary std::vector.
new d6993dd54 Simplify .gnu.hash writing. NFC.
new fff66bd6f Further simplify .gnu.hash writing. NFC.
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:
ELF/SyntheticSections.cpp | 27 +++++++++++----------------
1 file changed, 11 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 master
in repository lldb.
from 8e084e23f [SBBreakpointOptionCommon] Give this class an explicit destructor.
new e7a9841d9 Disable warnings related to anonymous types in the ObjC plugin
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:
cmake/modules/AddLLDB.cmake | 7 ++++++-
cmake/modules/LLDBConfig.cmake | 6 ++++++
source/Plugins/Language/ObjC/CMakeLists.txt | 12 ++++++++++++
3 files changed, 24 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 lld.
from 5429baac6 Fix the test from r320056 on Windows
new 45660674a Avoid using a temporary std::vector.
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:
ELF/SyntheticSections.cpp | 30 +++++++++++++++---------------
1 file changed, 15 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 topic/ansification
in repository newlib.
discards 38176ee46 ansification: remove ansidecl.h from makedoc
discards 800d9244a ansification: fix makedoc for ANSI C
discards 3b75404fc ansification: remove _HAVE_STDC
discards 973e3bd1d ansification: remove _EXFUN, _EXFUN_NOTHROW
discards 7b1d0c7af ansification: remove _EXFNPTR, _EXPARM
discards f37174b77 ansification: remove _DEFUN
discards 9786f93c4 ansification: remove _VOLATILE, _SIGNED
discards 6b3ff8720 ansification: remove _VOID
discards 77a09966a ansification: remove _DEFUN_VOID
discards 48901332a ansification: remove _CAST_VOID
discards a73d97c02 ansification: remove _PTR
discards a86da721f ansification: remove _VOID_PTR
discards 08dc2381e ansification: remove _PARAMS
discards 06f871cc2 ansification: remove _NOARGS
discards c3a15c6b0 ansification: remove _DOTS
discards 99f916865 ansification: remove _CONST
discards 63bdba063 ansification: remove _AND
adds 8f7c712bb ssp: add Object Size Checking for wchar.h, part 1
adds 67e628fa3 newlib: vfwscanf: fix negation bug in %[ conversion
adds 3476c8c86 cygwin: doc: cleanup cygutils info
adds c006fd459 makedoc: make errors visible
adds 06bd0ecc8 makedoc: exit with non-zero status on error
new 9dc6e4e74 ansification: remove _AND
new 8792dcb98 ansification: remove _CONST
new b5823bad4 ansification: remove _DOTS
new 6597cd682 ansification: remove _NOARGS
new cc9fe48aa ansification: remove _PARAMS
new d2db061a4 ansification: remove _VOID_PTR
new 749fb95e5 ansification: remove _PTR
new 810f4d369 ansification: remove _CAST_VOID
new 552ec45d5 ansification: remove _DEFUN_VOID
new 068955103 ansification: remove _VOID
new ef4f4dcc7 ansification: remove _VOLATILE, _SIGNED
new 5e1e2e685 ansification: remove _DEFUN
new 91918a9e4 ansification: remove _EXFNPTR, _EXPARM
new 51be3f791 ansification: remove _EXFUN, _EXFUN_NOTHROW
new 86f311a14 ansification: remove _HAVE_STDC
new 2f2c460c2 ansification: fix makedoc for ANSI C
new ea5b82255 ansification: remove ansidecl.h from makedoc
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 (38176ee46)
\
N -- N -- N refs/heads/topic/ansification (ea5b82255)
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 17 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:
newlib/Makefile.shared | 6 +-
newlib/doc/doc.str | 10 ++-
newlib/doc/makedoc.c | 67 +++------------
newlib/libc/argz/Makefile.in | 6 +-
newlib/libc/ctype/Makefile.in | 6 +-
newlib/libc/errno/Makefile.in | 6 +-
newlib/libc/iconv/Makefile.in | 6 +-
newlib/libc/iconv/ccs/Makefile.in | 6 +-
newlib/libc/iconv/ccs/binary/Makefile.in | 6 +-
newlib/libc/iconv/ces/Makefile.in | 6 +-
newlib/libc/iconv/lib/Makefile.in | 6 +-
newlib/libc/include/ssp/wchar.h | 97 ++++++++++++++++++++++
newlib/libc/include/wchar.h | 4 +
newlib/libc/locale/Makefile.in | 6 +-
newlib/libc/machine/i386/Makefile.in | 6 +-
newlib/libc/misc/Makefile.in | 6 +-
newlib/libc/posix/Makefile.in | 6 +-
newlib/libc/reent/Makefile.in | 6 +-
newlib/libc/search/Makefile.in | 6 +-
newlib/libc/signal/Makefile.in | 6 +-
newlib/libc/ssp/Makefile.in | 6 +-
newlib/libc/ssp/ssp.tex | 8 ++
newlib/libc/stdio/Makefile.in | 6 +-
newlib/libc/stdio/vfwscanf.c | 2 +-
newlib/libc/stdio64/Makefile.in | 6 +-
newlib/libc/stdlib/Makefile.in | 6 +-
newlib/libc/string/Makefile.in | 6 +-
newlib/libc/sys/linux/argp/Makefile.in | 6 +-
newlib/libc/sys/linux/cmath/Makefile.in | 6 +-
newlib/libc/sys/linux/dl/Makefile.in | 6 +-
newlib/libc/sys/linux/iconv/Makefile.in | 6 +-
newlib/libc/sys/linux/intl/Makefile.in | 6 +-
newlib/libc/sys/linux/linuxthreads/Makefile.in | 6 +-
.../linux/linuxthreads/machine/i386/Makefile.in | 6 +-
newlib/libc/sys/linux/machine/i386/Makefile.in | 6 +-
newlib/libc/sys/linux/net/Makefile.in | 6 +-
newlib/libc/syscalls/Makefile.in | 6 +-
newlib/libc/time/Makefile.in | 6 +-
newlib/libc/unix/Makefile.in | 6 +-
newlib/libc/xdr/Makefile.in | 6 +-
newlib/libm/common/Makefile.in | 6 +-
newlib/libm/complex/Makefile.in | 6 +-
newlib/libm/machine/aarch64/Makefile.in | 6 +-
newlib/libm/machine/arm/Makefile.in | 6 +-
newlib/libm/machine/i386/Makefile.in | 6 +-
newlib/libm/machine/nds32/Makefile.in | 6 +-
newlib/libm/machine/riscv/Makefile.in | 6 +-
newlib/libm/machine/spu/Makefile.in | 6 +-
newlib/libm/math/Makefile.in | 6 +-
newlib/libm/mathfp/Makefile.in | 6 +-
winsup/doc/effectively.xml | 39 ++-------
winsup/doc/faq-api.xml | 4 +-
winsup/doc/intro.xml | 7 +-
winsup/doc/textbinary.xml | 4 +-
54 files changed, 276 insertions(+), 230 deletions(-)
create mode 100644 newlib/libc/include/ssp/wchar.h
--
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 a880623024 Initialize target description early in IPA
new 23a8d1862b Fix build with g++ 6.3.1
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:
gdb/ChangeLog | 6 ++++++
gdb/target-descriptions.c | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.