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 e2f46822 [clangd] Revert include path change in Dexp. NFC
new 81a87656 added fix
new abaecff2 [Fixed Point Arithmetic] Fix for clang-tools-extra warning
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:
clang-tidy/modernize/UseDefaultMemberInitCheck.cpp | 42 ++++++++++++++++++++++
1 file changed, 42 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 lldb.
from f187df0ae [lldbsuite] Disable Test128BitsInteger on Windows
new 7d3587ef7 [lldbsuite] Make the names of test classes unique
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:
.../lldbsuite/test/functionalities/gdb_remote_client/TestStopPCs.py | 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 binutils-gdb.
from bf2dd8d7cf BFD_INIT_MAGIC
new 933e62b1c1 Add Alan Hayward as AArch64/ARM GDB maintainer
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 | 5 +++++
gdb/MAINTAINERS | 4 ++++
2 files changed, 9 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 libcxx.
from 1b8e20047 Wrap up the new chrono literals in an #ifdef so that old vers [...]
new 689f6cd77 Mark a couple of test cases as 'C++17-only' pending the resol [...]
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:
.../utilities/variant/variant.variant/variant.status/index.pass.cpp | 4 +++-
.../variant.variant/variant.status/valueless_by_exception.pass.cpp | 4 +++-
2 files changed, 6 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 llvm.
from fcb831da6a9 [ADT] Fix a bug in DenseSet's initializer_list constructor.
new 0a2a30e517c [CodeExtractor] Erase debug intrinsics in outlined thunks ( [...]
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/Utils/CodeExtractor.cpp | 13 ++++++
.../HotColdSplit/split-out-dbg-val-of-arg.ll | 51 ++++++++++++++++++++++
2 files changed, 64 insertions(+)
create mode 100644 test/Transforms/HotColdSplit/split-out-dbg-val-of-arg.ll
--
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 620a5d4cb1 regex: simplify by using intprops.h
new bcdb1bfa0c Use single bits/sem.h for all architectures.
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 | 22 ++++++
sysdeps/unix/sysv/linux/Makefile | 2 +-
.../unix/sysv/linux/bits/{msq-pad.h => sem-pad.h} | 16 ++--
sysdeps/unix/sysv/linux/bits/sem.h | 29 ++++---
.../sysv/linux/hppa/bits/{msq-pad.h => sem-pad.h} | 10 +--
sysdeps/unix/sysv/linux/hppa/bits/sem.h | 92 ----------------------
.../sysv/linux/mips/bits/sem-pad.h} | 9 ++-
sysdeps/unix/sysv/linux/mips/bits/sem.h | 85 --------------------
.../linux/powerpc/bits/{msq-pad.h => sem-pad.h} | 10 +--
sysdeps/unix/sysv/linux/powerpc/bits/sem.h | 91 ---------------------
.../sysv/linux/sparc/bits/{msq-pad.h => sem-pad.h} | 10 +--
sysdeps/unix/sysv/linux/sparc/bits/sem.h | 92 ----------------------
.../sysv/linux/x86/bits/sem-pad.h} | 9 ++-
sysdeps/unix/sysv/linux/x86/bits/sem.h | 87 --------------------
14 files changed, 74 insertions(+), 490 deletions(-)
copy sysdeps/unix/sysv/linux/bits/{msq-pad.h => sem-pad.h} (67%)
copy sysdeps/unix/sysv/linux/hppa/bits/{msq-pad.h => sem-pad.h} (78%)
delete mode 100644 sysdeps/unix/sysv/linux/hppa/bits/sem.h
copy sysdeps/{x86_64/multiarch/wcscmp-sse2.S => unix/sysv/linux/mips/bits/sem-pad. [...]
delete mode 100644 sysdeps/unix/sysv/linux/mips/bits/sem.h
copy sysdeps/unix/sysv/linux/powerpc/bits/{msq-pad.h => sem-pad.h} (78%)
delete mode 100644 sysdeps/unix/sysv/linux/powerpc/bits/sem.h
copy sysdeps/unix/sysv/linux/sparc/bits/{msq-pad.h => sem-pad.h} (78%)
delete mode 100644 sysdeps/unix/sysv/linux/sparc/bits/sem.h
copy sysdeps/{x86_64/multiarch/wcscmp-sse2.S => unix/sysv/linux/x86/bits/sem-pad.h} (78%)
delete mode 100644 sysdeps/unix/sysv/linux/x86/bits/sem.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 lld.
from acd27440a [ELF][HEXAGON] Let input determine e_flag.
new fbbbd6922 [PPC64] Add split - stack support.
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/Arch/PPC64.cpp | 115 ++++++++++-
ELF/Arch/X86_64.cpp | 10 +-
ELF/Config.h | 1 +
ELF/Driver.cpp | 4 +
ELF/InputSection.cpp | 6 +-
ELF/Options.td | 6 +
ELF/Target.cpp | 5 +-
ELF/Target.h | 11 +-
test/ELF/Inputs/ppc64-no-split-stack.s | 8 +
test/ELF/ppc64-split-stack-adjust-fail.s | 53 +++++
test/ELF/ppc64-split-stack-adjust-overflow.s | 64 ++++++
test/ELF/ppc64-split-stack-adjust-size-success.s | 106 ++++++++++
.../ppc64-split-stack-prologue-adjust-success.s | 224 +++++++++++++++++++++
13 files changed, 601 insertions(+), 12 deletions(-)
create mode 100644 test/ELF/Inputs/ppc64-no-split-stack.s
create mode 100644 test/ELF/ppc64-split-stack-adjust-fail.s
create mode 100644 test/ELF/ppc64-split-stack-adjust-overflow.s
create mode 100644 test/ELF/ppc64-split-stack-adjust-size-success.s
create mode 100644 test/ELF/ppc64-split-stack-prologue-adjust-success.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 gcc.
from 9f44542199a [PR87563][AARCH64-SVE]: Don't keep ifcvt loop when COND_<OP [...]
new dba9e5c1a49 2018-10-15 Tobias Burnus <burnus(a)net-b.de>
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/inline_matmul_24.f90 | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.