This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 02e94f8 std:: quailfy the calls for cend/crend/cbegin/cend. Fixes bug 28927.
new 2d08bc9 Implement LWG 2148: Make non-enum default hash specialization [...]
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/functional | 18 +++++++---
.../function.objects/unord.hash/enum.pass.cpp | 7 ++--
.../function.objects/unord.hash/non_enum.pass.cpp | 38 ++++++++++++++++++++++
3 files changed, 54 insertions(+), 9 deletions(-)
create mode 100644 test/std/utilities/function.objects/unord.hash/non_enum.pass.cpp
--
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 9aa5ced GlobalISel: add tests forgotten in r278293.
new 006d0e7 [ADT] Move LLVM_ATTRIBUTE_UNUSED_RESULT to the function, othe [...]
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/ADT/ScopeExit.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 gcc.
from df5390a Implement C++17 constexpr if.
new 0f463ae * c-cppbuiltin.c (c_cpp_builtins): Define __cpp_if_constexpr.
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 | 4 ++++
gcc/c-family/c-cppbuiltin.c | 1 +
gcc/testsuite/g++.dg/cpp1z/feat-cxx1z.C | 6 ++++++
3 files changed, 11 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 llvm.
from be91a8e [LangRef] Fix formatting (no semantic change)
new 9aa5ced GlobalISel: add tests forgotten in r278293.
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/AArch64/GlobalISel/call-translator.ll | 53 ++++++++++++++++++++++
1 file changed, 53 insertions(+)
create mode 100644 test/CodeGen/AArch64/GlobalISel/call-translator.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 lld.
from 2bc88e3 [ELF] Support LLVM-style casting for OutputSectionBase<ELFT> [...]
new 5e07961 [lld][MachO] Fix LC_SEGEMENT[_64] filesize computation in -r mode.
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:
.../MachO/MachONormalizedFileBinaryWriter.cpp | 4 ++-
test/mach-o/lc_segment_filesize.yaml | 31 ++++++++++++++++++++++
2 files changed, 34 insertions(+), 1 deletion(-)
create mode 100644 test/mach-o/lc_segment_filesize.yaml
--
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 a79c569 [Documentation] Fix style and grammar mistake in Clang-tidy r [...]
new 425f7d5 [Documentation] Improve consistency.
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:
docs/ReleaseNotes.rst | 2 +-
docs/clang-rename.rst | 20 ++++++++++----------
docs/include-fixer.rst | 2 +-
3 files changed, 12 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 gdb-7.12-branch
in repository binutils-gdb.
from 9be00a7 Quiet ARI gettext checks
new 7c50acc Simplify remove_breakpoint interface
new bbbbef2 Introduce 'enum remove_bp_reason'
new aac9c62 Plumb enum remove_bp_reason all the way to target_remove_breakpoint
new 4dfacf7 Fix PR gdb/19187 (process record over a fork causes internal error)
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:
gdb/ChangeLog | 59 ++++++++++++++++++++++
gdb/break-catch-sig.c | 3 +-
gdb/break-catch-syscall.c | 2 +-
gdb/breakpoint.c | 70 +++++++++++++--------------
gdb/breakpoint.h | 14 +++++-
gdb/corelow.c | 12 ++++-
gdb/exec.c | 12 ++++-
gdb/mem-break.c | 3 +-
gdb/nto-procfs.c | 3 +-
gdb/record-btrace.c | 6 ++-
gdb/record-full.c | 15 ++++--
gdb/remote.c | 5 +-
gdb/target-debug.h | 2 +
gdb/target-delegates.c | 10 ++--
gdb/target.c | 5 +-
gdb/target.h | 9 ++--
gdb/testsuite/ChangeLog | 6 +++
gdb/testsuite/gdb.reverse/waitpid-reverse.exp | 4 +-
18 files changed, 176 insertions(+), 64 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 9746898 gcc/ChangeLog:
new df5390a Implement C++17 constexpr if.
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/cp/ChangeLog | 18 +++++++++
gcc/cp/cp-tree.h | 4 +-
gcc/cp/decl.c | 36 +++++++++++++++++-
gcc/cp/parser.c | 59 ++++++++++++++++++++++++++++--
gcc/cp/parser.h | 4 ++
gcc/cp/pt.c | 12 ++++--
gcc/cp/semantics.c | 11 +++++-
gcc/testsuite/g++.dg/cpp1z/constexpr-if1.C | 14 +++++++
gcc/testsuite/g++.dg/cpp1z/constexpr-if2.C | 15 ++++++++
gcc/testsuite/g++.dg/cpp1z/constexpr-if3.C | 13 +++++++
gcc/testsuite/g++.dg/cpp1z/constexpr-if4.C | 11 ++++++
gcc/testsuite/g++.dg/cpp1z/constexpr-if5.C | 14 +++++++
gcc/testsuite/g++.dg/cpp1z/constexpr-if6.C | 14 +++++++
gcc/testsuite/g++.dg/cpp1z/constexpr-if7.C | 14 +++++++
gcc/testsuite/g++.dg/cpp1z/constexpr-if8.C | 14 +++++++
gcc/testsuite/g++.dg/cpp1z/constexpr-if9.C | 11 ++++++
16 files changed, 253 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-if1.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-if2.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-if3.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-if4.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-if5.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-if6.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-if7.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-if8.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-if9.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 llvm.
from 4a0373d AMDGPU/SI: Implement amdgcn image intrinsics with sampler
new 3b3a95a GlobalISel: implement simple function calls on AArch64.
new be91a8e [LangRef] Fix formatting (no semantic change)
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:
docs/LangRef.rst | 9 +-
include/llvm/CodeGen/GlobalISel/CallLowering.h | 26 ++++-
lib/CodeGen/GlobalISel/IRTranslator.cpp | 21 +++-
lib/Target/AArch64/AArch64CallLowering.cpp | 149 +++++++++++++++++++------
lib/Target/AArch64/AArch64CallLowering.h | 22 +++-
lib/Target/AArch64/AArch64ISelLowering.cpp | 6 +
lib/Target/AArch64/AArch64ISelLowering.h | 3 +
lib/Target/AMDGPU/AMDGPUCallLowering.cpp | 2 +-
lib/Target/AMDGPU/AMDGPUCallLowering.h | 2 +-
9 files changed, 187 insertions(+), 53 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 32aebd6 test commit.
new 6043472 tsan: Remove __pointer_chk_guard@GLIBC_PRIVATE requirement fo [...]
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/tsan/rtl/tsan_platform_linux.cc | 7 ++++
lib/tsan/rtl/tsan_rtl_aarch64.S | 76 +++++++++++++++++++++++++++++++------
2 files changed, 71 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.