[libFuzzer] use the indirect caller-callee counter as an independent search heuristic
authorKostya Serebryany <kcc@google.com>
Thu, 22 Oct 2015 23:55:39 +0000 (23:55 +0000)
committerKostya Serebryany <kcc@google.com>
Thu, 22 Oct 2015 23:55:39 +0000 (23:55 +0000)
commit7bcc4cdbdd7d6cd22d023e284c635152edb77c15
treeac40232ddbe9718887cdfaa41e26522cd1facce4
parent41180c6ebaf1cadfc5085f6c5766822852c9a35a
[libFuzzer] use the indirect caller-callee counter as an independent search heuristic

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251078 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Fuzzer/FuzzerDriver.cpp
lib/Fuzzer/FuzzerFlags.def
lib/Fuzzer/FuzzerInternal.h
lib/Fuzzer/FuzzerLoop.cpp
lib/Fuzzer/test/CMakeLists.txt
lib/Fuzzer/test/CallerCalleeTest.cpp [new file with mode: 0644]
lib/Fuzzer/test/fuzzer.test