llvm-project/compiler-rt/lib/fuzzer
Adrian Herrera 4034d0ce20 [libFuzzer] Fixed description of fuzzer merge control file.
Summary:
The description of the fuzzer merge control file appears to be incorrect/out of date.
No "DONE" line appears in the control file. Rather, FT and COV are the markers that appear
following the STARTED line.

Reviewers: metzman, kcc

Reviewed By: kcc

Subscribers: #sanitizers

Tags: #sanitizers

Differential Revision: https://reviews.llvm.org/D80788
2020-05-29 16:00:26 -07:00
..
afl [fuzzer][afl] Fix build with GCC 2020-05-26 11:35:50 -07:00
dataflow
scripts
standalone
tests [libFuzzer] Fix leak in unit test. 2020-05-21 09:02:22 -07:00
CMakeLists.txt
FuzzerBuiltins.h
FuzzerBuiltinsMsvc.h
FuzzerCommand.h
FuzzerCorpus.h Entropic: Boosting LibFuzzer Performance 2020-05-19 10:28:57 -07:00
FuzzerCrossOver.cpp
FuzzerDataFlowTrace.cpp
FuzzerDataFlowTrace.h
FuzzerDefs.h
FuzzerDictionary.h
FuzzerDriver.cpp Entropic: Boosting LibFuzzer Performance 2020-05-19 10:28:57 -07:00
FuzzerExtFunctions.def
FuzzerExtFunctions.h
FuzzerExtFunctionsDlsym.cpp
FuzzerExtFunctionsWeak.cpp
FuzzerExtFunctionsWindows.cpp
FuzzerExtraCounters.cpp
FuzzerFlags.def Entropic: Boosting LibFuzzer Performance 2020-05-19 10:28:57 -07:00
FuzzerFork.cpp Reland "[NFC][libFuzzer] Prefix TempPath with string showing the work it is doing." 2020-02-10 18:23:39 -08:00
FuzzerFork.h
FuzzerIO.cpp Reland "[NFC][libFuzzer] Prefix TempPath with string showing the work it is doing." 2020-02-10 18:23:39 -08:00
FuzzerIO.h Reland "[NFC][libFuzzer] Prefix TempPath with string showing the work it is doing." 2020-02-10 18:23:39 -08:00
FuzzerIOPosix.cpp
FuzzerIOWindows.cpp
FuzzerInterface.h
FuzzerInternal.h
FuzzerLoop.cpp Entropic: Boosting LibFuzzer Performance 2020-05-19 10:28:57 -07:00
FuzzerMain.cpp
FuzzerMerge.cpp
FuzzerMerge.h [libFuzzer] Fixed description of fuzzer merge control file. 2020-05-29 16:00:26 -07:00
FuzzerMutate.cpp
FuzzerMutate.h
FuzzerOptions.h Entropic: Boosting LibFuzzer Performance 2020-05-19 10:28:57 -07:00
FuzzerRandom.h
FuzzerSHA1.cpp
FuzzerSHA1.h
FuzzerTracePC.cpp
FuzzerTracePC.h
FuzzerUtil.cpp Fix UB in compiler-rt base64 implementation 2020-03-03 13:28:32 +01:00
FuzzerUtil.h [Fuzzer] Rename ExecuteCommandWithPopen to ExecuteCommandNon-Fushsia target will keep using popen/pclose implementation. OnFuchsia, Two-args version of `ExecuteCommand` is a simple wrapper of theone-arg version. (Hopefully) Fix D73329 build on Fuchsia. 2020-02-12 16:03:55 -08:00
FuzzerUtilDarwin.cpp
FuzzerUtilFuchsia.cpp [Fuzzer] Rename ExecuteCommandWithPopen to ExecuteCommandNon-Fushsia target will keep using popen/pclose implementation. OnFuchsia, Two-args version of `ExecuteCommand` is a simple wrapper of theone-arg version. (Hopefully) Fix D73329 build on Fuchsia. 2020-02-12 16:03:55 -08:00
FuzzerUtilLinux.cpp
FuzzerUtilPosix.cpp [Fuzzer] Rename ExecuteCommandWithPopen to ExecuteCommandNon-Fushsia target will keep using popen/pclose implementation. OnFuchsia, Two-args version of `ExecuteCommand` is a simple wrapper of theone-arg version. (Hopefully) Fix D73329 build on Fuchsia. 2020-02-12 16:03:55 -08:00
FuzzerUtilWindows.cpp [Fuzzer] Rename ExecuteCommandWithPopen to ExecuteCommandNon-Fushsia target will keep using popen/pclose implementation. OnFuchsia, Two-args version of `ExecuteCommand` is a simple wrapper of theone-arg version. (Hopefully) Fix D73329 build on Fuchsia. 2020-02-12 16:03:55 -08:00
FuzzerValueBitMap.h
README.txt
build.sh

README.txt

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