This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from da5e0361d9 Add NT_PPC_PKEY from Linux 4.16 to elf.h.
new af7e376b00 Consolidate alphasort{64} and versionsort{64} implementation
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 | 23 ++++++++++++++++++++++
dirent/alphasort.c | 13 ++----------
dirent/alphasort64.c | 7 ++++---
dirent/versionsort.c | 12 ++---------
dirent/versionsort64.c | 7 ++++---
sysdeps/unix/sysv/linux/{i386 => }/alphasort64.c | 22 ++++++++++-----------
sysdeps/unix/sysv/linux/arm/alphasort64.c | 1 -
sysdeps/unix/sysv/linux/arm/versionsort64.c | 1 -
sysdeps/unix/sysv/linux/m68k/alphasort64.c | 1 -
sysdeps/unix/sysv/linux/m68k/versionsort64.c | 1 -
.../sysv/linux/powerpc/powerpc32/alphasort64.c | 3 +++
.../sysv/linux/powerpc/powerpc32/versionsort64.c | 3 +++
sysdeps/unix/sysv/linux/s390/s390-32/alphasort64.c | 1 -
.../unix/sysv/linux/s390/s390-32/versionsort64.c | 1 -
.../unix/sysv/linux/sparc/sparc32/alphasort64.c | 3 +++
.../unix/sysv/linux/sparc/sparc32/versionsort64.c | 3 +++
sysdeps/unix/sysv/linux/{i386 => }/versionsort64.c | 22 ++++++++++-----------
17 files changed, 69 insertions(+), 55 deletions(-)
rename sysdeps/unix/sysv/linux/{i386 => }/alphasort64.c (77%)
delete mode 100644 sysdeps/unix/sysv/linux/arm/alphasort64.c
delete mode 100644 sysdeps/unix/sysv/linux/arm/versionsort64.c
delete mode 100644 sysdeps/unix/sysv/linux/m68k/alphasort64.c
delete mode 100644 sysdeps/unix/sysv/linux/m68k/versionsort64.c
create mode 100644 sysdeps/unix/sysv/linux/powerpc/powerpc32/alphasort64.c
create mode 100644 sysdeps/unix/sysv/linux/powerpc/powerpc32/versionsort64.c
delete mode 100644 sysdeps/unix/sysv/linux/s390/s390-32/alphasort64.c
delete mode 100644 sysdeps/unix/sysv/linux/s390/s390-32/versionsort64.c
create mode 100644 sysdeps/unix/sysv/linux/sparc/sparc32/alphasort64.c
create mode 100644 sysdeps/unix/sysv/linux/sparc/sparc32/versionsort64.c
rename sysdeps/unix/sysv/linux/{i386 => }/versionsort64.c (77%)
--
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 33f699d233 [Docs] Regenerate command line documentation.
new af413420cd [AST] strcmp/memcmp always compares unsigned chars.
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/AST/ExprConstant.cpp | 14 ++++++++++++--
test/SemaCXX/constexpr-string.cpp | 13 +++++++++++++
2 files changed, 25 insertions(+), 2 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 libcxx.
from 3d3af7d26 Revert "[libcxx] implement <experimental/simd> declarations b [...]
new 52cd8e497 Re-commit r330627 "[libcxx] implement <experimental/simd> dec [...]
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/experimental/__config | 12 +
include/experimental/simd | 1285 ++++++++++++++++++++
include/module.modulemap | 4 +
test/libcxx/double_include.sh.cpp | 1 +
.../simd/simd.casts/simd_cast.pass.cpp | 40 +
.../simd/simd.casts/static_simd_cast.pass.cpp | 38 +
.../experimental/simd/simd.cons/broadcast.pass.cpp | 58 +
.../experimental/simd/simd.cons/generator.pass.cpp | 46 +
.../simd/simd.traits/abi_for_size.pass.cpp | 30 +
.../simd/simd.traits/is_abi_tag.pass.cpp | 115 ++
.../experimental/simd/simd.traits/is_simd.pass.cpp | 133 ++
.../simd/simd.traits/is_simd_flag_type.pass.cpp | 55 +
.../simd/simd.traits/is_simd_mask.pass.cpp | 133 ++
13 files changed, 1950 insertions(+)
create mode 100644 include/experimental/simd
create mode 100644 test/std/experimental/simd/simd.casts/simd_cast.pass.cpp
create mode 100644 test/std/experimental/simd/simd.casts/static_simd_cast.pass.cpp
create mode 100644 test/std/experimental/simd/simd.cons/broadcast.pass.cpp
create mode 100644 test/std/experimental/simd/simd.cons/generator.pass.cpp
create mode 100644 test/std/experimental/simd/simd.traits/abi_for_size.pass.cpp
create mode 100644 test/std/experimental/simd/simd.traits/is_abi_tag.pass.cpp
create mode 100644 test/std/experimental/simd/simd.traits/is_simd.pass.cpp
create mode 100644 test/std/experimental/simd/simd.traits/is_simd_flag_type.pass.cpp
create mode 100644 test/std/experimental/simd/simd.traits/is_simd_mask.pass.cpp
--
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 0597a753723 [X86] Remove unnecessary WriteLEA InstRW overrides.
new 99abef011d5 [LoopInterchange] Do not change LI for BBs in child loops.
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/Transforms/Scalar/LoopInterchange.cpp | 3 +++
1 file changed, 3 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 clang.
from 3b23d4365c [Sema] Add -Wno-self-assign-overloaded
new 33f699d233 [Docs] Regenerate command line documentation.
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/ClangCommandLineReference.rst | 14 ++++++++++++++
1 file changed, 14 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 clang.
from 8613325442 [OPENMP] Formatting and code improvement, NFC.
new 3b23d4365c [Sema] Add -Wno-self-assign-overloaded
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/ReleaseNotes.rst | 5 +++--
include/clang/Basic/DiagnosticGroups.td | 3 ++-
include/clang/Basic/DiagnosticSemaKinds.td | 5 ++++-
lib/Sema/SemaExpr.cpp | 15 ++++++++-------
test/SemaCXX/warn-self-assign-overloaded-disable.cpp | 18 ++++++++++++++++++
test/SemaCXX/warn-self-assign-overloaded.cpp | 6 ++++++
6 files changed, 41 insertions(+), 11 deletions(-)
create mode 100644 test/SemaCXX/warn-self-assign-overloaded-disable.cpp
--
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 compiler-rt.
from 012fe1ea6 Change kAllocatorSpace for powerpc64.
new 215a100a6 [libFuzzer] Add feature to not use AFL's deferred forkserver.
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/fuzzer/afl/afl_driver.cpp | 14 +++++++++++++-
1 file changed, 13 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 compiler-rt.
from de03413a6 [Sanitizer] Internal Printf string width + left-justify.
new 012fe1ea6 Change kAllocatorSpace for powerpc64.
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/asan/asan_allocator.h | 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 master
in repository llvm.
from 04273076b90 [DAGCombiner] Unfold scalar masked merge if profitable
new 0597a753723 [X86] Remove unnecessary WriteLEA InstRW overrides.
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/Target/X86/X86SchedBroadwell.td | 3 +--
lib/Target/X86/X86SchedHaswell.td | 3 +--
lib/Target/X86/X86SchedSandyBridge.td | 9 +--------
lib/Target/X86/X86SchedSkylakeClient.td | 3 +--
lib/Target/X86/X86SchedSkylakeServer.td | 3 +--
5 files changed, 5 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 gcc.
from 71ac98c7a7d Regenerate .pot files.
new 4ecf2a2a5c6 PR c++/69560 - wrong alignof(double) on x86.
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/cp/ChangeLog | 13 +++++++++++++
gcc/cp/cp-tree.h | 9 +++++++--
gcc/cp/decl.c | 4 ++--
gcc/cp/parser.c | 7 +++++--
gcc/cp/pt.c | 12 +++++++++---
gcc/cp/typeck.c | 19 ++++++++++++-------
gcc/testsuite/g++.dg/abi/align2.C | 5 +++++
libcc1/libcp1plugin.cc | 3 ++-
8 files changed, 55 insertions(+), 17 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/abi/align2.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.