This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from bb6f9b5 [PGO] Create weak alias for the renamed Comdat function
new e936b22 Handle *_EXTEND_VECTOR_INREG during Integer Legalization
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/SelectionDAG/LegalizeIntegerTypes.cpp | 24 ++++
lib/CodeGen/SelectionDAG/LegalizeTypes.h | 1 +
test/CodeGen/X86/promote-vec3.ll | 137 ++++++++++++++++++++++
3 files changed, 162 insertions(+)
create mode 100644 test/CodeGen/X86/promote-vec3.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 lldb.
from caaad45 xfail TestReportData.py on i386
new 45fb8d0 Convert UniqueCStringMap to use StringRef.
new 38e0dfc disable TSAN tests on macOS i386
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:
include/lldb/Core/Stream.h | 2 +-
include/lldb/Core/UniqueCStringMap.h | 28 ++++-----
packages/Python/lldbsuite/test/decorators.py | 4 ++
source/Core/Stream.cpp | 10 ++--
source/Interpreter/OptionValueEnumeration.cpp | 13 ++--
source/Interpreter/OptionValueProperties.cpp | 13 ++--
.../Language/CPlusPlus/CPlusPlusLanguage.cpp | 18 +++---
source/Plugins/Language/ObjC/ObjCLanguage.cpp | 61 ++++++++++---------
source/Plugins/Language/ObjC/ObjCLanguage.h | 6 ++
.../BSD-Archive/ObjectContainerBSDArchive.cpp | 4 +-
.../SymbolFile/DWARF/DWARFASTParserClang.cpp | 14 ++---
source/Plugins/SymbolFile/DWARF/NameToDIE.cpp | 10 ++--
source/Plugins/SymbolFile/DWARF/NameToDIE.h | 2 +-
source/Symbol/ClangASTContext.cpp | 69 +++++++++++-----------
source/Symbol/GoASTContext.cpp | 34 +++++------
source/Symbol/Symtab.cpp | 44 +++++++-------
16 files changed, 176 insertions(+), 156 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 18a60c7 [modules] Be sure to emit local specializations of imported t [...]
new e99b50a [coroutines] Fix co_return statement for initializer list arguments
new ce105ac Add another .def file to module map to fix modules buildbot's [...]
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:
include/clang/module.modulemap | 1 +
lib/Sema/SemaCoroutine.cpp | 2 +-
test/SemaCXX/coroutines.cpp | 24 +++++++++++++++++++-----
3 files changed, 21 insertions(+), 6 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 adeca87 Implement P0258R2 - helper for C++17 std::has_unique_object [...]
new 47a4379 Make std::scoped_allocator_adaptor's OUTERMOST recursive
new ceab25e C++17 copy elision improvements.
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 | 13 ++++
gcc/cp/call.c | 38 +++++++--
gcc/cp/cp-tree.h | 1 +
gcc/cp/cvt.c | 27 ++++++-
gcc/cp/except.c | 2 +-
gcc/cp/init.c | 23 ++++--
gcc/cp/typeck.c | 2 +
gcc/doc/invoke.texi | 6 +-
gcc/testsuite/g++.dg/cpp0x/constexpr-ctor14a.C | 2 +-
gcc/testsuite/g++.dg/cpp0x/initlist9.C | 4 +-
gcc/testsuite/g++.dg/cpp0x/noexcept23.C | 7 +-
gcc/testsuite/g++.dg/cpp0x/noexcept24.C | 7 +-
gcc/testsuite/g++.dg/cpp1z/elide1.C | 9 +++
gcc/testsuite/g++.dg/init/copy3.C | 2 +-
gcc/testsuite/g++.dg/overload/arg3.C | 6 +-
gcc/testsuite/g++.dg/template/copy1.C | 6 +-
gcc/testsuite/g++.old-deja/g++.eh/ctor1.C | 6 +-
gcc/testsuite/g++.old-deja/g++.jason/temporary2.C | 4 +-
gcc/testsuite/g++.old-deja/g++.mike/p2431.C | 4 +-
gcc/testsuite/g++.old-deja/g++.pt/auto_ptr.C | 6 +-
libstdc++-v3/ChangeLog | 15 ++++
libstdc++-v3/doc/xml/manual/status_cxx2011.xml | 5 +-
libstdc++-v3/include/std/scoped_allocator | 52 ++++++++-----
.../testsuite/20_util/scoped_allocator/3.cc | 66 ++++++++++++++++
.../20_util/scoped_allocator/outermost.cc | 91 ++++++++++++++++++++++
25 files changed, 341 insertions(+), 63 deletions(-)
create mode 100644 libstdc++-v3/testsuite/20_util/scoped_allocator/3.cc
create mode 100644 libstdc++-v3/testsuite/20_util/scoped_allocator/outermost.cc
--
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 a105e6c xfail TestQueues on macOS
new caaad45 xfail TestReportData.py on i386
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:
packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py | 1 +
1 file changed, 1 insertion(+)
--
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 e2ffdce Fix GetDisplayName when only a demangled name is available
new a105e6c xfail TestQueues on macOS
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:
packages/Python/lldbsuite/test/macosx/queues/TestQueues.py | 1 +
1 file changed, 1 insertion(+)
--
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 fefb1a1 Fix PR77862 gcc/testsuite/ChangeLog:
new adeca87 Implement P0258R2 - helper for C++17 std::has_unique_object [...]
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/c-family/ChangeLog | 8 ++
gcc/c-family/c-common.c | 2 +
gcc/c-family/c-common.h | 3 +-
gcc/cp/ChangeLog | 21 +++
gcc/cp/cp-tree.h | 16 ++-
gcc/cp/cxx-pretty-print.c | 3 +
gcc/cp/parser.c | 6 +-
gcc/cp/semantics.c | 4 +
gcc/cp/tree.c | 144 +++++++++++++++++++++
gcc/testsuite/ChangeLog | 5 +
.../g++.dg/cpp1z/has-unique-obj-representations1.C | 47 +++++++
.../g++.dg/cpp1z/has-unique-obj-representations2.C | 8 ++
12 files changed, 264 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/has-unique-obj-representations1.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/has-unique-obj-representations2.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 ddb6d63 gdb: Remove some C compiler support leftovers
new 1fb7708 Consolidate API of target_supports_multi_process
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 | 8 ++++++++
gdb/gdbserver/ChangeLog | 7 +++++++
gdb/gdbserver/target.c | 9 +++++++++
gdb/gdbserver/target.h | 4 ----
gdb/target.c | 8 ++++++++
gdb/target.h | 6 ------
gdb/target/target.h | 5 +++++
7 files changed, 37 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 llvm.
from f978224 [X86] Preserve BasePtr for LEA64_32r
new bb6f9b5 [PGO] Create weak alias for the renamed Comdat function
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/Instrumentation/PGOInstrumentation.cpp | 4 ++++
test/Transforms/PGOProfile/comdat_rename.ll | 6 ++++++
2 files changed, 10 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 c702f5c xfail TestSBTypeTypeClass.py on macOS i386
new e2ffdce Fix GetDisplayName when only a demangled name 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:
source/Symbol/Function.cpp | 2 --
source/Symbol/Symbol.cpp | 2 --
2 files changed, 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.