llvm-6502/lib/Fuzzer
Kostya Serebryany 3506457311 Move lib/Fuzzer docs from a README.txt to a proper .rst file.
Summary:
Move lib/Fuzzer docs from a README.txt to a proper .rst file.
This change does not add any content, just formatting.

Test Plan: n/a

Reviewers: samsonov

Reviewed By: samsonov

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D8710

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233638 91177308-0d34-0410-b5e6-96231b3b80d8
2015-03-30 23:05:30 +00:00
..
test DFSan-based fuzzer (proof of concept). 2015-03-30 22:09:51 +00:00
CMakeLists.txt DFSan-based fuzzer (proof of concept). 2015-03-30 22:09:51 +00:00
dfsan_fuzzer_abi.list DFSan-based fuzzer (proof of concept). 2015-03-30 22:09:51 +00:00
FuzzerCrossOver.cpp Reverting r227452, which adds back the fuzzer library. Now excluding the fuzzer library based on LLVM_USE_SANITIZE_COVERAGE being set or unset. 2015-01-29 16:58:29 +00:00
FuzzerDFSan.cpp DFSan-based fuzzer (proof of concept). 2015-03-30 22:09:51 +00:00
FuzzerDriver.cpp DFSan-based fuzzer (proof of concept). 2015-03-30 22:09:51 +00:00
FuzzerFlags.def DFSan-based fuzzer (proof of concept). 2015-03-30 22:09:51 +00:00
FuzzerInterface.h [fuzzer] split main() into FuzzerDriver() that takes a callback as a parameter and a tiny main() in a separate file 2015-02-19 18:45:37 +00:00
FuzzerInternal.h [fuzzer] when a single unit takes over 1 second to run and it is the slowest one so far, print it. 2015-03-30 23:04:35 +00:00
FuzzerIO.cpp [fuzzer] make multi-process execution more verbose; fix mutation to actually respect mutation depth and to never produce empty units 2015-02-04 19:10:20 +00:00
FuzzerLoop.cpp [fuzzer] when a single unit takes over 1 second to run and it is the slowest one so far, print it. 2015-03-30 23:04:35 +00:00
FuzzerMain.cpp [fuzzer] split main() into FuzzerDriver() that takes a callback as a parameter and a tiny main() in a separate file 2015-02-19 18:45:37 +00:00
FuzzerMutate.cpp [fuzzer] properly annotate fallthrough, add one more entry to FAQ 2015-02-19 18:21:12 +00:00
FuzzerSanitizerOptions.cpp [fuzzer] move default sanitizer options to a separate file 2015-02-06 19:52:07 +00:00
FuzzerUtil.cpp Reverting r227452, which adds back the fuzzer library. Now excluding the fuzzer library based on LLVM_USE_SANITIZE_COVERAGE being set or unset. 2015-01-29 16:58:29 +00:00
README.txt Move lib/Fuzzer docs from a README.txt to a proper .rst file. 2015-03-30 23:05:30 +00:00

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