This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 8c8df64 [ELF][MIPS] Produce a correct and complete set of MIPS ELF he [...]
new b6fa2c9 Unpollute the global namespace. lld edition.
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:
COFF/Librarian.cpp | 2 +-
ELF/MarkLive.cpp | 2 ++
ELF/SymbolListFile.cpp | 4 ++++
lib/Core/Error.cpp | 2 ++
4 files changed, 9 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 599a666 [ARM] Don't copy MCInsts in loop. NFC.
new 5cd1324 [X86][SSE] Regenerate SSE1 shuffle 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:
test/CodeGen/X86/vector-shuffle-sse1.ll | 4 ++--
1 file changed, 2 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 ccf01b4 * testsuite/lib/libstdc++.exp: Fix typo in comment.
new ec6e128 Update C++17 library status table
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 | 3 +++
libstdc++-v3/doc/html/manual/status.html | 4 ++--
libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 4 ++--
3 files changed, 7 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 llvm.
from a44f29c [Inliner] Use function_ref for functors which are never taken [...]
new 599a666 [ARM] Don't copy MCInsts in loop. NFC.
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/AsmParser/ARMAsmParser.cpp | 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 288badd [Sema] Make switch fully covered again.
new 70a62d3 [ASTReader] Use real move semantics instead of emulating them [...]
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/Serialization/ASTReaderDecl.cpp | 6 +++---
1 file changed, 3 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 llvm.
from fb0b339 [LoadCombine] Simplify code with a brace init. NFC.
new a44f29c [Inliner] Use function_ref for functors which are never taken [...]
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/Inliner.cpp | 10 +++++-----
1 file changed, 5 insertions(+), 5 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 gcc-6-branch
in repository gcc.
from e7f9221 Daily bump.
new 0078cf1 Fix naming, qualification and broken test for propagate_const
new 618d8f8 Change libstdc++ manual to refer to release not trunk
new 5e83016 Improve comments on check_v3_target_filesystem_ts
new fe516f1 Define __cpp_lib_generic_associative_lookup feature-test macro
new c0ee08a Define C++17 feature-test macros
new a187c25 libstdc++/70940 Start fixing polymorphic memory resources
new ede61b7 Fix std::wstring allocator tests
new 2f14121 Move allocator in RB tree move constructors
new a908699 Use correct value category in std::function constraint
The 9 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 | 82 ++++++++++++++++++++
libstdc++-v3/doc/html/manual/status.html | 17 ++---
libstdc++-v3/doc/xml/manual/status_cxx2011.xml | 3 +-
libstdc++-v3/doc/xml/manual/status_cxx2014.xml | 12 ++-
libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 3 +-
libstdc++-v3/include/bits/allocator.h | 2 +
libstdc++-v3/include/bits/stl_function.h | 1 -
libstdc++-v3/include/bits/stl_tree.h | 7 +-
libstdc++-v3/include/experimental/memory_resource | 18 ++---
libstdc++-v3/include/experimental/propagate_const | 26 +++----
libstdc++-v3/include/std/functional | 2 +-
libstdc++-v3/include/std/shared_mutex | 2 +-
libstdc++-v3/include/std/type_traits | 2 +-
.../20_util/function/{69222.cc => cons/refqual.cc} | 15 ++--
.../basic_string/allocator/wchar_t/copy.cc | 6 +-
.../basic_string/allocator/wchar_t/copy_assign.cc | 6 +-
.../basic_string/allocator/wchar_t/minimal.cc | 2 +-
.../basic_string/allocator/wchar_t/move.cc | 6 +-
.../basic_string/allocator/wchar_t/move_assign.cc | 6 +-
.../basic_string/allocator/wchar_t/noexcept.cc | 6 +-
.../basic_string/allocator/wchar_t/swap.cc | 6 +-
.../testsuite/23_containers/set/allocator/71964.cc | 71 ++++++++++++++++++
libstdc++-v3/testsuite/experimental/feat-cxx14.cc | 24 ++++--
.../1.cc | 43 +++++++----
.../null_memory_resource.cc} | 34 ++++++---
.../memory_resource/resource_adaptor.cc | 87 ++++++++++++++++++++++
.../experimental/propagate_const/cons/default.cc | 5 +-
libstdc++-v3/testsuite/lib/libstdc++.exp | 4 +-
28 files changed, 393 insertions(+), 105 deletions(-)
copy libstdc++-v3/testsuite/20_util/function/{69222.cc => cons/refqual.cc} (85%)
create mode 100644 libstdc++-v3/testsuite/23_containers/set/allocator/71964.cc
rename libstdc++-v3/testsuite/experimental/{type_erased_allocator => memory_resour [...]
rename libstdc++-v3/testsuite/experimental/{type_erased_allocator/1_neg.cc => memo [...]
create mode 100644 libstdc++-v3/testsuite/experimental/memory_resource/resource_ad [...]
--
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-5-branch
in repository gcc.
from b98bdd9 Daily bump.
new c6fd949 Improve comments on check_v3_target_filesystem_ts
new 3d4c2d8 Change libstdc++ manual to refer to release not trunk
new 2ade659 Fix construction of std::function from null pointer-to-member
new 0a316f3 Fix std::wstring allocator tests
new aecdbd3 Move allocator in RB tree move constructors
new f631126 Use correct value category in std::function constraint
The 6 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 | 51 ++++++++++++++++
libstdc++-v3/doc/html/manual/status.html | 6 +-
libstdc++-v3/doc/xml/manual/status_cxx2011.xml | 3 +-
libstdc++-v3/doc/xml/manual/status_cxx2014.xml | 3 +-
libstdc++-v3/include/bits/stl_tree.h | 3 +-
libstdc++-v3/include/std/functional | 10 +--
.../testsuite/20_util/function/cons/57465.cc | 24 ++++++--
.../20_util/function/{69222.cc => cons/refqual.cc} | 15 ++---
.../basic_string/allocator/wchar_t/copy.cc | 6 +-
.../basic_string/allocator/wchar_t/copy_assign.cc | 6 +-
.../basic_string/allocator/wchar_t/minimal.cc | 2 +-
.../basic_string/allocator/wchar_t/move.cc | 6 +-
.../basic_string/allocator/wchar_t/move_assign.cc | 6 +-
.../basic_string/allocator/wchar_t/noexcept.cc | 6 +-
.../basic_string/allocator/wchar_t/swap.cc | 6 +-
.../testsuite/23_containers/set/allocator/71964.cc | 71 ++++++++++++++++++++++
libstdc++-v3/testsuite/lib/libstdc++.exp | 4 +-
17 files changed, 183 insertions(+), 45 deletions(-)
copy libstdc++-v3/testsuite/20_util/function/{69222.cc => cons/refqual.cc} (85%)
create mode 100644 libstdc++-v3/testsuite/23_containers/set/allocator/71964.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 llvm.
from 0f888a7 [X86][SSE] Add 2 input shuffle support to matchBinaryVectorShuffle
new fb0b339 [LoadCombine] Simplify code with a brace init. NFC.
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/Scalar/LoadCombine.cpp | 5 +----
1 file changed, 1 insertion(+), 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 llvm.
from 284030a Move helpers into anonymous namespaces. NFC.
new 0f888a7 [X86][SSE] Add 2 input shuffle support to matchBinaryVectorShuffle
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/X86/X86ISelLowering.cpp | 32 ++++++++++++++++++++------------
1 file changed, 20 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.