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 d1348d806 Enable ubsan on NetBSD
new 082c31c97 Add NetBSD support in asan_symbolize.py
new 43c12c39b Add NetBSD support in asan_malloc_linux.cc
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/asan/asan_malloc_linux.cc | 6 ++++--
lib/asan/scripts/asan_symbolize.py | 4 ++--
2 files changed, 6 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 compiler-rt.
from 8b950ead2 Reuse sanitizer_linux for NetBSD
new d1348d806 Enable ubsan on 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:
cmake/config-ix.cmake | 2 +-
lib/ubsan/ubsan_platform.h | 7 ++++---
test/ubsan/TestCases/Float/cast-overflow.cpp | 14 ++++++++++----
test/ubsan/lit.common.cfg | 2 +-
4 files changed, 16 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 2fe6bd41fe5 [InstCombine] Support pulling left shifts through a subtrac [...]
new 9d69b6f1cd1 [codeview] Emit nested enums and typedefs from classes
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/AsmPrinter/CodeViewDebug.cpp | 10 ++-
test/DebugInfo/COFF/nested-types.ll | 150 +++++++++++++++++++++++++++++++
2 files changed, 156 insertions(+), 4 deletions(-)
create mode 100644 test/DebugInfo/COFF/nested-types.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 clang.
from 350d0498a4 [sanitizer-coverage] -fsanitize-coverage=bb,inline-8bit-counters
new 9452fead78 [codeview] Emit nested enums and typedefs from classes
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/CGDebugInfo.cpp | 22 ++++++++++---------
lib/CodeGen/CGDebugInfo.h | 4 ++--
.../debug-info-codeview-nested-types.cpp | 25 ++++++++++++++++++++++
3 files changed, 39 insertions(+), 12 deletions(-)
create mode 100644 test/CodeGenCXX/debug-info-codeview-nested-types.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 compiler-rt.
from 00e8d2ff3 Add NetBSD support in asan_interceptors.cc
new 8b950ead2 Reuse sanitizer_linux 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:
lib/sanitizer_common/sanitizer_linux.cc | 124 +++++++++++++++++++++++++++-----
lib/sanitizer_common/sanitizer_linux.h | 4 +-
2 files changed, 110 insertions(+), 18 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 a40a94c65d Integrate Kostya's clang-proto-fuzzer with LLVM.
new 350d0498a4 [sanitizer-coverage] -fsanitize-coverage=bb,inline-8bit-counters
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 | 4 +++-
test/Driver/fsanitize-coverage.c | 2 ++
2 files 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 clang.
from ecc330a87c Thread Safety Analysis: warn on nonsensical attributes.
new 2cac4c7ed1 [coverage] Special-case calls to noreturn functions.
new a40a94c65d Integrate Kostya's clang-proto-fuzzer with LLVM.
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:
CMakeLists.txt | 2 +
cmake/modules/ProtobufMutator.cmake | 24 +++++
lib/CodeGen/CoverageMappingGen.cpp | 10 ++
test/CoverageMapping/md.cpp | 11 +++
test/CoverageMapping/switch.cpp | 13 +++
tools/clang-fuzzer/CMakeLists.txt | 57 ++++++++++--
tools/clang-fuzzer/ClangFuzzer.cpp | 37 +-------
tools/clang-fuzzer/ExampleClangProtoFuzzer.cpp | 28 ++++++
tools/clang-fuzzer/README.txt | 73 +++++++++++++++
tools/clang-fuzzer/cxx_proto.proto | 93 +++++++++++++++++++
tools/clang-fuzzer/handle-cxx/CMakeLists.txt | 11 +++
.../{ClangFuzzer.cpp => handle-cxx/handle_cxx.cpp} | 29 +++---
tools/clang-fuzzer/handle-cxx/handle_cxx.h | 25 +++++
tools/clang-fuzzer/proto-to-cxx/CMakeLists.txt | 10 ++
tools/clang-fuzzer/proto-to-cxx/proto_to_cxx.cpp | 102 +++++++++++++++++++++
tools/clang-fuzzer/proto-to-cxx/proto_to_cxx.h | 22 +++++
.../proto-to-cxx/proto_to_cxx_main.cpp | 30 ++++++
17 files changed, 521 insertions(+), 56 deletions(-)
create mode 100644 cmake/modules/ProtobufMutator.cmake
create mode 100644 tools/clang-fuzzer/ExampleClangProtoFuzzer.cpp
create mode 100644 tools/clang-fuzzer/README.txt
create mode 100644 tools/clang-fuzzer/cxx_proto.proto
create mode 100644 tools/clang-fuzzer/handle-cxx/CMakeLists.txt
copy tools/clang-fuzzer/{ClangFuzzer.cpp => handle-cxx/handle_cxx.cpp} (78%)
create mode 100644 tools/clang-fuzzer/handle-cxx/handle_cxx.h
create mode 100644 tools/clang-fuzzer/proto-to-cxx/CMakeLists.txt
create mode 100644 tools/clang-fuzzer/proto-to-cxx/proto_to_cxx.cpp
create mode 100644 tools/clang-fuzzer/proto-to-cxx/proto_to_cxx.h
create mode 100644 tools/clang-fuzzer/proto-to-cxx/proto_to_cxx_main.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 ca52e101f76 [DAG] Introduce peekThroughBitcast function. NFCI.
new 2fe6bd41fe5 [InstCombine] Support pulling left shifts through a subtrac [...]
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/Transforms/InstCombine/InstCombineShifts.cpp | 14 ++++++++
test/Transforms/InstCombine/sub.ll | 44 ++++++++++++++++++++++++
2 files changed, 58 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 a0c1eb42448 [DAG] Update comments. NFC.
new ca52e101f76 [DAG] Introduce peekThroughBitcast function. NFCI.
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 | 37 ++++++++++++--------------------
1 file changed, 14 insertions(+), 23 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 8e92b2817ea [AMDGPU] Add llvm.amdgpu.update.dpp intrinsic
new a0c1eb42448 [DAG] Update comments. 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/CodeGen/SelectionDAG/DAGCombiner.cpp | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.