This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from ac71c89 Add the new minidump plugin files to the Xcode project
new ca908d9 Remove a couple of old TODOs and don't make a new ConstString [...]
new 7dcca95 Remove usages of TimeValue from gdb-remote process plugin
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:
.../ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp | 27 ++---
.../gdb-server/PlatformRemoteGDBServer.cpp | 2 +-
.../Process/gdb-remote/GDBRemoteClientBase.cpp | 7 +-
.../Process/gdb-remote/GDBRemoteCommunication.cpp | 10 +-
.../Process/gdb-remote/GDBRemoteCommunication.h | 21 ++--
.../gdb-remote/GDBRemoteCommunicationClient.cpp | 114 ++++++++++-----------
.../gdb-remote/GDBRemoteCommunicationClient.h | 4 +-
.../GDBRemoteCommunicationServerLLGS.cpp | 1 -
.../Process/gdb-remote/ProcessGDBRemote.cpp | 18 ++--
.../GDBRemoteCommunicationClientTest.cpp | 47 ++++++++-
10 files changed, 145 insertions(+), 106 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 fdc221a [asan] Set the darwin deployment target for the dead-strip test
new 83f7c89 [ASan] Initialize cloned dynamic runtime global variables earlier
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_win_dynamic_runtime_thunk.cc | 17 ++++++++++++++---
1 file changed, 14 insertions(+), 3 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-tools-extra.
from 77fad70 [clang-tidy] Enhance modernize-make-unique to handle unique_p [...]
new 3c433d0 Add modernize-use-auto tests for casts inside macros
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:
.../modernize-use-auto-cast-remove-stars.cpp | 20 ++++++++++++++++++++
test/clang-tidy/modernize-use-auto-cast.cpp | 20 ++++++++++++++++++++
2 files changed, 40 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 d20bed3 Improve ".." handling in FileSpec normalization
new ac71c89 Add the new minidump plugin files to the Xcode project
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:
lldb.xcodeproj/project.pbxproj | 18 ++++++++++++++++++
1 file changed, 18 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 gcc.
from 547ca91 * dwarf2out.h (enum dw_val_class): Add dw_val_class_const_im [...]
new e7defe0 PR c++/78089 * parser.c (cp_parser_postfix_expression): Rep [...]
new 5f5452c PR c++/77886 * pt.c (tsubst_expr) <case CASE_LABEL_EXPR> Co [...]
new 2b028c8 * dwarf2out.c (dwarf_op): New function. (size_of_loc_descr) [...]
new f37ec10 * dwarf2out.c (dwarf_op): Renamed to ... (dwarf_OP): ... th [...]
The 4 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/ChangeLog | 43 ++-
gcc/cp/ChangeLog | 9 +-
gcc/cp/parser.c | 45 ++-
gcc/dwarf2out.c | 361 ++++++++++++++++++++-----
gcc/testsuite/ChangeLog | 11 +
gcc/testsuite/c-c++-common/builtin-shuffle-1.c | 22 ++
gcc/testsuite/g++.dg/cpp0x/addressof3.C | 9 +
7 files changed, 404 insertions(+), 96 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/builtin-shuffle-1.c
create mode 100644 gcc/testsuite/g++.dg/cpp0x/addressof3.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 binutils-gdb.
from 7e3d947 MIPS: Remove remains of legacy remote target support
new c507302 Remove IRIX 5 <sys/proc.h> _KMEMUSER workaround
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 | 7 +++++++
gdb/config.in | 4 ----
gdb/configure | 6 ------
gdb/configure.ac | 6 ------
4 files changed, 7 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 f6f44a1 PR c++/77948 * c.opt (fext-numeric-literals): Add Var and I [...]
new 6743ce6 Add tests for a const member and a reference member for laund [...]
new 547ca91 * dwarf2out.h (enum dw_val_class): Add dw_val_class_const_im [...]
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/ChangeLog | 27 ++
gcc/dwarf2out.c | 314 ++++++++++++++++++---
gcc/dwarf2out.h | 10 +-
gcc/testsuite/ChangeLog | 12 +
.../g++.dg/cpp1z/{launder1.C => launder3.C} | 29 +-
.../g++.dg/cpp1z/{launder1.C => launder4.C} | 31 +-
gcc/testsuite/g++.dg/cpp1z/launder5.C | 25 ++
gcc/testsuite/g++.dg/cpp1z/launder5.cc | 12 +
gcc/testsuite/g++.dg/cpp1z/launder5.h | 16 ++
gcc/testsuite/g++.dg/cpp1z/launder6.C | 24 ++
gcc/testsuite/g++.dg/cpp1z/launder6.cc | 14 +
gcc/testsuite/g++.dg/cpp1z/launder6.h | 16 ++
12 files changed, 441 insertions(+), 89 deletions(-)
copy gcc/testsuite/g++.dg/cpp1z/{launder1.C => launder3.C} (50%)
copy gcc/testsuite/g++.dg/cpp1z/{launder1.C => launder4.C} (53%)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/launder5.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/launder5.cc
create mode 100644 gcc/testsuite/g++.dg/cpp1z/launder5.h
create mode 100644 gcc/testsuite/g++.dg/cpp1z/launder6.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/launder6.cc
create mode 100644 gcc/testsuite/g++.dg/cpp1z/launder6.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.
Charles Baylis pushed a change to branch master
in repository toolchain/abe.
from 333a3a1 Cleanup: replace cd ${srcdir} && git .. with git -C ${srcdir} ..
new 47d63b4 Fix sysroot path when importing manifest.
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/globals.sh | 4 +---
1 file changed, 1 insertion(+), 3 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 d3f04d3 [lli] Don't strip away const qualifier. Unbreak the gcc6 build.
new 1a30f4b Modify DWARFFormValue to remember the DWARFUnit that it was d [...]
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/llvm/DebugInfo/DWARF/DWARFFormValue.h | 23 ++++++------
include/llvm/DebugInfo/DWARF/DWARFUnit.h | 4 ++
lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp | 2 +-
lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp | 10 ++---
lib/DebugInfo/DWARF/DWARFFormValue.cpp | 54 ++++++++++++++-------------
lib/DebugInfo/DWARF/DWARFTypeUnit.cpp | 2 +-
tools/dsymutil/DwarfLinker.cpp | 20 ++++------
7 files changed, 59 insertions(+), 56 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 7d991e7 [x86][inline-asm] Add support for curly brackets escape using [...]
new f021623 Use toCharUnitsFromBits instead of TargetInfo::getCharWidth
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/CodeGen/CGBuiltin.cpp | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.