This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 5f10086ef TestStaticVariables still fails on Linux.
new cd1ec5420 Introduce FPR and Debug Registers/NetBSD/amd64 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:
.../Plugins/Process/NetBSD/NativeProcessNetBSD.cpp | 117 ++++--
.../Process/NetBSD/NativeRegisterContextNetBSD.cpp | 26 ++
.../Process/NetBSD/NativeRegisterContextNetBSD.h | 9 +
.../NetBSD/NativeRegisterContextNetBSD_x86_64.cpp | 460 ++++++++++++++++++++-
.../NetBSD/NativeRegisterContextNetBSD_x86_64.h | 25 +-
.../Plugins/Process/NetBSD/NativeThreadNetBSD.cpp | 71 +++-
source/Plugins/Process/NetBSD/NativeThreadNetBSD.h | 7 +
.../Plugins/Process/Utility/RegisterInfos_x86_64.h | 2 +-
8 files changed, 678 insertions(+), 39 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 615f6579bd0 [SampleProfile] Don't assert when printing the DebugLoc of [...]
new 51238028abb [ARM] GlobalISel: Add support for G_SUB
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/ARM/ARMInstructionSelector.cpp | 4 +
lib/Target/ARM/ARMLegalizerInfo.cpp | 5 +-
lib/Target/ARM/ARMRegisterBankInfo.cpp | 1 +
.../ARM/GlobalISel/arm-instruction-select.mir | 103 +++++++++++++++++++++
test/CodeGen/ARM/GlobalISel/arm-irtranslator.ll | 39 ++++++++
test/CodeGen/ARM/GlobalISel/arm-isel.ll | 27 ++++++
test/CodeGen/ARM/GlobalISel/arm-legalizer.mir | 78 ++++++++++++++++
test/CodeGen/ARM/GlobalISel/arm-regbankselect.mir | 82 ++++++++++++++++
8 files changed, 337 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 glibc.
from 46d8874d5b Assume that pipe2 is always available
new b48061e1a5 Assume that dup3 is available
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 | 14 ++++++++++++++
include/unistd.h | 2 --
libio/freopen.c | 29 +++--------------------------
libio/freopen64.c | 29 +++--------------------------
socket/Makefile | 2 +-
socket/have_sock_cloexec.c | 24 ------------------------
sysdeps/mach/hurd/kernel-features.h | 1 -
sysdeps/nacl/kernel-features.h | 1 -
sysdeps/unix/sysv/linux/kernel-features.h | 1 -
9 files changed, 21 insertions(+), 82 deletions(-)
delete mode 100644 socket/have_sock_cloexec.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 clang-tools-extra.
from 493f5e11 [clang-tidy] Add a clang-tidy check for possible inefficient [...]
new 65454a38 clang-tools-extra/test/clang-tidy/performance-inefficient-vec [...]
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/clang-tidy/performance-inefficient-vector-operation.cpp | 3 ++-
1 file changed, 2 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 glibc.
from 025b33ae84 malloc: Turn cfree into a compatibility symbol
new 46d8874d5b Assume that pipe2 is always available
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 ++++
include/unistd.h | 1 -
libio/iopopen.c | 80 ++++++++-----------------------
posix/wordexp.c | 32 ++-----------
socket/have_sock_cloexec.c | 4 --
sysdeps/unix/sysv/linux/kernel-features.h | 1 -
6 files changed, 32 insertions(+), 96 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 c3a1bd43f40 [SampleProfile] Skip intrinsic calls when visiting callsite [...]
new 615f6579bd0 [SampleProfile] Don't assert when printing the DebugLoc of [...]
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/IPO/SampleProfile.cpp | 6 ++++--
1 file changed, 4 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 gcc.
from 58a208660e3 PR c++/80241 - ICE with alignas pack expansion. * error.c [...]
new 60d8661c0f0 Fix incorrect results from std::boyer_moore_searcher
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:
libstdc++-v3/ChangeLog | 14 +++++++
libstdc++-v3/include/std/functional | 49 +++++++++++-----------
.../20_util/function_objects/searchers.cc | 45 ++++++++++++++++++--
3 files changed, 81 insertions(+), 27 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 4163ed68e2 [TableGen] Fix MSVC warning that occurs in TableGen generate [...]
new df381a38cf Fix one more 'not all control paths return a value' MSVC warning
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/Parse/ParsePragma.cpp | 2 ++
utils/TableGen/ClangAttrEmitter.cpp | 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 llvm.
from 0d04c2b2a9a Revert "[GlobalISel] Support vector-of-pointers in LLT"
new c3a1bd43f40 [SampleProfile] Skip intrinsic calls when visiting callsite [...]
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/IPO/SampleProfile.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.