This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from b7e4a5588b7 PR c++/80935 - wrong C++17 error with lambda
new f86dd47bf57 Remove unnecessary LAMBDA_EXPR fields.
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 | 16 +++++++++++-----
gcc/cp/cp-tree.def | 3 +--
gcc/cp/cp-tree.h | 14 +++-----------
gcc/cp/lambda.c | 1 -
gcc/cp/parser.c | 12 ++++++------
gcc/cp/pt.c | 3 ---
gcc/cp/ptree.c | 2 --
gcc/cp/semantics.c | 6 ------
8 files changed, 21 insertions(+), 36 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 db2668663f1 [docs] Fix Scudo documentation error
new 505883f042c [llvm-rc] Fix DIALOG(EX) parsing ability (parser, pt 5/8).
new c95fd24a5a1 [SimplifyCFG] Fix for PR34219: Preserve alignment after mer [...]
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:
lib/Transforms/Utils/SimplifyCFG.cpp | 35 ++++++++++++++++++----
.../SimplifyCFG/preserve-store-alignment.ll | 10 +++----
tools/llvm-rc/ResourceScriptParser.cpp | 2 +-
3 files changed, 36 insertions(+), 11 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 5214ac8d29 [SanitizeCoverage] Enable stack-depth coverage for -fsanitiz [...]
new b4377ba533 Minimal runtime for UBSan.
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/clang/Driver/Options.td | 4 +++
include/clang/Driver/SanitizerArgs.h | 2 ++
include/clang/Frontend/CodeGenOptions.def | 2 ++
lib/CodeGen/CGExpr.cpp | 49 +++++++++++++++++--------------
lib/Driver/SanitizerArgs.cpp | 39 ++++++++++++++++++++++++
lib/Driver/ToolChains/CommonArgs.cpp | 11 +++++--
lib/Frontend/CompilerInvocation.cpp | 1 +
test/CodeGen/unsigned-overflow-minimal.c | 21 +++++++++++++
test/Driver/fsanitize.c | 29 ++++++++++++++++++
test/Driver/sanitizer-ld.c | 8 +++++
10 files changed, 141 insertions(+), 25 deletions(-)
create mode 100644 test/CodeGen/unsigned-overflow-minimal.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 compiler-rt.
from 79654fd77 [SanitizeCoverage] Enable stack-depth coverage for -fsanitize=fuzzer
new 440c0242b Minimal runtime for UBSan.
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:
cmake/config-ix.cmake | 9 ++-
lib/ubsan_minimal/CMakeLists.txt | 50 ++++++++++++
lib/{ubsan => ubsan_minimal}/ubsan.syms.extra | 0
lib/ubsan_minimal/ubsan_minimal_handlers.cc | 91 ++++++++++++++++++++++
test/ubsan_minimal/CMakeLists.txt | 23 ++++++
.../TestCases/recover-dedup-limit.cpp | 41 ++++++++++
test/ubsan_minimal/TestCases/recover-dedup.cpp | 25 ++++++
test/ubsan_minimal/TestCases/uadd-overflow.cpp | 10 +++
test/ubsan_minimal/lit.common.cfg | 35 +++++++++
test/{ubsan => ubsan_minimal}/lit.site.cfg.in | 1 -
10 files changed, 283 insertions(+), 2 deletions(-)
create mode 100644 lib/ubsan_minimal/CMakeLists.txt
copy lib/{ubsan => ubsan_minimal}/ubsan.syms.extra (100%)
create mode 100644 lib/ubsan_minimal/ubsan_minimal_handlers.cc
create mode 100644 test/ubsan_minimal/CMakeLists.txt
create mode 100644 test/ubsan_minimal/TestCases/recover-dedup-limit.cpp
create mode 100644 test/ubsan_minimal/TestCases/recover-dedup.cpp
create mode 100644 test/ubsan_minimal/TestCases/uadd-overflow.cpp
create mode 100644 test/ubsan_minimal/lit.common.cfg
copy test/{ubsan => ubsan_minimal}/lit.site.cfg.in (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.
unknown user pushed a change to branch master
in repository gcc.
from b38367d9642 PR c++/80767 - unnecessary instantiation of generic lambda
new 1dcd84cf006 Various small fixes.
new b7e4a5588b7 PR c++/80935 - wrong C++17 error with lambda
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:
gcc/cp/ChangeLog | 17 +++++++++++++++++
gcc/cp/constexpr.c | 8 ++++----
gcc/cp/decl.c | 7 ++++---
gcc/cp/lambda.c | 2 +-
gcc/cp/pt.c | 6 ++++++
gcc/testsuite/g++.dg/cpp1z/constexpr-lambda16.C | 16 ++++++++++++++++
6 files changed, 48 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-lambda16.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 50a94860c3b [SanitizeCoverage] Enable stack-depth coverage for -fsaniti [...]
new db2668663f1 [docs] Fix Scudo documentation error
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/ScudoHardenedAllocator.rst | 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 3ff9c137a48 [InstCombine] Support vector splats in transformZExtICmp
new a135575b299 Update Scudo allocator documentation.
new 50a94860c3b [SanitizeCoverage] Enable stack-depth coverage for -fsaniti [...]
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/ScudoHardenedAllocator.rst | 19 ++++++++------
.../Instrumentation/SanitizerCoverage.cpp | 30 +++++++++++++++-------
.../SanitizerCoverage/stack-depth.ll | 21 ++++++---------
3 files changed, 40 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 clang.
from 6c16d90e3e [OPENMP] Capture global variables in all target executable regions.
new 5214ac8d29 [SanitizeCoverage] Enable stack-depth coverage for -fsanitiz [...]
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/Driver/SanitizerArgs.cpp | 6 +++++-
1 file changed, 5 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 compiler-rt.
from fedf302be [XRay][compiler-rt][NFC] Refactor global TLS variables behind [...]
new 79654fd77 [SanitizeCoverage] Enable stack-depth coverage for -fsanitize=fuzzer
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_coverage_libcdep_new.cc | 5 +++++
lib/sanitizer_common/sanitizer_internal_defs.h | 8 ++++++++
test/fuzzer/deep-recursion.test | 2 +-
3 files changed, 14 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 gcc.
from 762696920bb runtime: fix lfstack for 64-bit AIX
new 0386bbeeffe Fix default argument conversion failure and SFINAE.
new ea3e8c990ba Instantiate default arguments/member initializers once.
new 7e1f8be4cb7 Add immediate potential_constant_expression variants.
new d90b17679aa Support copying local_specializations.
new 5164d9e94ea Adjust C++17 class deduction use of DECL_ABSTRACT_ORIGIN.
new 2ffc5005c73 Fix lambdas in template default argument of inherited ctor.
new b38367d9642 PR c++/80767 - unnecessary instantiation of generic lambda
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:
gcc/cp/ChangeLog | 48 +++++++++++
gcc/cp/call.c | 26 ++++--
gcc/cp/constexpr.c | 95 ++++++++++++++++------
gcc/cp/cp-tree.h | 13 +--
gcc/cp/except.c | 18 ++--
gcc/cp/init.c | 50 +++++++++---
gcc/cp/method.c | 42 ++++++----
gcc/cp/parser.c | 9 +-
gcc/cp/pt.c | 72 ++++++++++------
gcc/cp/semantics.c | 2 +-
gcc/cp/typeck2.c | 2 +-
gcc/testsuite/g++.dg/cpp0x/constexpr-conv2.C | 15 ++++
gcc/testsuite/g++.dg/cpp0x/lambda/lambda-62155.C | 6 +-
.../{inh-ctor24.C => lambda/lambda-mangle5.C} | 4 +-
gcc/testsuite/g++.dg/cpp1z/direct-enum-init1.C | 32 +++-----
gcc/testsuite/g++.dg/cpp1z/lambda-inherit1.C | 23 ++++++
gcc/testsuite/g++.dg/ext/is_constructible1.C | 6 ++
gcc/testsuite/g++.dg/other/new1.C | 2 +-
gcc/testsuite/g++.dg/parse/crash40.C | 2 +-
gcc/testsuite/g++.dg/parse/defarg12.C | 2 +-
gcc/testsuite/g++.dg/template/error15.C | 2 +-
21 files changed, 340 insertions(+), 131 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-conv2.C
copy gcc/testsuite/g++.dg/cpp0x/{inh-ctor24.C => lambda/lambda-mangle5.C} (57%)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/lambda-inherit1.C
create mode 100644 gcc/testsuite/g++.dg/ext/is_constructible1.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.