llvm/lib/Fuzzer
Kostya Serebryany 99cbf23989 [libFuzzer] remove stale test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@290033 91177308-0d34-0410-b5e6-96231b3b80d8
2016-12-17 02:18:59 +00:00
..
afl
standalone
test [libFuzzer] remove stale test 2016-12-17 02:18:59 +00:00
build.sh
CMakeLists.txt [libFuzzer] build libFuzzer itself with asan 2016-12-12 20:58:10 +00:00
cxx.dict
FuzzerCorpus.h [libFuzzer] add an experimental flag -experimental_len_control=1 that sets max_len to 1M and tries to increases the actual max sizes of mutations very gradually. Also remove a bit of dead code 2016-12-16 22:42:05 +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] avoid msan false positives in more cases 2016-12-16 22:45:25 +00:00
FuzzerDictionary.h [libFuzzer] Clean up headers and file formatting of LibFuzzer files. 2016-12-13 17:46:11 +00:00
FuzzerDriver.cpp [libFuzzer] add an experimental flag -experimental_len_control=1 that sets max_len to 1M and tries to increases the actual max sizes of mutations very gradually. Also remove a bit of dead code 2016-12-16 22:42:05 +00:00
FuzzerExtFunctions.def [libFuzzer] use __sanitizer_get_module_and_offset_for_pc to get the module name while printing the coverage 2016-12-10 01:19:35 +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] add an experimental flag -experimental_len_control=1 that sets max_len to 1M and tries to increases the actual max sizes of mutations very gradually. Also remove a bit of dead code 2016-12-16 22:42:05 +00:00
FuzzerInterface.h
FuzzerInternal.h [libFuzzer] Fix bug in detecting timeouts when input string is empty. 2016-12-13 17:46:25 +00:00
FuzzerIO.cpp [libFuzzer] Clean up headers and file formatting of LibFuzzer files. 2016-12-13 17:46:11 +00:00
FuzzerIO.h [libFuzzer] Avoid name collision with Windows API. 2016-12-13 17:46:40 +00:00
FuzzerIOPosix.cpp [libFuzzer] Avoid name collision with Windows API. 2016-12-13 17:46:40 +00:00
FuzzerIOWindows.cpp [libFuzzer] Avoid name collision with Windows API. 2016-12-13 17:46:40 +00:00
FuzzerLoop.cpp [libFuzzer] avoid msan false positives in more cases 2016-12-16 22:45:25 +00:00
FuzzerMain.cpp
FuzzerMerge.cpp [libFuzzer] enable the failure-resistant merge by default (with trace-pc-guard only) 2016-12-15 06:21:21 +00:00
FuzzerMerge.h [libFuzzer] implement crash-resistant merge (https://github.com/google/sanitizers/issues/722). This is a first experimental variant that needs some more testing, thus not yet adding a lit test (but there are unit tests). 2016-12-09 01:17:24 +00:00
FuzzerMutate.cpp [libFuzzer] add an experimental flag -experimental_len_control=1 that sets max_len to 1M and tries to increases the actual max sizes of mutations very gradually. Also remove a bit of dead code 2016-12-16 22:42:05 +00:00
FuzzerMutate.h
FuzzerOptions.h [libFuzzer] add an experimental flag -experimental_len_control=1 that sets max_len to 1M and tries to increases the actual max sizes of mutations very gradually. Also remove a bit of dead code 2016-12-16 22:42:05 +00:00
FuzzerRandom.h
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
FuzzerTracePC.cpp [libFuzzer] when tracing switch statements, handle only one case at a time (to make things faster). Also ensure that the signals from value profile do not intersect with the regular coverage 2016-12-17 02:03:34 +00:00
FuzzerTracePC.h [libFuzzer] when tracing switch statements, handle only one case at a time (to make things faster). Also ensure that the signals from value profile do not intersect with the regular coverage 2016-12-17 02:03:34 +00:00
FuzzerTraceState.cpp Resubmit "[LibFuzzer] Split FuzzerUtil for Posix and Windows." 2016-12-02 23:02:01 +00:00
FuzzerUtil.cpp [libFuzzer] Properly use unsigned for workers, jobs and NumberOfCpuCores. 2016-12-13 17:45:53 +00:00
FuzzerUtil.h [libFuzzer] Clean up headers and file formatting of LibFuzzer files. 2016-12-13 17:46:11 +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] Clean up headers and file formatting of LibFuzzer files. 2016-12-13 17:46:11 +00:00
FuzzerUtilWindows.cpp [libFuzzer] Fix index error in SearchMemory() implementation for Windows. 2016-12-16 17:35:25 +00:00
FuzzerValueBitMap.h
README.txt

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