hanchenye-llvm-project/compiler-rt/lib/fuzzer
Max Moroz 84a48271d4 [libFuzzer] Add unstable function printing to print_unstable_stats flag
Summary:
There may be cases in which a user wants to know which part of their code is unstable.
We use ObservedFuncs and UnstableCounters to print at exit which of the ObservedFunctions
are unstable under the -print_unstable_stats flag.

Patch by Kyungtak Woo (@kevinwkt).

Reviewers: Dor1s, metzman, morehouse

Reviewed By: Dor1s, metzman, morehouse

Subscribers: delcypher, #sanitizers, llvm-commits, kcc

Differential Revision: https://reviews.llvm.org/D50264

llvm-svn: 339081
2018-08-06 23:14:13 +00:00
..
afl Revert "[Fuzzer] Afl driver changing iterations handling" 2018-07-10 19:58:42 +00:00
dataflow [libFuzzer] initial implementation of -data_flow_trace. It parses the data flow trace and prints the summary, but doesn't use the information in any other way yet 2018-06-06 01:23:29 +00:00
scripts [fuzzer] Python 3 print fixes 2018-06-17 09:11:56 +00:00
standalone
tests [libFuzzer] first experimental attempt at DFT-based mutations (DFT=data-flow-trace) 2018-07-19 01:23:32 +00:00
CMakeLists.txt Revert "[Fuzzer] Update path to libc++ headers" 2018-07-24 00:34:55 +00:00
FuzzerCommand.h [libFuzzer] [NFC] Inline static variable to avoid the linker warning. 2018-07-04 00:37:45 +00:00
FuzzerCorpus.h [libFuzzer] Handle unstable edges by using minimum hit counts 2018-07-23 14:20:52 +00:00
FuzzerCrossOver.cpp
FuzzerDataFlowTrace.cpp [libFuzzer] first experimental attempt at DFT-based mutations (DFT=data-flow-trace) 2018-07-19 01:23:32 +00:00
FuzzerDataFlowTrace.h [libFuzzer] first experimental attempt at DFT-based mutations (DFT=data-flow-trace) 2018-07-19 01:23:32 +00:00
FuzzerDefs.h libFuzzer: prevent irrelevant strings from leaking into auto-dictionary 2018-07-17 16:12:00 +00:00
FuzzerDictionary.h libFuzzer: prevent irrelevant strings from leaking into auto-dictionary 2018-07-17 16:12:00 +00:00
FuzzerDriver.cpp [libFuzzer] Initial implementation of weighted mutation leveraging during runtime. 2018-08-02 22:30:03 +00:00
FuzzerExtFunctions.def [libFuzzer] Make -fsanitize=memory,fuzzer work. 2018-07-09 23:51:08 +00:00
FuzzerExtFunctions.h
FuzzerExtFunctionsDlsym.cpp
FuzzerExtFunctionsDlsymWin.cpp
FuzzerExtFunctionsWeak.cpp libFuzzer, OpenBSD support 2018-04-09 22:38:26 +00:00
FuzzerExtFunctionsWeakAlias.cpp
FuzzerExtraCounters.cpp libFuzzer, OpenBSD support 2018-04-09 22:38:26 +00:00
FuzzerFlags.def [libFuzzer] Initial implementation of weighted mutation leveraging during runtime. 2018-08-02 22:30:03 +00:00
FuzzerIO.cpp [libFuzzer] initial implementation of -data_flow_trace. It parses the data flow trace and prints the summary, but doesn't use the information in any other way yet 2018-06-06 01:23:29 +00:00
FuzzerIO.h [libFuzzer] initial implementation of -data_flow_trace. It parses the data flow trace and prints the summary, but doesn't use the information in any other way yet 2018-06-06 01:23:29 +00:00
FuzzerIOPosix.cpp [libFuzzer] Print a correct error message when a directory can't be 2018-04-06 18:15:24 +00:00
FuzzerIOWindows.cpp [libFuzzer] Use custom allocators for STL containers in libFuzzer. 2017-08-27 23:20:09 +00:00
FuzzerInterface.h Reland "[libFuzzer] Support using libc++" 2018-01-17 20:39:14 +00:00
FuzzerInternal.h libFuzzer: prevent irrelevant strings from leaking into auto-dictionary 2018-07-17 16:12:00 +00:00
FuzzerLoop.cpp [libFuzzer] Initial implementation of weighted mutation leveraging during runtime. 2018-08-02 22:30:03 +00:00
FuzzerMain.cpp Reland "[libFuzzer] Support using libc++" 2018-01-17 20:39:14 +00:00
FuzzerMerge.cpp Revert "[compiler-rt] Change std::sort to llvm::sort in response to r327219" 2018-03-20 01:17:18 +00:00
FuzzerMerge.h [libFuzzer] Use custom allocators for STL containers in libFuzzer. 2017-08-27 23:20:09 +00:00
FuzzerMutate.cpp [libFuzzer] Initial implementation of weighted mutation leveraging during runtime. 2018-08-02 22:30:03 +00:00
FuzzerMutate.h [libFuzzer] Initial implementation of weighted mutation leveraging during runtime. 2018-08-02 22:30:03 +00:00
FuzzerOptions.h [libFuzzer] Initial implementation of weighted mutation leveraging during runtime. 2018-08-02 22:30:03 +00:00
FuzzerRandom.h
FuzzerSHA1.cpp
FuzzerSHA1.h
FuzzerShmem.h
FuzzerShmemFuchsia.cpp [libFuzzer] Add support for Fuchsia OS. 2017-12-08 22:54:44 +00:00
FuzzerShmemPosix.cpp wrong usages of sem_open in the libFuzzer 2018-05-10 17:31:06 +00:00
FuzzerShmemWindows.cpp
FuzzerTracePC.cpp [libFuzzer] Add unstable function printing to print_unstable_stats flag 2018-08-06 23:14:13 +00:00
FuzzerTracePC.h [libFuzzer] Handle unstable edges by disregarding unstable edges 2018-07-24 21:02:44 +00:00
FuzzerUtil.cpp [libFuzzer] Guard symbolization with try-lock. 2018-05-08 23:45:05 +00:00
FuzzerUtil.h [libFuzzer] Guard symbolization with try-lock. 2018-05-08 23:45:05 +00:00
FuzzerUtilDarwin.cpp [libFuzzer] Encapsulate commands in a class. 2017-12-04 19:25:59 +00:00
FuzzerUtilFuchsia.cpp [sanitizer][fuzzer] Temporarily transition to ZX_TIME_INFINITE_OLD 2018-07-24 02:34:24 +00:00
FuzzerUtilLinux.cpp libFuzzer, OpenBSD support 2018-04-09 22:38:26 +00:00
FuzzerUtilPosix.cpp libFuzzer, OpenBSD support 2018-04-09 22:38:26 +00:00
FuzzerUtilWindows.cpp [libFuzzer] Encapsulate commands in a class. 2017-12-04 19:25:59 +00:00
FuzzerValueBitMap.h
README.txt [libFuzzer] better README.txt 2017-08-22 01:15:40 +00:00
build.sh Switch from Bourne shell to simply base shell to build libfuzzer 2018-01-12 23:45:24 +00:00

README.txt

See http://llvm.org/docs/LibFuzzer.html