This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_60
in repository lld.
from 20c4fe685 Add more items to lld 6.0 release note
new ffbe16215 Fix type in the Release Notes.
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 | 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 clang.
from cf3546e69e [CodeGen][DebugInfo] Refactor duplicated code, NFC
new 7fab66ed2f [DebugInfo] Support DWARF v5 source code embedding extension
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 | 4 ++++
include/clang/Driver/Options.td | 5 +++++
include/clang/Frontend/CodeGenOptions.def | 3 +++
lib/CodeGen/CGDebugInfo.cpp | 29 ++++++++++++++++++++++-----
lib/CodeGen/CGDebugInfo.h | 3 +++
lib/Driver/ToolChains/AMDGPU.h | 2 +-
lib/Driver/ToolChains/Clang.cpp | 12 +++++++++++
lib/Frontend/CompilerInvocation.cpp | 1 +
test/CodeGen/Inputs/debug-info-embed-source.c | 1 +
test/CodeGen/debug-info-embed-source.c | 5 +++++
test/Driver/amdgpu-toolchain.c | 2 +-
test/Driver/debug-options.c | 10 +++++++++
12 files changed, 70 insertions(+), 7 deletions(-)
create mode 100644 test/CodeGen/Inputs/debug-info-embed-source.c
create mode 100644 test/CodeGen/debug-info-embed-source.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 1516d0af245 [InstCombine] allow fdiv folds with less than fully 'fast' ops
new ca0bccecf59 AMDGPU/GlobalISel: Make f64 constants legal
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/AMDGPU/AMDGPULegalizerInfo.cpp | 1 +
.../AMDGPU/GlobalISel/legalize-constant.mir | 61 ++++++++++++++++++----
2 files changed, 52 insertions(+), 10 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 compiler-rt.
from 2c3261fe1 Skip two more ioctl interceptors for NetBSD
new fbef9e077 [scudo] Make some tests less Linux-y
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/scudo/double-free.cpp | 8 --------
test/scudo/memalign.c | 27 ++++++++++++++++++++++++---
test/scudo/mismatch.cpp | 24 ++++--------------------
test/scudo/realloc.cpp | 10 ++++++----
test/scudo/sizes.cpp | 18 +++++++++---------
5 files changed, 43 insertions(+), 44 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 3984c138a3d i386: Add TARGET_INDIRECT_BRANCH_REGISTER
new 5afa077fc6b PR c++/81589 - error with is_trivially_constructible
new 417a5ba0940 PR c++/84447 - ICE with deleted inherited ctor with default arg.
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/cp/ChangeLog | 5 +++++
gcc/cp/call.c | 22 +++++++++-------------
gcc/testsuite/g++.dg/cpp0x/inh-ctor31.C | 14 ++++++++++++++
.../g++.dg/ext/is_trivially_constructible6.C | 10 ++++++++++
4 files changed, 38 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/inh-ctor31.C
create mode 100644 gcc/testsuite/g++.dg/ext/is_trivially_constructible6.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 gcc-7-branch
in repository gcc.
from 08433a1561a PR rtl-optimization/83496 * reorg.c (steal_delay_list_fro [...]
new e917a230c62 PR libstdc++/84532 prevent unwrapping of reference_wrapper [...]
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 | 11 ++++++++
libstdc++-v3/include/std/thread | 15 +++++------
.../{promise/69106.cc => async/84532.cc} | 30 +++++++++++++---------
.../thread/{id/operators.cc => 84532.cc} | 28 ++++++++++----------
4 files changed, 50 insertions(+), 34 deletions(-)
copy libstdc++-v3/testsuite/30_threads/{promise/69106.cc => async/84532.cc} (65%)
copy libstdc++-v3/testsuite/30_threads/thread/{id/operators.cc => 84532.cc} (65%)
--
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 newlib.
from 4d7503524 Cygwin: fhandler_socket_unix: Tiny cleanup
new b995936ab Cygwin: sockets: Add missing cleanup if socket/socketpair cre [...]
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:
winsup/cygwin/net.cc | 7 ++++++-
1 file changed, 6 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 newlib.
from 5b6cbef9e doc/faq-using.xml: Add BeyondTrust and Cylance to BLODA
new 1e5e44a9a Cygwin: fhandler_socket: define socketpair as virtual function
new d35bd2299 Cygwin: sockets: move type and proto checks into fhandler_soc [...]
new 4d7503524 Cygwin: fhandler_socket_unix: Tiny cleanup
The 3 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:
winsup/cygwin/fhandler.h | 8 +++--
winsup/cygwin/fhandler_socket_inet.cc | 15 +++++++++
winsup/cygwin/fhandler_socket_local.cc | 26 +++++++++++++--
winsup/cygwin/fhandler_socket_unix.cc | 61 +++++++++++++++++-----------------
winsup/cygwin/net.cc | 31 ++---------------
5 files changed, 79 insertions(+), 62 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 binutils-gdb.
from 2ddeaf8a7d Handle DW_TAG_variant_part and DW_TAG_variant
new 6893c19a8b Make "bt N" print correct number of frames when using a fram [...]
new d4dd32824a Change frame_filter_flags to use DEF_ENUM_FLAGS_TYPE
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:
gdb/ChangeLog | 30 +++++++++++++++++++++++++++++
gdb/extension-priv.h | 3 ++-
gdb/extension.c | 3 ++-
gdb/extension.h | 18 +++++++++++------
gdb/mi/mi-cmd-stack.c | 11 ++++++-----
gdb/python/py-framefilter.c | 29 ++++++++++++++++++++++++++--
gdb/python/python-internal.h | 3 ++-
gdb/stack.c | 8 ++++++--
gdb/testsuite/ChangeLog | 5 +++++
gdb/testsuite/gdb.python/py-framefilter.exp | 2 +-
10 files changed, 93 insertions(+), 19 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.