This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 5db5e372afa Daily bump.
new 1817431e5ae Add .type and .size directives to riscv libgcc functions.
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:
libgcc/ChangeLog | 7 +
libgcc/config/riscv/div.S | 33 ++---
libgcc/config/riscv/muldi3.S | 6 +-
libgcc/config/riscv/multi3.S | 13 +-
libgcc/config/{sh/crt.h => riscv/riscv-asm.h} | 20 ++-
libgcc/config/riscv/save-restore.S | 190 +++++++++++++++-----------
6 files changed, 160 insertions(+), 109 deletions(-)
copy libgcc/config/{sh/crt.h => riscv/riscv-asm.h} (76%)
--
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 b3fb7b6192 [driver][darwin] Refactor the target selection code, NFC
new fd6338b981 Fix Driver/darwin-version.c test
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/Driver/darwin-version.c | 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 compiler-rt.
from 637ac6bdc Revert change in test/msan/textdomain.cc for NetBSD
new 610cf4cbe [libFuzzer] make the stack depth signal less agressive, other [...]
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/fuzzer/FuzzerTracePC.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 compiler-rt.
from 917606ab3 Correct handling of the TLS/NetBSD block of the main program
new 637ac6bdc Revert change in test/msan/textdomain.cc for NetBSD
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/msan/textdomain.cc | 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 147c0e4415 Fix fsanitize-blacklist test on Windows.
new b3fb7b6192 [driver][darwin] Refactor the target selection code, NFC
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/ToolChains/Darwin.cpp | 601 +++++++++++++++++++++++----------------
lib/Driver/ToolChains/Darwin.h | 40 +--
test/Driver/darwin-version.c | 5 +
3 files changed, 384 insertions(+), 262 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 32e20e441 Hardware-assisted AddressSanitizer (compiler-rt)
new 917606ab3 Correct handling of the TLS/NetBSD block of the main program
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_linux_libcdep.cc | 50 +++++++++++++++++++++++--
1 file changed, 47 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 clang.
from 0d53760ddd Hardware-assisted AddressSanitizer (clang part).
new 147c0e4415 Fix fsanitize-blacklist test on Windows.
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/Driver/fsanitize-blacklist.c | 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 clang.
from b517f5fe7e [ODRHash] Support ODR violation detection in functions.
new 0d53760ddd Hardware-assisted AddressSanitizer (clang part).
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/Basic/Sanitizers.def | 2 +
include/clang/Driver/SanitizerArgs.h | 4 +-
lib/CodeGen/BackendUtil.cpp | 12 +++++
lib/CodeGen/CGDeclCXX.cpp | 4 ++
lib/CodeGen/CodeGenFunction.cpp | 2 +
lib/CodeGen/CodeGenModule.cpp | 2 +-
lib/CodeGen/SanitizerMetadata.cpp | 9 ++--
lib/Driver/SanitizerArgs.cpp | 24 ++++++----
lib/Driver/ToolChains/CommonArgs.cpp | 8 ++++
lib/Driver/ToolChains/Linux.cpp | 2 +
lib/Lex/PPMacroExpansion.cpp | 5 +-
...an.cpp => address-safety-attr-kasan-hwasan.cpp} | 15 ++++++
.../Inputs/resource_dir/hwasan_blacklist.txt | 0
.../lib/linux/libclang_rt.hwasan-aarch64.a.syms | 0
test/Driver/asan.c | 5 ++
test/Driver/fsanitize-blacklist.c | 7 ++-
test/Driver/fsanitize-coverage.c | 1 +
test/Driver/fsanitize.c | 19 ++++++++
test/Driver/sanitize_unwind_tables.c | 2 +
test/Driver/sanitizer-ld.c | 53 ++++++++++++++++++++++
test/Lexer/has_feature_address_sanitizer.cpp | 13 ++++++
test/SemaCXX/attr-no-sanitize.cpp | 11 +++--
22 files changed, 179 insertions(+), 21 deletions(-)
copy test/CodeGen/{address-safety-attr-kasan.cpp => address-safety-attr-kasan-hwas [...]
copy bindings/python/tests/__init__.py => test/Driver/Inputs/resource_dir/hwasan_b [...]
copy bindings/python/tests/__init__.py => test/Driver/Inputs/resource_dir/lib/linu [...]
--
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 26ab9d0e74 Don't link NetBSD programs with -ldl in linkXRayRuntimeDeps
new b517f5fe7e [ODRHash] Support ODR violation detection in functions.
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/AST/Decl.h | 14 +-
include/clang/AST/ODRHash.h | 4 +
.../clang/Basic/DiagnosticSerializationKinds.td | 23 ++
include/clang/Serialization/ASTReader.h | 4 +
lib/AST/Decl.cpp | 20 ++
lib/AST/ODRHash.cpp | 30 +++
lib/Serialization/ASTReader.cpp | 244 ++++++++++++++++++---
lib/Serialization/ASTReaderDecl.cpp | 3 +
lib/Serialization/ASTWriterDecl.cpp | 3 +
test/Modules/odr_hash.cpp | 160 +++++++++++++-
10 files changed, 456 insertions(+), 49 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.