1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/lib/Fuzzer
2016-09-29 17:43:24 +00:00
..
afl
fuzzer-test-suite [libFuzzer] run re2 test in 8 threads by default 2016-09-27 03:33:57 +00:00
test [libFuzzer] add -exit_on_src_pos to test libFuzzer itself, add a test script for RE2 that uses this flag 2016-09-27 00:10:20 +00:00
build.sh [libFuzzer] add a standalone build script 2016-09-24 04:00:00 +00:00
CMakeLists.txt [libFuzzer] use __attribute__((target("popcnt"))) only on x86_64 2016-08-24 01:38:42 +00:00
cxx.dict
FuzzerCorpus.h [libFuzzer] fix merging with trace-pc-guard 2016-09-23 01:58:51 +00:00
FuzzerCrossOver.cpp [libFuzzer] more refactoring; NFC 2016-09-21 02:05:39 +00:00
FuzzerDefs.h [libFuzzer] add -exit_on_src_pos to test libFuzzer itself, add a test script for RE2 that uses this flag 2016-09-27 00:10:20 +00:00
FuzzerDFSan.h
FuzzerDictionary.h [libFuzzer] more refactoring; NFC 2016-09-21 02:05:39 +00:00
FuzzerDriver.cpp [libFuzzer] add -exit_on_src_pos to test libFuzzer itself, add a test script for RE2 that uses this flag 2016-09-27 00:10:20 +00:00
FuzzerExtFunctions.def [libFizzer] rename -print_new_cov_pcs=1 into -print_pcs=1 and make it more useful: print PCs only after the initial corpus has been read and symbolize them 2016-08-25 22:35:08 +00:00
FuzzerExtFunctions.h
FuzzerExtFunctionsDlsym.cpp [libFuzzer] more refactoring 2016-09-21 21:17:23 +00:00
FuzzerExtFunctionsWeak.cpp [libFuzzer] more refactoring 2016-09-21 21:17:23 +00:00
FuzzerFlags.def [libFuzzer] add -exit_on_src_pos to test libFuzzer itself, add a test script for RE2 that uses this flag 2016-09-27 00:10:20 +00:00
FuzzerFnAdapter.h
FuzzerInterface.h
FuzzerInternal.h [libFuzzer] add -exit_on_src_pos to test libFuzzer itself, add a test script for RE2 that uses this flag 2016-09-27 00:10:20 +00:00
FuzzerIO.cpp [libFuzzer] more refactoring; NFC 2016-09-21 02:05:39 +00:00
FuzzerLoop.cpp [sanitizer-coverage/libFuzzer] make the guards for trace-pc 32-bit; create one array of guards per function, instead of one guard per BB. reorganize the code so that trace-pc-guard does not create unneeded globals 2016-09-29 17:43:24 +00:00
FuzzerMain.cpp [libFuzzer] refactoring: split the large header into many; NFC 2016-09-21 01:50:50 +00:00
FuzzerMutate.cpp [libFuzzer] add 'features' to the corpus elements, allow mutations with Size > MaxSize, fix sha1 in corpus stats; various refactorings 2016-09-22 01:34:58 +00:00
FuzzerMutate.h [libFuzzer] more refactoring; NFC 2016-09-21 02:05:39 +00:00
FuzzerOptions.h [libFuzzer] add -exit_on_src_pos to test libFuzzer itself, add a test script for RE2 that uses this flag 2016-09-27 00:10:20 +00:00
FuzzerRandom.h [libFuzzer] refactoring: split the large header into many; NFC 2016-09-21 01:50:50 +00:00
FuzzerSHA1.cpp [libFuzzer] more refactoring 2016-09-21 21:17:23 +00:00
FuzzerTracePC.cpp [sanitizer-coverage/libFuzzer] make the guards for trace-pc 32-bit; create one array of guards per function, instead of one guard per BB. reorganize the code so that trace-pc-guard does not create unneeded globals 2016-09-29 17:43:24 +00:00
FuzzerTracePC.h [sanitizer-coverage/libFuzzer] make the guards for trace-pc 32-bit; create one array of guards per function, instead of one guard per BB. reorganize the code so that trace-pc-guard does not create unneeded globals 2016-09-29 17:43:24 +00:00
FuzzerTraceState.cpp [libFuzzer] move value profiling logic into TracePC 2016-09-23 00:46:18 +00:00
FuzzerUtil.cpp [libFuzzer] add -exit_on_src_pos to test libFuzzer itself, add a test script for RE2 that uses this flag 2016-09-27 00:10:20 +00:00
FuzzerUtilDarwin.cpp [libFuzzer] more refactoring 2016-09-21 21:17:23 +00:00
FuzzerUtilLinux.cpp [libFuzzer] more refactoring 2016-09-21 21:17:23 +00:00
FuzzerValueBitMap.h [libFuzzer] initialize ValueBitMap::NumBits 2016-09-29 15:51:28 +00:00
README.txt

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