This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 15753b03821 IR: Skip -print-*-all after -print-*
new 9e49a81863c Add -allow-deprecated-dag-overlap to one of the experimenta [...]
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/CodeGen/WebAssembly/exception.ll | 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 c7ab0aef11 Implement IPv6 support for GDB/gdbserver
new 639eff9357 Automatic date update in version.in
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:
bfd/version.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 gdb-8.2-branch
in repository binutils-gdb.
from 49b000dc56 GDB: Work around D;PID handling bug in older GDBservers (PR [...]
new 74820da1cb Automatic date update in version.in
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:
bfd/version.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 binutils-2_31-branch
in repository binutils-gdb.
from 82f3215583 xtensa: don't emit dynamic relocation for weak undefined symbol
new e87681ac38 Automatic date update in version.in
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:
bfd/version.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 binutils-gdb.
from 4c7333b308 GDB: Work around D;PID handling bug in older GDBservers (PR [...]
new c7ab0aef11 Implement IPv6 support for GDB/gdbserver
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 | 23 ++
gdb/Makefile.in | 3 +
gdb/NEWS | 4 +
gdb/common/netstuff.c | 155 +++++++++++
gdb/common/netstuff.h | 76 ++++++
gdb/doc/ChangeLog | 8 +
gdb/doc/gdb.texinfo | 51 +++-
gdb/gdbserver/ChangeLog | 19 ++
gdb/gdbserver/Makefile.in | 3 +
gdb/gdbserver/gdbreplay.c | 129 ++++++---
gdb/gdbserver/remote-utils.c | 119 ++++++---
gdb/ser-tcp.c | 296 ++++++++++++---------
gdb/testsuite/ChangeLog | 20 ++
gdb/testsuite/README | 14 +
gdb/testsuite/boards/native-extended-gdbserver.exp | 2 -
gdb/testsuite/boards/native-gdbserver.exp | 1 -
.../gdb.server/run-without-local-binary.exp | 2 +-
gdb/testsuite/gdb.server/server-connect.exp | 111 ++++++++
gdb/testsuite/lib/gdbserver-support.exp | 28 +-
gdb/unittests/parse-connection-spec-selftests.c | 249 +++++++++++++++++
20 files changed, 1116 insertions(+), 197 deletions(-)
create mode 100644 gdb/common/netstuff.c
create mode 100644 gdb/common/netstuff.h
create mode 100644 gdb/testsuite/gdb.server/server-connect.exp
create mode 100644 gdb/unittests/parse-connection-spec-selftests.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 llvm.
from 99a2c222c24 [LoopIdiomRecognize] Don't convert a do while loop to ctlz.
new 87c3b54a362 [CodeGen] Emit more precise AssertZext/AssertSext nodes.
new 15753b03821 IR: Skip -print-*-all after -print-*
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:
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 33 ++++++------------------
lib/IR/IRPrintingPasses.cpp | 6 ++---
lib/Target/Hexagon/HexagonISelLowering.cpp | 2 +-
test/CodeGen/AMDGPU/frame-index-elimination.ll | 2 +-
test/CodeGen/Thumb/i8-phi-ext.ll | 21 +++++++++++++++
test/CodeGen/X86/pr32282.ll | 2 +-
test/Other/printer.ll | 13 ++++++++++
7 files changed, 48 insertions(+), 31 deletions(-)
create mode 100644 test/CodeGen/Thumb/i8-phi-ext.ll
create mode 100644 test/Other/printer.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 clang.
from e45150d3b1 os_log: When there are multiple privacy annotations in the f [...]
new ce51829da0 Fix deduction for conversion function templates converting t [...]
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/Sema/SemaTemplateDeduction.cpp | 33 +++++++++--
.../temp.deduct/temp.deduct.conv/p4.cpp | 68 ++++++++++++++++++++++
2 files changed, 97 insertions(+), 4 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 88709a3f4 Same reversed ifdef happened twice. Test fix only, NFC to the [...]
new 54238057d [libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LI [...]
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/DesignDocs/VisibilityMacros.rst | 8 +-
include/__bsd_locale_fallbacks.h | 22 ++--
include/__config | 16 +--
include/__locale | 168 ++++++++++++------------
include/__nullptr | 16 +--
include/any | 6 +-
include/cmath | 12 +-
include/codecvt | 36 +++---
include/exception | 4 +-
include/experimental/dynarray | 2 +-
include/experimental/filesystem | 12 +-
include/functional | 2 +-
include/future | 2 +-
include/initializer_list | 10 +-
include/ios | 34 ++---
include/locale | 176 +++++++++++++-------------
include/math.h | 24 ++--
include/memory | 6 +-
include/new | 2 +-
include/ostream | 4 +-
include/regex | 2 +-
include/stdexcept | 16 +--
include/streambuf | 14 +-
include/support/android/locale_bionic.h | 12 +-
include/support/xlocale/__posix_l_fallback.h | 78 ++++++------
include/support/xlocale/__strtonum_fallback.h | 24 ++--
include/system_error | 48 +++----
include/typeinfo | 2 +-
include/vector | 2 +-
src/support/win32/thread_win32.cpp | 4 +-
30 files changed, 377 insertions(+), 387 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 lldb.
from d2f88ad31 [FileCheck] Add -allow-deprecated-dag-overlap to failing lldb tests
new b506d5b63 [windows] Fix out-of-memory failure in some of the tests
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:
.../Process/Windows/Common/ProcessWindows.cpp | 62 ++++++++++++++--------
1 file changed, 40 insertions(+), 22 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 gdb-8.2-branch
in repository binutils-gdb.
from 82e080dcf7 GDBserver: Fix "Cond. jump or move depends on uninit value" [...]
adds 1f01056036 GDBserver: Don't assume a current process in D;PID implement [...]
adds 49b000dc56 GDB: Work around D;PID handling bug in older GDBservers (PR [...]
No new revisions were added by this update.
Summary of changes:
gdb/ChangeLog | 6 ++++++
gdb/gdbserver/ChangeLog | 13 +++++++++++++
gdb/gdbserver/mem-break.c | 9 ++++-----
gdb/gdbserver/mem-break.h | 3 ++-
gdb/gdbserver/server.c | 39 +++++++++++++++++++++------------------
gdb/remote.c | 8 ++++++++
6 files changed, 54 insertions(+), 24 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.