This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 995d863 IR: Use std::vector instead of SmallPtrSet for distinct nodes, NFC new 7ecb582 ScoreboardHazardRecognizer: unbreak TSAN by moving a static m [...] new a0a13e0 [libFuzzer] added -detect_leaks flag (0 by default for now). [...]
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/llvm/CodeGen/ScoreboardHazardRecognizer.h | 6 +- lib/CodeGen/ScoreboardHazardRecognizer.cpp | 21 ++----- lib/Fuzzer/FuzzerDriver.cpp | 1 + lib/Fuzzer/FuzzerFlags.def | 2 + lib/Fuzzer/FuzzerInternal.h | 5 ++ lib/Fuzzer/FuzzerLoop.cpp | 75 ++++++++++++++++++++++- lib/Fuzzer/test/LeakTest.cpp | 5 +- lib/Fuzzer/test/fuzzer-leak.test | 20 +++++- 8 files changed, 111 insertions(+), 24 deletions(-)