This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 775c7af [AVX-512] Convert the rest of the masked shift by immediate a [...]
new 6847016 clang-format: Support ObjC selectors with unnamed parameters.
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/ContinuationIndenter.cpp | 5 +++++
lib/Format/TokenAnnotator.cpp | 37 ++++++++++++++++++++++++++++---------
unittests/Format/FormatTest.cpp | 20 ++++++++++++++++++++
3 files changed, 53 insertions(+), 9 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 5a77ad2 [analyzer] Update 'Automated' to 'Automatic' from r286694.
new 775c7af [AVX-512] Convert the rest of the masked shift by immediate a [...]
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/Basic/BuiltinsX86.def | 44 ++---
lib/Headers/avx512bwintrin.h | 178 +++++++++---------
lib/Headers/avx512fintrin.h | 347 ++++++++++++++++++------------------
lib/Headers/avx512vlintrin.h | 118 ++++++------
lib/Sema/SemaChecking.cpp | 11 --
test/CodeGen/avx512bw-builtins.c | 48 +++--
test/CodeGen/avx512f-builtins.c | 95 ++++++----
test/CodeGen/avx512vl-builtins.c | 32 ++--
8 files changed, 447 insertions(+), 426 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 2c6e963 [ELF] - Fixed comment. NFC.
new 278c3a4 [ELF] - Add support for locals list in version script.
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/Config.h | 1 +
ELF/LinkerScript.cpp | 24 ++++++++++++++-----
ELF/SymbolTable.cpp | 37 ++++++++++++++++++-----------
test/ELF/version-script-locals.s | 50 ++++++++++++++++++++++++++++++++++++++++
4 files changed, 92 insertions(+), 20 deletions(-)
create mode 100644 test/ELF/version-script-locals.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 lld.
from 96afeb1 Remove dead code.
new 2c6e963 [ELF] - Fixed 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:
lib/Core/Reproduce.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 gentoo/2.23
in repository glibc.
from b075014 configure: fix `test ==` usage
new 4a23855 Revert "sys/types.h: drop sys/sysmacros.h include"
new ab98aad math: don't clobber old libm.so on install [BZ #19822]
new ad0f8e970 Suppress GCC 6 warning about ambiguous 'else' with -Wparentheses
new 4152ba3 nss_db: Propagate ERANGE error if parse_line fails [BZ #19837]
new 3540bac getnameinfo: Do not preserve errno
new bdf9541 getnameinfo: Refactor and fix memory leak [BZ #19642]
new 98a00b7 getnameinfo: Reduce line length and add missing comments
new 09254da getnameinfo: Avoid calling strnlen on uninitialized buffer
new 4ebe634 getnameinfo: Return EAI_OVERFLOW in more cases [BZ #19787]
new efbeadd hesiod: Remove RCS keywords
new 0f9d26d hesiod: Always use thread-local resolver state [BZ #19573]
new 48148b3 hesiod: Avoid heap overflow in get_txt_records [BZ #20031]
new fae1b8d malloc: Remove NO_THREADS
new 57d20e7 Fix malloc threaded tests link on non-Linux
new e7758c5 malloc: Run fork handler as late as possible [BZ #19431]
The 15 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:
hesiod/Makefile | 2 +-
hesiod/hesiod.c | 89 +--
hesiod/hesiod.h | 34 +-
hesiod/hesiod_p.h | 26 +-
hesiod/nss_hesiod/hesiod-grp.c | 8 +-
hesiod/nss_hesiod/hesiod-init.c | 38 --
hesiod/nss_hesiod/hesiod-proto.c | 5 +-
hesiod/nss_hesiod/hesiod-pwd.c | 5 +-
hesiod/nss_hesiod/hesiod-service.c | 5 +-
hesiod/nss_hesiod/nss_hesiod.h | 20 -
inet/getnameinfo.c | 598 ++++++++++++---------
malloc/Makefile | 12 +-
malloc/arena.c | 61 +--
.../timer_getoverr.c => malloc/malloc-internal.h | 30 +-
malloc/malloc.c | 3 +-
malloc/tst-malloc-fork-deadlock.c | 220 ++++++++
manual/memory.texi | 8 -
math/Makefile | 3 +-
nis/nis_call.c | 20 +-
nss/nss_db/db-XXX.c | 4 +-
posix/sys/types.h | 3 +
stdlib/setenv.c | 26 +-
sysdeps/generic/malloc-machine.h | 19 -
sysdeps/mach/hurd/fork.c | 13 +
sysdeps/nptl/fork.c | 13 +-
25 files changed, 721 insertions(+), 544 deletions(-)
delete mode 100644 hesiod/nss_hesiod/hesiod-init.c
delete mode 100644 hesiod/nss_hesiod/nss_hesiod.h
copy sysdeps/unix/sysv/linux/timer_getoverr.c => malloc/malloc-internal.h (57%)
create mode 100644 malloc/tst-malloc-fork-deadlock.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 8a19d84 Automatic date update in version.in
new 6cb2202 sim: mips: add PR info to ChangeLog
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:
sim/mips/ChangeLog | 2 ++
1 file changed, 2 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 gdb-7.12-branch
in repository binutils-gdb.
from 61ecd1f Automatic date update in version.in
new 2e1825b sim: mips: add PR info to ChangeLog
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:
sim/mips/ChangeLog | 2 ++
1 file changed, 2 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 llvm.
from 328301f CODE_OWNERS: Take ownership of the X86 backend.
new 7fc9a56 [AVX-512] Add unmasked version of shift by immediate and shif [...]
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/IR/IntrinsicsX86.td | 70 ++++++
lib/Target/X86/X86IntrinsicsInfo.h | 22 ++
test/CodeGen/X86/avx512-intrinsics.ll | 410 ++++++++++++++++++++++++++++++++
test/CodeGen/X86/avx512bw-intrinsics.ll | 312 ++++++++++++++++++++++++
test/CodeGen/X86/avx512vl-intrinsics.ll | 144 +++++++++++
5 files changed, 958 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 llvm.
from ddd7d89 [AVX-512] Add support for lowering shuffles to VALIGND/VALIGNQ
new 328301f CODE_OWNERS: Take ownership of the X86 backend.
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:
CODE_OWNERS.TXT | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.