This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f68fb38 Separate the Verifier into an analysis and a transformation p [...] new 05b09ea [MSan] [AArch64] Fix vararg helper for >1 or non-int fixed ar [...] new c48930b [libFuzzer] add a test for libFuzzer+ubsan, extend the docs o [...] new 8e0fce8 [PGO] Fix __llvm_profile_raw_version linkage in MACHO IR inst [...]
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: docs/LibFuzzer.rst | 13 ++++++++----- lib/Fuzzer/test/CMakeLists.txt | 10 ++++++++++ .../test/{SimpleTest.cpp => SignedIntOverflowTest.cpp} | 7 ++++--- lib/Fuzzer/test/fuzzer-ubsan.test | 4 ++++ lib/Fuzzer/test/ubsan/CMakeLists.txt | 14 ++++++++++++++ lib/Transforms/Instrumentation/MemorySanitizer.cpp | 16 +++++++++++++--- lib/Transforms/Instrumentation/PGOInstrumentation.cpp | 2 +- test/Instrumentation/MemorySanitizer/AArch64/vararg.ll | 13 +++++++------ test/Transforms/PGOProfile/macho.ll | 9 +++++++++ 9 files changed, 70 insertions(+), 18 deletions(-) copy lib/Fuzzer/test/{SimpleTest.cpp => SignedIntOverflowTest.cpp} (77%) create mode 100644 lib/Fuzzer/test/fuzzer-ubsan.test create mode 100644 lib/Fuzzer/test/ubsan/CMakeLists.txt create mode 100644 test/Transforms/PGOProfile/macho.ll