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 407b4a57 [clang-tidy] When" -fno-exceptions is used", this warning is [...]
new c97778ff [clang-tidy] When" -fno-exceptions is used", this warning is [...]
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:
clang-tidy/misc/NoexceptMoveConstructorCheck.cpp | 2 +-
test/clang-tidy/misc-noexcept-move-constructor.cpp | 17 +++++++++++++----
2 files changed, 14 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 hjl/avx2/master
in repository glibc.
discards a212c75feb x86-64: Optimize strrchr/wcsrchr with AVX2
discards 26f067cc23 x86-64: Optimize memrchr with AVX2
discards ecdbc7ccff x86-64: Optimize strchr/strchrnul/wcschr with AVX2
discards 5dc77cb896 x86-64: Optimize strlen/strnlen/wcslen/wcsnlen with AVX2
discards d75aac429e x86-64: Optimize memchr/rawmemchr/wmemchr with SSE2/AVX2
discards 4505e0adca Add more tests for memchr
adds 44330b6d32 tunables: Clean up hooks to get and set tunables
adds ea9b0ecbf0 tunables: Add LD_HWCAP_MASK to tunables
adds 6482e63403 Add include guards to dl-procinfo.h
adds ff08fc59e3 tunables: Use glibc.tune.hwcap_mask tunable instead of _dl_h [...]
adds f82e9672ad aarch64: Allow overriding HWCAP_CPUID feature check using HW [...]
adds 511c5a1087 Make LD_HWCAP_MASK usable for static binaries
adds ea01a4da21 aarch64: Add hwcap string routines
adds fdc543919a Use test-driver in sysdeps/unix/sysv/linux/tst-clone2.c
adds 8f0a947cf5 Remove check for NULL buffer passed to `ptsname_r'
adds 2e87c7d158 x86-64: Fold ifunc-sse4_1.h into wcsnlen.c
new 9cfe9269ee Add more tests for memchr
new 665e0f8b98 x86-64: Optimize memchr/rawmemchr/wmemchr with SSE2/AVX2
new 0b91fdac0a x86-64: Optimize strlen/strnlen/wcslen/wcsnlen with AVX2
new 5d781e8284 x86-64: Optimize strchr/strchrnul/wcschr with AVX2
new 55d0aebebe x86-64: Optimize memrchr with AVX2
new 51671c431b x86-64: Optimize strrchr/wcsrchr with AVX2
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 (a212c75feb)
\
N -- N -- N refs/heads/hjl/avx2/master (51671c431b)
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 6 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 | 81 ++++++++++++++++++++++
README.tunables | 69 +++++++++++++++---
elf/Versions | 2 +-
elf/dl-cache.c | 5 +-
elf/dl-hwcaps.c | 11 ++-
sysdeps/posix/preadv64v2.c => elf/dl-hwcaps.h | 29 +++-----
elf/dl-support.c | 2 +
elf/dl-tunables.c | 58 ++++++++++------
elf/dl-tunables.h | 53 +++++++++-----
elf/dl-tunables.list | 7 ++
elf/rtld.c | 4 ++
login/tst-ptsname.c | 1 -
malloc/arena.c | 36 +++++-----
manual/tunables.texi | 23 ++++++
scripts/gen-tunables.awk | 1 +
sysdeps/generic/ldsodefs.h | 2 +
sysdeps/sparc/sparc32/dl-machine.h | 6 +-
sysdeps/unix/sysv/linux/aarch64/cpu-features.c | 10 +--
sysdeps/unix/sysv/linux/aarch64/dl-procinfo.c | 15 ++++
.../sysv/linux/aarch64}/dl-procinfo.h | 41 ++++++-----
sysdeps/unix/sysv/linux/i386/dl-procinfo.h | 3 +
sysdeps/unix/sysv/linux/ptsname.c | 6 --
sysdeps/unix/sysv/linux/s390/dl-procinfo.h | 3 +
sysdeps/unix/sysv/linux/tst-clone2.c | 7 +-
sysdeps/x86/cpu-features.c | 10 +--
25 files changed, 356 insertions(+), 129 deletions(-)
copy sysdeps/posix/preadv64v2.c => elf/dl-hwcaps.h (67%)
copy sysdeps/{sparc => unix/sysv/linux/aarch64}/dl-procinfo.h (63%)
--
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 5478cb77d15 gcc/ChangeLog:
new da31e631113 gcc/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:
gcc/ChangeLog | 18 ++++++++++++++++
gcc/config/rs6000/rs6000-c.c | 12 +++++------
gcc/doc/extend.texi | 13 +++++++-----
gcc/testsuite/ChangeLog | 3 +++
gcc/testsuite/gcc.target/powerpc/builtins-3.c | 30 ++++++++++++++-------------
5 files changed, 51 insertions(+), 25 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 53522e6bb Add BinaryFormat to lld libraries
new 1e1364d6d Convert an use of OutputSections to OutputSectionCommands.
new 8d5411b87 Move clearOutputSections earlier. 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/Relocations.cpp | 13 ++++++++-----
ELF/Relocations.h | 8 +++++---
ELF/Writer.cpp | 5 ++---
3 files changed, 15 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 gcc.
from 5de219ff846 gcc/ChangeLog:
new 5478cb77d15 gcc/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:
gcc/ChangeLog | 6 ++++++
gcc/config/rs6000/altivec.md | 6 +++---
2 files changed, 9 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 glibc.
from cf2046ec7d float128: Add strfromf128
new 5e1122827a x86-64: Rename wmemset.h to ifunc-wmemset.h
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 | 10 ++++++++++
sysdeps/x86_64/multiarch/ifunc-impl-list.c | 4 ++--
sysdeps/x86_64/multiarch/{wmemset.h => ifunc-wmemset.h} | 0
sysdeps/x86_64/multiarch/wmemset.c | 2 +-
sysdeps/x86_64/multiarch/wmemset_chk.c | 2 +-
5 files changed, 14 insertions(+), 4 deletions(-)
rename sysdeps/x86_64/multiarch/{wmemset.h => ifunc-wmemset.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 master
in repository gcc.
from adde9111016 runtime: support ia64 in lfstack
new c2872e55adb doc: update x86 -mcx16 option description
new 5de219ff846 gcc/ChangeLog:
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 | 9 +++++++++
gcc/config/rs6000/altivec.md | 4 ++--
gcc/doc/invoke.texi | 13 ++++++-------
3 files changed, 17 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 a2380ee70a Finish revert of "r304929, [mips] Add runtime options to ena [...]
new 410ea620fd [c++1z] Support deducing B in noexcept(B).
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/Sema/Sema.h | 4 +
lib/Sema/SemaTemplateDeduction.cpp | 116 +++++++++++++++------
lib/Sema/SemaTemplateInstantiate.cpp | 22 ++--
test/CXX/drs/dr13xx.cpp | 13 ++-
.../temp.deduct/temp.deduct.call/p4.cpp | 9 +-
test/SemaCXX/cxx1z-noexcept-function-type.cpp | 2 +-
test/SemaTemplate/temp_arg_type.cpp | 54 ++++++++++
7 files changed, 175 insertions(+), 45 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 6ed2765ff12 [SLP] Comment fix, NFC.
new 96e2a9955b7 GlobalsModRef: Ensure optnone+readonly/readnone attributes [...]
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/Analysis/GlobalsModRef.cpp | 13 +++++--------
unittests/Analysis/GlobalsModRefTest.cpp | 24 +++++++++++++++++++-----
2 files changed, 24 insertions(+), 13 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.