This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8d473c6 [codeview] Add support for new types and symbols. new e89c000 Revert r270569 (teach llvm-mc to generate compressed debug se [...] new 305ed50 [libFuzzer] print stats if we crash on empty input new 6807506 [esan|wset] EfficiencySanitizer working set tool fastpath
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: include/llvm/MC/MCContext.h | 2 + include/llvm/MC/MCSectionELF.h | 3 +- include/llvm/Transforms/Instrumentation.h | 1 + lib/Fuzzer/FuzzerLoop.cpp | 7 +- lib/Fuzzer/test/CMakeLists.txt | 1 + ...thRunCrashTest.cpp => NullDerefOnEmptyTest.cpp} | 11 +- lib/Fuzzer/test/fuzzer.test | 3 + lib/MC/ELFObjectWriter.cpp | 44 +++--- lib/MC/MCContext.cpp | 16 ++ .../Instrumentation/EfficiencySanitizer.cpp | 104 +++++++++++++ .../EfficiencySanitizer/working_set_basic.ll | 164 +++++++++++++++++++++ test/MC/ELF/compression.s | 15 +- 12 files changed, 331 insertions(+), 40 deletions(-) copy lib/Fuzzer/test/{NthRunCrashTest.cpp => NullDerefOnEmptyTest.cpp} (55%) create mode 100644 test/Instrumentation/EfficiencySanitizer/working_set_basic.ll