llvm-6502/lib/Fuzzer
2015-05-17 02:44:31 +00:00
..
test [lib/Fuzzer] Add SHA1 implementation from public domain. 2015-05-14 22:41:49 +00:00
CMakeLists.txt [lib/Fuzzer] Add SHA1 implementation from public domain. 2015-05-14 22:41:49 +00:00
cxx_fuzzer_tokens.txt
FuzzerCrossOver.cpp
FuzzerDriver.cpp [lib/Fuzzer] guess the right number of workers if -jobs=N is given but -workers=M is not. Update the docs. 2015-05-12 18:51:57 +00:00
FuzzerFlags.def [lib/Fuzzer] enable -use_counters=1 by default 2015-05-13 18:31:46 +00:00
FuzzerInterface.h
FuzzerInternal.h [lib/Fuzzer] Add SHA1 implementation from public domain. 2015-05-14 22:41:49 +00:00
FuzzerIO.cpp [lib/Fuzzer] use -fsanitize-coverage=trace-cmp when building LLVM with LLVM_USE_SANITIZE_COVERAGE; in lib/Fuzzer try to reload the corpus to pick up new units from other processes 2015-05-08 21:30:55 +00:00
FuzzerLoop.cpp Code cleanup: Reindent Fuzzer::MutateAndTestOne. 2015-05-17 02:44:31 +00:00
FuzzerMain.cpp [lib/Fuzzer] rename TestOneInput to LLVMFuzzerTestOneInput to make it more unique 2015-05-06 22:19:00 +00:00
FuzzerMutate.cpp
FuzzerSanitizerOptions.cpp
FuzzerSHA1.cpp [lib/Fuzzer] Add SHA1 implementation from public domain. 2015-05-14 22:41:49 +00:00
FuzzerTraceState.cpp [lib/Fuzzer] remove the -dfsan=1 flag, just use -use_traces=1 (w/ or w/o dfsan) 2015-05-12 01:58:34 +00:00
FuzzerUtil.cpp [lib/Fuzzer] Add SHA1 implementation from public domain. 2015-05-14 22:41:49 +00:00
pull_and_push_fuzz_corpus.sh [lib/Fuzzer] A simple script to synchronise a fuzz test corpus with an external git repository. 2015-05-12 23:19:12 +00:00
README.txt

Move to http://llvm.org/docs/LibFuzzer.html