1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/lib/Fuzzer
2017-01-27 00:20:55 +00:00
..
afl [libFuzzer] extend the messages printed by afl_driver 2016-07-19 23:18:28 +00:00
standalone [libFuzzer] add StandaloneFuzzTargetMain.c and a test for it 2016-10-25 22:30:34 +00:00
test [libFuzzer] make sure we use the feedback from std::string operator == 2017-01-23 22:11:04 +00:00
build.sh [libFuzzer] Use CXX to set compiler to use 2017-01-21 01:21:56 +00:00
CMakeLists.txt [libFuzzer] experimental support for 'equivalance fuzzing' 2017-01-20 20:57:07 +00:00
cxx.dict [libFuzzer] add AFL-style dictionary for C++, remove the old file with tokens 2015-12-22 01:50:51 +00:00
FuzzerCorpus.h Include <algorithm> for std::max etc 2016-12-30 00:15:40 +00:00
FuzzerCrossOver.cpp [libFuzzer] Clean up headers and file formatting of LibFuzzer files. 2016-12-13 17:46:11 +00:00
FuzzerDefs.h [libFuzzer] simplify the code for __sanitizer_cov_trace_pc_guard and make sure it is not asan/msan-instrumented 2017-01-26 01:04:54 +00:00
FuzzerDictionary.h [libFuzzer] use table of recent compares for memcmp/strcmp (to unify the code between cmp and memcmp handling) 2017-01-17 23:09:05 +00:00
FuzzerDriver.cpp [libFuzzer] use print+exit(1) instead of assert to report an error 2017-01-21 00:13:50 +00:00
FuzzerExtFunctions.def [libFuzzer] call __sanitizer_dump_coverage via EF 2017-01-20 23:35:29 +00:00
FuzzerExtFunctions.h [libFuzzer] Clean up headers and file formatting of LibFuzzer files. 2016-12-13 17:46:11 +00:00
FuzzerExtFunctionsDlsym.cpp [libFuzzer] Clean up headers and file formatting of LibFuzzer files. 2016-12-13 17:46:11 +00:00
FuzzerExtFunctionsWeak.cpp [libFuzzer] Clean up headers and file formatting of LibFuzzer files. 2016-12-13 17:46:11 +00:00
FuzzerExtFunctionsWeakAlias.cpp [libFuzzer] Clean up headers and file formatting of LibFuzzer files. 2016-12-13 17:46:11 +00:00
FuzzerFlags.def [libFuzzer] experimental support for 'equivalance fuzzing' 2017-01-20 20:57:07 +00:00
FuzzerInterface.h [libFuzzer] use table of recent compares for memcmp/strcmp (to unify the code between cmp and memcmp handling) 2017-01-17 23:09:05 +00:00
FuzzerInternal.h [libFuzzer] remove a bit of stale code 2017-01-26 01:45:54 +00:00
FuzzerIO.cpp [libFuzzer] Avoid undefined behavior, properly discard output to stdout/stderr. 2017-01-22 01:58:45 +00:00
FuzzerIO.h [libFuzzer] simplify the code for __sanitizer_cov_trace_pc_guard and make sure it is not asan/msan-instrumented 2017-01-26 01:04:54 +00:00
FuzzerIOPosix.cpp [libFuzzer] simplify the code for __sanitizer_cov_trace_pc_guard and make sure it is not asan/msan-instrumented 2017-01-26 01:04:54 +00:00
FuzzerIOWindows.cpp [libFuzzer] simplify the code for __sanitizer_cov_trace_pc_guard and make sure it is not asan/msan-instrumented 2017-01-26 01:04:54 +00:00
FuzzerLoop.cpp [libFuzzer] remove a bit of stale code 2017-01-26 01:45:54 +00:00
FuzzerMain.cpp [libFuzzer] refactoring: split the large header into many; NFC 2016-09-21 01:50:50 +00:00
FuzzerMerge.cpp [libFuzzer] exit(1) on failed merge 2017-01-18 00:55:29 +00:00
FuzzerMerge.h [libFuzzer] use less memory for merge 2016-12-17 08:20:24 +00:00
FuzzerMutate.cpp [libFuzzer] mutate empty input using the regular mutators (instead of a custom dummy one). This way when we mutate an empty input there is a chance we will get a dictionary word 2017-01-23 22:52:13 +00:00
FuzzerMutate.h [libFuzzer] use table of recent compares for memcmp/strcmp (to unify the code between cmp and memcmp handling) 2017-01-17 23:09:05 +00:00
FuzzerOptions.h [libFuzzer] remove stale code 2017-01-18 01:10:18 +00:00
FuzzerRandom.h [libFuzzer] when mutating based on CMP traces also try adding +/- 1 to the desired bytes. Add another test for use_cmp 2016-10-25 20:15:15 +00:00
FuzzerSHA1.cpp [LibFuzzer] Split up some functions among different headers. 2016-11-30 19:06:14 +00:00
FuzzerSHA1.h [libFuzzer] Clean up headers and file formatting of LibFuzzer files. 2016-12-13 17:46:11 +00:00
FuzzerShmem.h [libFuzzer] experimental support for 'equivalance fuzzing' 2017-01-20 20:57:07 +00:00
FuzzerShmemPosix.cpp [libFuzzer] Don't use #ifdef for defined macros, instead use #if. 2017-01-20 22:49:13 +00:00
FuzzerTracePC.cpp [libFuzzer] make sure (again) that __builtin_popcountl is compiled into popcnt 2017-01-27 00:20:55 +00:00
FuzzerTracePC.h [libFuzzer] simplify the value profile code and disable asan/msan on it 2017-01-27 00:09:59 +00:00
FuzzerTraceState.cpp [libFuzzer] remove stale code 2017-01-18 01:10:18 +00:00
FuzzerUtil.cpp [libFuzzer] Properly use unsigned for workers, jobs and NumberOfCpuCores. 2016-12-13 17:45:53 +00:00
FuzzerUtil.h [libFuzzer] Portably disassemble and find calls to sanitizer_cov_trace_pc_guard. 2017-01-22 01:58:26 +00:00
FuzzerUtilDarwin.cpp [libFuzzer] Clean up headers and file formatting of LibFuzzer files. 2016-12-13 17:46:11 +00:00
FuzzerUtilLinux.cpp [libFuzzer] Clean up headers and file formatting of LibFuzzer files. 2016-12-13 17:46:11 +00:00
FuzzerUtilPosix.cpp [libFuzzer] Portably disassemble and find calls to sanitizer_cov_trace_pc_guard. 2017-01-22 01:58:26 +00:00
FuzzerUtilWindows.cpp [libFuzzer] Portably disassemble and find calls to sanitizer_cov_trace_pc_guard. 2017-01-22 01:58:26 +00:00
FuzzerValueBitMap.h [libFuzzer] simplify the value profile code and disable asan/msan on it 2017-01-27 00:09:59 +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