This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
compiler-rt
/
lib
/
fuzzer
History
MarcoFalke
52526065bc
[NFC][compiler-rt] Add missing space in libfuzzer -help docs
2023-07-28 09:59:32 +02:00
..
afl
…
dataflow
…
scripts
[NFC][Py Reformat] Reformat python files in the rest of the dirs
2023-05-25 11:17:05 +02:00
standalone
…
tests
[compiler-rt] [test] [fuzzer] Don't pass msvc/clang-cl specific flags to mingw tools
2023-04-06 11:07:42 +03:00
build.sh
…
CMakeLists.txt
[CMake] Option to select C++ library for runtimes that use it
2022-07-08 22:10:24 +00:00
FuzzerBuiltins.h
…
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
[Fuzzer] Assign names to workers
2023-07-26 05:49:35 +01:00
FuzzerCorpus.h
[libfuzzer] avoid unneccessary auto-copy
2023-04-26 19:06:40 -07:00
FuzzerCrossOver.cpp
…
FuzzerDataFlowTrace.cpp
[libfuzzer] avoid unneccessary copy
2023-03-09 22:11:48 -08:00
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
[Fuzzer] Assign names to workers
2023-07-26 05:49:35 +01:00
FuzzerExtFunctions.def
…
FuzzerExtFunctions.h
…
FuzzerExtFunctionsDlsym.cpp
…
FuzzerExtFunctionsWeak.cpp
…
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
[NFC][compiler-rt] Add missing space in libfuzzer -help docs
2023-07-28 09:59:32 +02:00
FuzzerFork.cpp
Adding missing colon
2023-01-19 20:57:12 -08: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
FuzzerInterceptors.cpp
…
FuzzerInterface.h
…
FuzzerInternal.h
[libfuzzer] Fix build error due to out-of-line definition of 'Fuzzer' does not match any declaration in 'fuzzer::Fuzzer' (NFC)
2023-03-10 14:52:28 +08:00
FuzzerIO.cpp
[fuzzer] Use puts() rather than printf() in CopyFileToErr()
2023-03-28 14:19:35 -07:00
FuzzerIO.h
[fuzzer] Use puts() rather than printf() in CopyFileToErr()
2023-03-28 14:19:35 -07: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
FuzzerLoop.cpp
[libfuzzer] avoid unneccessary copy
2023-03-09 22:11:48 -08:00
FuzzerMain.cpp
…
FuzzerMerge.cpp
[libfuzzer] add test of cov file-id in control file
2023-03-22 22:55:48 -07:00
FuzzerMerge.h
Greedy set cover implementation of
Merger::Merge
2021-09-07 09:42:38 -07:00
FuzzerMutate.cpp
[libfuzzer] avoid unneccessary copy
2023-03-09 22:11:48 -08: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
…
FuzzerRandom.h
…
FuzzerSHA1.cpp
…
FuzzerSHA1.h
…
FuzzerTracePC.cpp
[fuzzer] Enable loongarch64
2023-07-18 09:40:25 +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
[fuzzer] Platfom specific version of PageSize
2023-05-25 21:00:14 -07:00
FuzzerUtil.h
[Fuzzer] Assign names to workers
2023-07-26 05:49:35 +01:00
FuzzerUtilDarwin.cpp
[Fuzzer] Assign names to workers
2023-07-26 05:49:35 +01:00
FuzzerUtilFuchsia.cpp
[Fuzzer] Assign names to workers
2023-07-26 05:49:35 +01:00
FuzzerUtilLinux.cpp
[Fuzzer] Assign names to workers
2023-07-26 05:49:35 +01:00
FuzzerUtilPosix.cpp
[fuzzer] Platfom specific version of PageSize
2023-05-25 21:00:14 -07:00
FuzzerUtilWindows.cpp
Revert "[Fuzzer] SetThreadName implementation for Windows"
2023-07-28 06:00:42 +01:00
FuzzerValueBitMap.h
…
README.txt
…
README.txt
See http://llvm.org/docs/LibFuzzer.html