1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/lib/Fuzzer
2015-12-04 22:29:39 +00:00
..
test [libFuzzer] compute base64 in-process instead of using an external lib. Since libFuzzer should not depend on anything, just re-implement base64 encoder. PR25746 2015-12-04 22:29:39 +00:00
CMakeLists.txt
cxx_fuzzer_tokens.txt
FuzzerCrossOver.cpp
FuzzerDFSan.h [libFuzzer] make libFuzzer build even with a compiler that does not have sanitizer headers 2015-11-13 01:54:40 +00:00
FuzzerDriver.cpp [libFuzzer] add a flag -exact_artifact_path 2015-11-25 21:40:46 +00:00
FuzzerFlags.def [libFuzzer] add a flag -exact_artifact_path 2015-11-25 21:40:46 +00:00
FuzzerInterface.cpp [libFuzzer] remove some old code; also make __sanitizer_get_total_unique_caller_callee_pairs weak so that newer libFuzzer works with older asan 2015-10-23 18:37:58 +00:00
FuzzerInterface.h [libFuzzer] remove some old code; also make __sanitizer_get_total_unique_caller_callee_pairs weak so that newer libFuzzer works with older asan 2015-10-23 18:37:58 +00:00
FuzzerInternal.h [libFuzzer] compute base64 in-process instead of using an external lib. Since libFuzzer should not depend on anything, just re-implement base64 encoder. PR25746 2015-12-04 22:29:39 +00:00
FuzzerIO.cpp [libFuzzer] compute base64 in-process instead of using an external lib. Since libFuzzer should not depend on anything, just re-implement base64 encoder. PR25746 2015-12-04 22:29:39 +00:00
FuzzerLoop.cpp [libFuzzer] compute base64 in-process instead of using an external lib. Since libFuzzer should not depend on anything, just re-implement base64 encoder. PR25746 2015-12-04 22:29:39 +00:00
FuzzerMain.cpp
FuzzerMutate.cpp [libFuzzer] fix 32-bit build 2015-10-08 00:59:25 +00:00
FuzzerSanitizerOptions.cpp
FuzzerSHA1.cpp
FuzzerTraceState.cpp [libFuzzer] remove default initializer as a workaround for https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68399. Don't need it anyway. 2015-11-18 01:08:30 +00:00
FuzzerUtil.cpp [libFuzzer] compute base64 in-process instead of using an external lib. Since libFuzzer should not depend on anything, just re-implement base64 encoder. PR25746 2015-12-04 22:29:39 +00:00
pull_and_push_fuzz_corpus.sh
README.txt

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