llvm-project/compiler-rt/lib/fuzzer
Stella Laurenzo 38151a08c2 Reapply "[cmake] Prefix gtest and gtest_main with "llvm_"."
This reverts commit 7cdda6b8ce.

Differential Revision: https://reviews.llvm.org/D121020
2022-03-04 13:45:43 -08:00
..
afl [Sanitizers] Remove OpenBSD support (new attempt) 2020-10-20 11:16:09 +01:00
dataflow [libfuzzer] Disable failing DFSan-related tests 2021-06-19 01:09:19 +00:00
scripts
standalone
tests Reapply "[cmake] Prefix gtest and gtest_main with "llvm_"." 2022-03-04 13:45:43 -08:00
CMakeLists.txt [libc++] Disable coverage with sanitize-coverage=0 2022-01-07 17:53:21 -08:00
FuzzerBuiltins.h [crt][fuzzer] Fix up various numeric conversions 2021-03-11 16:01:28 -08:00
FuzzerBuiltinsMsvc.h [libFuzzer] replace Vector/Set with std::vector/std::set. The custom names are not required any more since we now build with a private version of libc++. Fix some of the 81+ character lines. Mechanical change, NFC expected. 2021-08-03 11:31:04 -07:00
FuzzerCommand.h [libFuzzer] replace Vector/Set with std::vector/std::set. The custom names are not required any more since we now build with a private version of libc++. Fix some of the 81+ character lines. Mechanical change, NFC expected. 2021-08-03 11:31:04 -07:00
FuzzerCorpus.h [libFuzzer] Update InputInfo.TimeOfUnit when replacing it in the corpus. 2021-10-20 06:52:57 -07:00
FuzzerCrossOver.cpp Revert "Refactor mutation strategies into a standalone library" 2021-07-02 09:45:11 -07:00
FuzzerDataFlowTrace.cpp [compiler-rt] NFC: Fix trivial typo 2021-09-04 14:12:58 +05:30
FuzzerDataFlowTrace.h [libFuzzer] replace Vector/Set with std::vector/std::set. The custom names are not required any more since we now build with a private version of libc++. Fix some of the 81+ character lines. Mechanical change, NFC expected. 2021-08-03 11:31:04 -07:00
FuzzerDefs.h [libFuzzer] replace Vector/Set with std::vector/std::set. The custom names are not required any more since we now build with a private version of libc++. Fix some of the 81+ character lines. Mechanical change, NFC expected. 2021-08-03 11:31:04 -07:00
FuzzerDictionary.h [libFuzzer] Fix two typos 2021-10-01 13:15:43 +02:00
FuzzerDriver.cpp Redistribute energy for Corpus 2021-09-08 09:22:45 -07:00
FuzzerExtFunctions.def
FuzzerExtFunctions.h
FuzzerExtFunctionsDlsym.cpp
FuzzerExtFunctionsWeak.cpp [Sanitizers] Remove OpenBSD support (new attempt) 2020-10-20 11:16:09 +01:00
FuzzerExtFunctionsWindows.cpp
FuzzerExtraCounters.cpp Enable extra coverage counters on Windows 2021-08-05 11:40:15 -07:00
FuzzerExtraCountersDarwin.cpp [libFuzzer] Add missing include on Darwin. 2021-08-05 12:27:13 -07:00
FuzzerExtraCountersWindows.cpp [fuzzer] Fix building on case sensitive mingw platforms 2021-08-06 08:53:13 +03:00
FuzzerFlags.def Redistribute energy for Corpus 2021-09-08 09:22:45 -07:00
FuzzerFork.cpp [libFuzzer] Add missing argument to CrashResistantMerge. 2021-09-08 11:48:33 -07:00
FuzzerFork.h [libFuzzer] replace Vector/Set with std::vector/std::set. The custom names are not required any more since we now build with a private version of libc++. Fix some of the 81+ character lines. Mechanical change, NFC expected. 2021-08-03 11:31:04 -07:00
FuzzerIO.cpp [libFuzzer] Use octal instead of hex escape sequences in PrintASCII 2021-10-04 11:29:54 +02:00
FuzzerIO.h [libFuzzer] Use octal instead of hex escape sequences in PrintASCII 2021-10-04 11:29:54 +02:00
FuzzerIOPosix.cpp [libFuzzer] replace Vector/Set with std::vector/std::set. The custom names are not required any more since we now build with a private version of libc++. Fix some of the 81+ character lines. Mechanical change, NFC expected. 2021-08-03 11:31:04 -07:00
FuzzerIOWindows.cpp [libFuzzer] replace Vector/Set with std::vector/std::set. The custom names are not required any more since we now build with a private version of libc++. Fix some of the 81+ character lines. Mechanical change, NFC expected. 2021-08-03 11:31:04 -07:00
FuzzerInterceptors.cpp [fuzzer] Fix build on musl 2021-06-13 12:32:07 -07:00
FuzzerInterface.h
FuzzerInternal.h Greedy set cover implementation of `Merger::Merge` 2021-09-07 09:42:38 -07:00
FuzzerLoop.cpp [libFuzzer] Update InputInfo.TimeOfUnit when replacing it in the corpus. 2021-10-20 06:52:57 -07:00
FuzzerMain.cpp
FuzzerMerge.cpp Greedy set cover implementation of `Merger::Merge` 2021-09-07 09:42:38 -07:00
FuzzerMerge.h Greedy set cover implementation of `Merger::Merge` 2021-09-07 09:42:38 -07:00
FuzzerMutate.cpp [libFuzzer] replace Vector/Set with std::vector/std::set. The custom names are not required any more since we now build with a private version of libc++. Fix some of the 81+ character lines. Mechanical change, NFC expected. 2021-08-03 11:31:04 -07:00
FuzzerMutate.h [libFuzzer] replace Vector/Set with std::vector/std::set. The custom names are not required any more since we now build with a private version of libc++. Fix some of the 81+ character lines. Mechanical change, NFC expected. 2021-08-03 11:31:04 -07:00
FuzzerOptions.h Redistribute energy for Corpus 2021-09-08 09:22:45 -07:00
FuzzerPlatform.h [Sanitizers] Remove OpenBSD support (new attempt) 2020-10-20 11:16:09 +01:00
FuzzerRandom.h Revert "Refactor mutation strategies into a standalone library" 2021-07-02 09:45:11 -07:00
FuzzerSHA1.cpp [crt][fuzzer] Fix up various numeric conversions 2021-03-11 16:01:28 -08:00
FuzzerSHA1.h
FuzzerTracePC.cpp [libFuzzer] Refactor GetNextInstructionPc/GetPreviousInstructionPc 2022-02-22 16:25:57 -08:00
FuzzerTracePC.h [libFuzzer] replace Vector/Set with std::vector/std::set. The custom names are not required any more since we now build with a private version of libc++. Fix some of the 81+ character lines. Mechanical change, NFC expected. 2021-08-03 11:31:04 -07:00
FuzzerUtil.cpp [libFuzzer] Use octal instead of hex escape sequences in PrintASCII 2021-10-04 11:29:54 +02:00
FuzzerUtil.h [libFuzzer] replace Vector/Set with std::vector/std::set. The custom names are not required any more since we now build with a private version of libc++. Fix some of the 81+ character lines. Mechanical change, NFC expected. 2021-08-03 11:31:04 -07:00
FuzzerUtilDarwin.cpp
FuzzerUtilFuchsia.cpp [fuzzer][fuchsia] Close exception channel before exiting. 2021-09-16 11:57:12 -07:00
FuzzerUtilLinux.cpp [Sanitizers] Remove OpenBSD support (new attempt) 2020-10-20 11:16:09 +01:00
FuzzerUtilPosix.cpp Revert "Refactor mutation strategies into a standalone library" 2021-07-02 09:45:11 -07:00
FuzzerUtilWindows.cpp [libFuzzer] replace Vector/Set with std::vector/std::set. The custom names are not required any more since we now build with a private version of libc++. Fix some of the 81+ character lines. Mechanical change, NFC expected. 2021-08-03 11:31:04 -07:00
FuzzerValueBitMap.h
README.txt
build.sh Revert "Refactor mutation strategies into a standalone library" 2021-07-02 09:45:11 -07:00

README.txt

See http://llvm.org/docs/LibFuzzer.html