This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository newlib.
from f641474cb RTEMS: Use int for _CLOCKID_T_
new 6d2f1d79a Cygwin: export hires counter ntod
new f6ce72e62 Cygwin: sys/socket.h: define MSG_CMSG_CLOEXEC
new c0df506b8 Cygwin: ntdll.h: Add some missing pipe-related definitions
new c50270023 Cygwin: AF_UNIX: initialize rmem/wmem to 256K and use in pipe [...]
new cabfef78e Cygwin: AF_UNIX: create/open pipes relativ to NPFS rootdir handle
new e2909e280 Cygwin: AF_UNIX: fix a couple of thinkos and typos
new 4cd57934b Cygwin: AF_UNIX: Implement listen, accept4, connect, and others
The 7 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:
winsup/cygwin/fhandler.h | 62 ++-
winsup/cygwin/fhandler_socket_unix.cc | 917 ++++++++++++++++++++++++++++++----
winsup/cygwin/globals.cc | 2 +
winsup/cygwin/hires.h | 1 +
winsup/cygwin/include/cygwin/socket.h | 3 +
winsup/cygwin/ntdll.h | 27 +-
6 files changed, 893 insertions(+), 119 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 46da5bf4f2 [clang-format] Improve detection of ObjC for-in statements
new 5f97f24294 TableGen: Give up on exact fixits for diagnostic groups
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/TableGen/anonymous-groups.td | 22 ++++++-----------
test/TableGen/tg-fixits.td | 24 ++++---------------
utils/TableGen/ClangDiagnosticsEmitter.cpp | 38 +++++-------------------------
3 files changed, 17 insertions(+), 67 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 glibc.
from 30a81dae5b aarch64: Optimized memcmp for medium to large sizes
new 4e54d91863 aarch64: Fix branch target to loop16
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 | 2 ++
sysdeps/aarch64/memcmp.S | 2 +-
2 files changed, 3 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.
from fa9132665b [X86] Fix typo in cpuid.h, bit_AVX51SER->bit_AVX512ER.
new 46da5bf4f2 [clang-format] Improve detection of ObjC for-in statements
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/Format/TokenAnnotator.cpp | 14 +++++++++++---
unittests/Format/FormatTest.cpp | 31 +++++++++++++++++++++++++++++++
unittests/Format/FormatTestObjC.cpp | 7 +++++++
3 files changed, 49 insertions(+), 3 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 3c992c643ca [ValueTracking] move helpers for SelectPatterns from InstCo [...]
new da57ded77c9 Refactor check for dllimport in the Verifier.
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/IR/Verifier.cpp | 17 ++++++-----------
test/Bitcode/compatibility.ll | 2 --
2 files changed, 6 insertions(+), 13 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 1493087f4 Remove redundant casts.
new dccbfb970 Improve duplicated version handling.
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/SymbolTable.cpp | 5 +++--
test/ELF/version-script.s | 9 ++++++---
2 files changed, 9 insertions(+), 5 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 751bada62c8 [Pipeliner] Test commit: fixed spelling mistake in comments
new 193fdf67307 [Asm] Fix another layering violation in assmebly macro dumping
new b3f3c6b474d [AArch64] define isExtractSubvectorCheap
new 3c992c643ca [ValueTracking] move helpers for SelectPatterns from InstCo [...]
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:
include/llvm/Analysis/ValueTracking.h | 17 ++++++-
lib/Analysis/ValueTracking.cpp | 24 +++++++++
lib/MC/MCAsmMacro.cpp | 2 +-
lib/Target/AArch64/AArch64ISelLowering.cpp | 8 +++
lib/Target/AArch64/AArch64ISelLowering.h | 5 ++
lib/Transforms/InstCombine/InstCombineSelect.cpp | 62 +++++-------------------
test/CodeGen/AArch64/aarch64-vuzp.ll | 4 --
test/CodeGen/AArch64/arm64-ext.ll | 13 -----
test/CodeGen/AArch64/neon-scalar-copy.ll | 8 +--
9 files changed, 68 insertions(+), 75 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 215e4069 [clang-tidy] Fix one corner case in make-unique check.
new 5383c119 [clangd] Don't end completion item labels with '::'
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/CodeComplete.cpp | 2 ++
test/clangd/protocol.test | 6 +++---
unittests/clangd/CodeCompleteTests.cpp | 12 ++++++++++++
3 files changed, 17 insertions(+), 3 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 2d74623e2e1 [AMDGPU] Fix lowering OpenCL enqueue_kernel
new 751bada62c8 [Pipeliner] Test commit: fixed spelling mistake in comments
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/CodeGen/MachinePipeliner.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 zack/remove-mode-bits
in repository glibc.
at eb30bec9e7 Remove __no_long_double / __ldbl_is_dbl.
This branch includes the following new commits:
new 4d1d3eb4da strfmon: use a flags argument, not __ldbl_is_dbl.
new 14f542c3e1 Add __vfscanf_internal and __vfwscanf_internal with flags ar [...]
new 6c5b7d899b Use SCANF_ISOC99_A instead of setting bits on the FILE.
new 7eab8d7681 Use SCANF_LDBL_IS_DBL instead of __no_long_double.
new cf2d7e75ec Introduce flags-taking internal versions of all v*printf variants.
new 08c818281a Add __vsyslog_internal, taking the same flags as __v*printf_ [...]
new eb30bec9e7 Remove __no_long_double / __ldbl_is_dbl.
The 7 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.