This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from af552ba Implement P0599: 'noexcept for hash functions'. Fix a couple [...]
new 570f32c Can't test for noexcept on C++03; std::hash<nullptr_t> isn't [...]
new ad3680b Worked around GCC bug 56480. Explicit specialization in a dif [...]
new 46da6b8 Silence a couple of 'unused variable' warnings in c++03 tests [...]
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:
include/functional | 1 +
test/std/utilities/function.objects/unord.hash/pointer.pass.cpp | 3 +++
.../util.smartptr.shared.const/auto_ptr.pass.cpp | 1 +
.../util.smartptr.shared.const/unique_ptr.pass.cpp | 1 +
test/std/utilities/optional/optional.hash/hash.pass.cpp | 6 +++++-
test/std/utilities/variant/variant.hash/hash.pass.cpp | 6 +++++-
test/support/test_macros.h | 5 +++++
7 files changed, 21 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 llvm.
from a3bd80e [IR] Mark Use::getUser and Use::getImpliedUse as LLVM_READONLY.
new ba5e420 [IR] Use a binary search in DataLayout::getAlignmentInfo
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/DataLayout.h | 15 ++++++-
lib/IR/DataLayout.cpp | 105 +++++++++++++++++++------------------------
2 files changed, 60 insertions(+), 60 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 b67347f [ARM] Reduce code duplication by factoring out in a lambda. NFCI.
new a3bd80e [IR] Mark Use::getUser and Use::getImpliedUse as LLVM_READONLY.
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/Use.h | 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 lld.
from 83d0f60 Simplify. No functionality change intended.
new 746e52f [ELF] Allow references to reserved symbols in linker scripts
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:
ELF/Driver.cpp | 5 +++++
ELF/LinkerScript.cpp | 11 +++++++----
ELF/LinkerScript.h | 3 +++
test/ELF/linkerscript/symbol-reserved.s | 16 ++++++++++++++++
4 files changed, 31 insertions(+), 4 deletions(-)
create mode 100644 test/ELF/linkerscript/symbol-reserved.s
--
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 f6c9fbf Remove unnecessary local variable.
new 83d0f60 Simplify. No functionality change intended.
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:
ELF/Relocations.cpp | 12 ++++++------
1 file changed, 6 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 lld.
from 6f1fc64 Refine comment.
new f6c9fbf Remove unnecessary local variable.
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:
ELF/Relocations.cpp | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 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 bc27c2f [coroutines] Implement unhandled_exception changes.
new 4b1bd05 Fix issues in clang-format's AlignConsecutive modes.
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/Format/WhitespaceManager.cpp | 140 +++++++++++++++++++++++++++------------
lib/Format/WhitespaceManager.h | 8 +++
unittests/Format/FormatTest.cpp | 87 ++++++++++++++++++++++--
3 files changed, 187 insertions(+), 48 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 0309626 Address post-commit review comments regarding test_workarounds.h
new af552ba Implement P0599: 'noexcept for hash functions'. Fix a couple [...]
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/memory | 2 +-
include/optional | 2 +-
include/thread | 2 +-
include/variant | 2 +-
.../sequences/vector.bool/vector_bool.pass.cpp | 4 +-
.../syserr/syserr.hash/error_code.pass.cpp | 1 +
.../syserr/syserr.hash/error_condition.pass.cpp | 1 +
.../std/strings/basic.string.hash/strings.pass.cpp | 4 ++
.../string.view.hash/string_view.pass.cpp | 3 ++
.../thread.thread.id/thread_id.pass.cpp | 3 ++
.../function.objects/unord.hash/enum.pass.cpp | 1 +
.../function.objects/unord.hash/floating.pass.cpp | 3 ++
.../function.objects/unord.hash/integral.pass.cpp | 51 +++++++++++-----------
.../function.objects/unord.hash/pointer.pass.cpp | 13 ++++++
.../util.smartptr.hash/hash_unique_ptr.pass.cpp | 1 +
.../utilities/optional/optional.hash/hash.pass.cpp | 3 ++
.../template.bitset/bitset.hash/bitset.pass.cpp | 2 +
.../utilities/variant/variant.hash/hash.pass.cpp | 1 +
18 files changed, 69 insertions(+), 30 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 f20bf72 [codeview] Move type index remapping logic to type merger
new b67347f [ARM] Reduce code duplication by factoring out in a lambda. NFCI.
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/ARMSelectionDAGInfo.cpp | 27 +++++++++++----------------
1 file changed, 11 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 lld.
from 3afc1fb Fix Windows buildbots.
new 6f1fc64 Refine comment.
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:
ELF/DriverUtils.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.