This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from ee6e926b68 Revert "[SanitizeCoverage] Enable stack-depth coverage for - [...]
new d1cb214fe8 Restore clang_rt library name on i686-android.
new bfd88732fe PR10147: When substituting a template template argument, sub [...]
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/clang/AST/TemplateName.h | 5 +++++
lib/AST/TemplateName.cpp | 17 +++++++++++++++++
lib/Driver/ToolChain.cpp | 4 ++++
lib/Sema/SemaTemplateInstantiate.cpp | 14 +++++---------
test/Driver/sanitizer-ld.c | 12 ++++++++++++
test/SemaTemplate/temp_arg_template.cpp | 7 +++++++
6 files changed, 50 insertions(+), 9 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 4e044bff90f Revert "[SanitizeCoverage] Enable stack-depth coverage for [...]
new 71bf2c23ac8 Move dwarfdump test to DebugInfo/X86 now that it looks for [...]
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/DebugInfo/{ => X86}/dwarfdump-debug-loc-simple.test | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename test/DebugInfo/{ => X86}/dwarfdump-debug-loc-simple.test (100%)
--
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 3b8cbd951 Revert "[SanitizeCoverage] Enable stack-depth coverage for -f [...]
new 20bf9b48b Restore clang_rt library name on i686-android.
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/Modules/AddCompilerRT.cmake | 14 +++++++++++---
1 file changed, 11 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 binutils-gdb.
from 5f0f0847e2 x86: Re-indent elf32-i386.c/elf64-x86-64.c
new 7755ddb77d Look for FIR in the last FreeBSD/mips floating-point register.
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:
gdb/ChangeLog | 8 ++++++++
gdb/mips-fbsd-nat.c | 2 +-
gdb/mips-fbsd-tdep.c | 43 ++++++++++++++++++++++++++++++-------------
3 files changed, 39 insertions(+), 14 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 9e6bae0509a PR c++/81236 - ICE with template-id in generic lambda
new 04206864264 libgo: netinet/icmp6.h require netinet/in.h on AIX
new f4d74dd84be net/internal/socktest: build sys_unix.go on AIX
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/go/gofrontend/MERGE | 2 +-
libgo/configure | 17 ++++++++++++++++-
libgo/configure.ac | 6 +++++-
libgo/go/net/internal/socktest/sys_unix.go | 2 +-
4 files changed, 23 insertions(+), 4 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 0488e47901e [LoopUnswitch] Fix a simple bug which disables loop unswitc [...]
new 4e044bff90f Revert "[SanitizeCoverage] Enable stack-depth coverage for [...]
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:
.../Instrumentation/SanitizerCoverage.cpp | 30 +++++++---------------
.../SanitizerCoverage/stack-depth.ll | 21 +++++++++------
2 files changed, 22 insertions(+), 29 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 af13e89b44 Re-enable stack depth instrumentation on Windows.
new ee6e926b68 Revert "[SanitizeCoverage] Enable stack-depth coverage for - [...]
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, 1 insertion(+), 5 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 25500b158 [asan] Add use-after-scope test which fails because of bug in clang
new 454ce793b Enable GetRandom for Fuchsia sanitizer.
new 3b8cbd951 Revert "[SanitizeCoverage] Enable stack-depth coverage for -f [...]
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/sanitizer_common/sanitizer_coverage_libcdep_new.cc | 5 -----
lib/sanitizer_common/sanitizer_fuchsia.cc | 8 ++++++++
lib/sanitizer_common/sanitizer_internal_defs.h | 8 --------
test/fuzzer/deep-recursion.test | 2 +-
4 files changed, 9 insertions(+), 14 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 release_50
in repository llvm.
from ca8866dda3b Merging r311835: ------------------------------------------ [...]
new a3b2103ffc3 Merging r312022: ------------------------------------------ [...]
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/CodeGen/SelectionDAGNodes.h | 5 ++++-
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 22 +++++++++++++++++-----
2 files changed, 21 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.