llvm/lib/Fuzzer
Kostya Serebryany 3785710791 [libFuzzer] remove even more stale code
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@297797 91177308-0d34-0410-b5e6-96231b3b80d8
2017-03-15 00:39:06 +00:00
..
afl
standalone
test [libFuzzer] remove stale code 2017-03-14 21:30:14 +00:00
build.sh [libFuzzer] Use CXX to set compiler to use 2017-01-21 01:21:56 +00:00
CMakeLists.txt [CMake] Fix pthread handling for out-of-tree builds 2017-02-10 01:59:20 +00:00
cxx.dict
FuzzerCorpus.h [libFuzzer] replace std::random_shuffle with std::shuffle as std::random_shuffle is being deprecated in C++17. Also simplify fuzzer::Random. NFC 2017-02-07 22:37:34 +00:00
FuzzerCrossOver.cpp
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] increase the size of FixedWord from 27 to 64, see PR31950 2017-02-14 23:02:37 +00:00
FuzzerDriver.cpp [libFuzzer] remove more stale code 2017-03-14 21:47:52 +00:00
FuzzerExtFunctions.def [libFuzzer] remove usage of the old coverage instrumentation 2017-02-28 23:23:48 +00:00
FuzzerExtFunctions.h
FuzzerExtFunctionsDlsym.cpp
FuzzerExtFunctionsDlsymWin.cpp [libFuzzer] Use dynamic loading for External Functions on Windows. 2017-02-10 01:35:46 +00:00
FuzzerExtFunctionsWeak.cpp
FuzzerExtFunctionsWeakAlias.cpp
FuzzerFlags.def [libFuzzer] experimental support for 'equivalance fuzzing' 2017-01-20 20:57:07 +00:00
FuzzerInterface.h
FuzzerInternal.h [libFuzzer] remove even more stale code 2017-03-15 00:39:06 +00:00
FuzzerIO.cpp [libFuzzer] Properly use Handle instead of FD on Windows. 2017-02-08 00:03:18 +00:00
FuzzerIO.h [libFuzzer] Properly use Handle instead of FD on Windows. 2017-02-08 00:03:18 +00:00
FuzzerIOPosix.cpp [libFuzzer] Properly use Handle instead of FD on Windows. 2017-02-08 00:03:18 +00:00
FuzzerIOWindows.cpp [libFuzzer] Properly use Handle instead of FD on Windows. 2017-02-08 00:03:18 +00:00
FuzzerLoop.cpp [libFuzzer] remove even more stale code 2017-03-15 00:39:06 +00:00
FuzzerMain.cpp
FuzzerMerge.cpp [libFuzzer] reduce the number of vector resizes during merge (https://github.com/google/oss-fuzz/issues/445) 2017-03-11 02:50:47 +00:00
FuzzerMerge.h [libFuzzer] print how much memory is consumed by the outer merge process (https://github.com/google/oss-fuzz/issues/445) 2017-03-11 02:26:20 +00:00
FuzzerMutate.cpp [fuzzer] Don't crash if LLVMFuzzerMutate was called by CustomCrossOver 2017-03-07 20:37:38 +00:00
FuzzerMutate.h [fuzzer] Don't crash if LLVMFuzzerMutate was called by CustomCrossOver 2017-03-07 20:37:38 +00:00
FuzzerOptions.h [libFuzzer] remove stale code 2017-01-18 01:10:18 +00:00
FuzzerRandom.h [libFuzzer] replace std::random_shuffle with std::shuffle as std::random_shuffle is being deprecated in C++17. Also simplify fuzzer::Random. NFC 2017-02-07 22:37:34 +00:00
FuzzerSHA1.cpp
FuzzerSHA1.h
FuzzerShmem.h [libFuzzer] increase the default size for shmem 2017-02-01 00:07:47 +00:00
FuzzerShmemPosix.cpp [libfuzzer] chromium-related compilation fixes 2017-02-03 20:26:44 +00:00
FuzzerShmemWindows.cpp [libFuzzer] Temporarily fix Shmem for Windows. 2017-02-08 00:02:12 +00:00
FuzzerTracePC.cpp [libFuzzer] Use stoull instead of stol to ensure 64 bits. 2017-02-10 18:44:14 +00:00
FuzzerTracePC.h [libFuzzer] remove more stale code 2017-03-14 21:47:52 +00:00
FuzzerTraceState.cpp [libfuzzer] chromium-related compilation fixes 2017-02-03 20:26:44 +00:00
FuzzerUtil.cpp
FuzzerUtil.h [libFuzzer] Portably disassemble and find calls to sanitizer_cov_trace_pc_guard. 2017-01-22 01:58:26 +00:00
FuzzerUtilDarwin.cpp
FuzzerUtilLinux.cpp
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] Properly handle exceptions with UnhandledExceptionFilter. 2017-02-02 19:07:53 +00:00
FuzzerValueBitMap.h [libFuzzer] don't clear Counters in TracePC::CollectFeatures since they will be cleared anyway in ResetMaps 2017-03-14 21:40:53 +00:00
README.txt

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