This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 6cdc049a9 Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in std::unorder [...]
new 1ae14a374 Cleanup _LIBCPP_HAS_NO_<c++11-feature> in std::unordered_map [...]
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/unordered_map | 132 ++++++++-------------
test/std/containers/Emplaceable.h | 8 +-
.../unord.map/unord.map.cnstr/assign_init.pass.cpp | 6 +-
.../unord.map/unord.map.cnstr/assign_move.pass.cpp | 18 +--
.../unord/unord.map/unord.map.cnstr/init.pass.cpp | 8 +-
.../unord.map/unord.map.cnstr/init_size.pass.cpp | 6 +-
.../unord.map.cnstr/init_size_hash.pass.cpp | 6 +-
.../unord.map.cnstr/init_size_hash_equal.pass.cpp | 6 +-
.../init_size_hash_equal_allocator.pass.cpp | 6 +-
.../unord.map/unord.map.cnstr/move_alloc.pass.cpp | 6 +-
.../unord.map/unord.map.modifiers/emplace.pass.cpp | 6 +-
.../unord.map.modifiers/emplace_hint.pass.cpp | 22 +---
.../unord.map.modifiers/insert_init.pass.cpp | 6 +-
.../unord.multimap.cnstr/assign_init.pass.cpp | 6 +-
.../unord.multimap.cnstr/assign_move.pass.cpp | 18 +--
.../unord.multimap.cnstr/init.pass.cpp | 8 +-
.../unord.multimap.cnstr/init_size.pass.cpp | 6 +-
.../unord.multimap.cnstr/init_size_hash.pass.cpp | 6 +-
.../init_size_hash_equal.pass.cpp | 6 +-
.../init_size_hash_equal_allocator.pass.cpp | 6 +-
.../unord.multimap.cnstr/move_alloc.pass.cpp | 6 +-
.../unord.multimap.modifiers/emplace.pass.cpp | 6 +-
.../unord.multimap.modifiers/emplace_hint.pass.cpp | 22 +---
.../unord.multimap.modifiers/insert_init.pass.cpp | 6 +-
24 files changed, 98 insertions(+), 234 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 a8d1b917e Cleanup _LIBCPP_HAS_NO_<c++11-feature> for std::queue and std [...]
new 6cdc049a9 Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in std::unorder [...]
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/unordered_set | 130 ++++++++-------------
.../unord/unord.multiset/emplace.pass.cpp | 6 +-
.../unord/unord.multiset/emplace_hint.pass.cpp | 19 +--
.../unord.multiset/insert_hint_rvalue.pass.cpp | 25 +---
.../unord/unord.multiset/insert_init.pass.cpp | 6 +-
.../unord/unord.multiset/insert_rvalue.pass.cpp | 9 +-
.../unord.multiset.cnstr/assign_init.pass.cpp | 6 +-
.../unord.multiset.cnstr/assign_move.pass.cpp | 18 +--
.../unord.multiset.cnstr/init.pass.cpp | 8 +-
.../unord.multiset.cnstr/init_size.pass.cpp | 6 +-
.../unord.multiset.cnstr/init_size_hash.pass.cpp | 6 +-
.../init_size_hash_equal.pass.cpp | 6 +-
.../init_size_hash_equal_allocator.pass.cpp | 6 +-
.../unord.multiset.cnstr/move_alloc.pass.cpp | 6 +-
.../containers/unord/unord.set/emplace.pass.cpp | 6 +-
.../unord/unord.set/emplace_hint.pass.cpp | 19 +--
.../unord/unord.set/insert_hint_rvalue.pass.cpp | 25 +---
.../unord/unord.set/insert_init.pass.cpp | 6 +-
.../unord/unord.set/insert_rvalue.pass.cpp | 9 +-
.../unord.set/unord.set.cnstr/assign_init.pass.cpp | 6 +-
.../unord.set/unord.set.cnstr/assign_move.pass.cpp | 18 +--
.../unord/unord.set/unord.set.cnstr/init.pass.cpp | 8 +-
.../unord.set/unord.set.cnstr/init_size.pass.cpp | 6 +-
.../unord.set.cnstr/init_size_hash.pass.cpp | 6 +-
.../unord.set.cnstr/init_size_hash_equal.pass.cpp | 6 +-
.../init_size_hash_equal_allocator.pass.cpp | 6 +-
.../unord.set/unord.set.cnstr/move_alloc.pass.cpp | 6 +-
27 files changed, 104 insertions(+), 280 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 d56060f08a PR threads/20743: Don't attempt to suspend or resume exited [...]
new 010151c914 C++-ify gdb/xml-support.c a bit to eliminate cleanups
new a7fc9b6193 xml-support.c: Use std::vector
new 22796e972f More gdb::optional features
new d35d19584c gdb::optional unit tests
new bd8a901f9e xml-support.c: Use std::string for growing string buffer
new 4895cde297 gdb_xml_parser: make data fields private and make more funct [...]
new fdd243b001 Eliminate obstack_printf
The 7 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 | 146 +++++++++
gdb/Makefile.in | 6 +-
gdb/common/gdb_optional.h | 132 +++++++-
gdb/common/traits.h | 26 ++
gdb/tracefile-tfile.c | 14 +-
gdb/unittests/optional-selftests.c | 94 ++++++
gdb/unittests/optional/assignment/1.cc | 195 +++++++++++
gdb/unittests/optional/assignment/2.cc | 193 +++++++++++
gdb/unittests/optional/assignment/3.cc | 156 +++++++++
gdb/unittests/optional/assignment/4.cc | 156 +++++++++
gdb/unittests/optional/assignment/5.cc | 80 +++++
gdb/unittests/optional/assignment/6.cc | 90 +++++
gdb/unittests/optional/assignment/7.cc | 29 ++
gdb/unittests/optional/cons/copy.cc | 126 +++++++
gdb/unittests/optional/cons/default.cc | 58 ++++
gdb/unittests/optional/cons/move.cc | 124 +++++++
gdb/unittests/optional/cons/value.cc | 294 +++++++++++++++++
gdb/unittests/optional/in_place.cc | 65 ++++
gdb/unittests/optional/observers/1.cc | 31 ++
gdb/unittests/optional/observers/2.cc | 35 ++
gdb/xml-support.c | 577 ++++++++++++++++-----------------
gdb/xml-support.h | 36 +-
gdb/xml-tdesc.c | 81 ++---
gdb/xml-tdesc.h | 17 +-
24 files changed, 2352 insertions(+), 409 deletions(-)
create mode 100644 gdb/unittests/optional-selftests.c
create mode 100644 gdb/unittests/optional/assignment/1.cc
create mode 100644 gdb/unittests/optional/assignment/2.cc
create mode 100644 gdb/unittests/optional/assignment/3.cc
create mode 100644 gdb/unittests/optional/assignment/4.cc
create mode 100644 gdb/unittests/optional/assignment/5.cc
create mode 100644 gdb/unittests/optional/assignment/6.cc
create mode 100644 gdb/unittests/optional/assignment/7.cc
create mode 100644 gdb/unittests/optional/cons/copy.cc
create mode 100644 gdb/unittests/optional/cons/default.cc
create mode 100644 gdb/unittests/optional/cons/move.cc
create mode 100644 gdb/unittests/optional/cons/value.cc
create mode 100644 gdb/unittests/optional/in_place.cc
create mode 100644 gdb/unittests/optional/observers/1.cc
create mode 100644 gdb/unittests/optional/observers/2.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 129271c86a7 Fix crash in AttributeList::addAttributes, add test
new 2fdc2378175 [x86] add tests for potential andn optimization; 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:
test/CodeGen/X86/avx-logic.ll | 42 ++++++++++++++++++++++++++++++++++++++++--
1 file changed, 40 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 lldb.
from 476c8fca3 Include time.h, and fix a Darwin warning
new 1585507cf Define HAVE_SIGACTION to 1 in Xcode build
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/lldb/Host/Config.h | 2 ++
1 file changed, 2 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 lld.
from 5ee84ba4a [coff] use newlines instead of spaces as separators in msvclt [...]
new 3ba2ae795 [coff] fix test for msvclto
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/COFF/msvclto.ll | 3 ++-
1 file changed, 2 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 51ccb32245b Add a getPointerOperandType() helper to LoadInst and StoreI [...]
new 129271c86a7 Fix crash in AttributeList::addAttributes, add test
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/IR/Attributes.cpp | 3 +++
unittests/IR/AttributesTest.cpp | 9 +++++++++
2 files changed, 12 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 a5916ac84 Fix Windows bot failure
new 476c8fca3 Include time.h, and fix a Darwin warning
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/Host/common/MainLoop.cpp | 10 ++--------
1 file changed, 2 insertions(+), 8 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 a8fe21d79ae [MemoryBuiltins] Add isMallocOrCallocLikeFn so BasicAA can [...]
new 51ccb32245b Add a getPointerOperandType() helper to LoadInst and StoreI [...]
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/IR/Instructions.h | 6 ++++--
lib/Analysis/BasicAliasAnalysis.cpp | 10 ++++------
lib/Target/X86/X86ISelLowering.cpp | 2 +-
lib/Transforms/InstCombine/InstCombineCasts.cpp | 2 +-
lib/Transforms/Scalar/LoopLoadElimination.cpp | 3 +--
5 files changed, 11 insertions(+), 12 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 lld.
from ac71808e0 [ELF] - Add compress-debug-output-i386.s testcase.
new 5ee84ba4a [coff] use newlines instead of spaces as separators in msvclt [...]
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/Driver.cpp | 8 ++++----
COFF/DriverUtils.cpp | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.