This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from fe5d2fc70b4 PR tree-optimization/87895 * omp-simd-clone.c (ipa_simd_m [...]
new 85c4b1bb432 PR c++/88110 * constexpr.c (cxx_eval_constant_expression) [...]
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 | 6 ++++++
gcc/cp/constexpr.c | 3 ++-
gcc/testsuite/ChangeLog | 3 +++
gcc/testsuite/g++.dg/cpp2a/constexpr-virtual13.C | 20 ++++++++++++++++++++
4 files changed, 31 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/constexpr-virtual13.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 9213bb9bc8e [CodeView] Add support for ref-qualified member functions.
new bd109e244ad [DAGCombiner] look through bitcasts when trying to narrow v [...]
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/DAGCombiner.cpp | 27 +++++++++---------
test/CodeGen/AArch64/arm64-ld1.ll | 4 ++-
test/CodeGen/X86/avx-vperm2x128.ll | 4 +--
test/CodeGen/X86/avx1-logical-load-folding.ll | 40 +++++++++++----------------
test/CodeGen/X86/i64-mem-copy.ll | 3 +-
test/CodeGen/X86/pr36199.ll | 2 +-
test/CodeGen/X86/sad.ll | 4 +--
test/CodeGen/X86/vector-reduce-mul.ll | 26 ++++++++---------
8 files changed, 53 insertions(+), 57 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 cad90f129bf [CodeView] RelocPtr points to little endian data.
new da30f515344 [CodeView] Mark this pointers as const.
new 9213bb9bc8e [CodeView] Add support for ref-qualified member functions.
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/llvm/DebugInfo/CodeView/CodeView.h | 4 +-
include/llvm/DebugInfo/CodeView/TypeRecord.h | 16 +-
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 69 ++++---
lib/CodeGen/AsmPrinter/CodeViewDebug.h | 4 +
lib/DebugInfo/CodeView/TypeDumpVisitor.cpp | 2 +
test/DebugInfo/COFF/function-options.ll | 10 +-
test/DebugInfo/COFF/global-type-hashes.ll | 22 ++-
test/DebugInfo/COFF/static-methods.ll | 2 +-
test/DebugInfo/COFF/type-quals.ll | 22 ++-
test/DebugInfo/COFF/types-basic.ll | 4 +-
test/DebugInfo/COFF/types-calling-conv.ll | 40 ++--
test/DebugInfo/COFF/types-cvarargs.ll | 2 +-
test/DebugInfo/COFF/types-data-members.ll | 4 +-
test/DebugInfo/COFF/types-method-ref-qualifiers.ll | 205 +++++++++++++++++++++
test/DebugInfo/COFF/types-non-virtual-methods.ll | 12 +-
test/DebugInfo/COFF/virtual-methods.ll | 8 +-
16 files changed, 353 insertions(+), 73 deletions(-)
create mode 100644 test/DebugInfo/COFF/types-method-ref-qualifiers.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 compiler-rt.
from 64b4dbf9c [cmake] Fix detecting terminfo library
new 8205a46f7 [Sanitizer] intercept setvbuf on other platforms where it is [...]
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/sanitizer_common/sanitizer_common_interceptors.inc | 2 ++
lib/sanitizer_common/sanitizer_platform_interceptors.h | 3 ++-
test/sanitizer_common/TestCases/{NetBSD => Posix}/setvbuf.cc | 8 ++++++--
3 files changed, 10 insertions(+), 3 deletions(-)
rename test/sanitizer_common/TestCases/{NetBSD => Posix}/setvbuf.cc (88%)
--
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-stable-defconfig
in repository toolchain/binutils-gdb.
from 6bf7745f80 Automatic date update in version.in
adds bb0f14b617 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 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 710518321b [clang][Parse] Diagnose useless null statements / empty init [...]
new 32141ec751 [OpenMP] Update CHECK-DAG usage in for_codegen.cpp
new 3391bf6a2d [OpenMP] Update CHECK-DAG usage in target_parallel_codegen.cpp
new 28b62f1a24 [CodeComplete] Penalize inherited ObjC properties for auto-c [...]
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:
lib/Sema/SemaCodeComplete.cpp | 57 +++++++++++-------
test/CodeCompletion/objc-protocol-member-access.m | 4 +-
test/Index/complete-block-properties.m | 12 ++--
test/Index/complete-block-property-assignment.m | 14 ++---
test/Index/complete-member-access.m | 8 +--
test/Index/complete-properties.m | 22 +++----
test/OpenMP/for_codegen.cpp | 26 ++++-----
test/OpenMP/target_parallel_codegen.cpp | 70 +++++++++++------------
8 files changed, 111 insertions(+), 102 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.