This website requires JavaScript.
Explore
Help
Register
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2025-03-01 00:35:43 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
/
Fuzzer
History
Kostya Serebryany
9843ef6423
[lib/Fuzzer] build tests that work well with dfsan also w/o dfsan
...
llvm-svn: 236909
2015-05-08 21:45:19 +00:00
..
test
[lib/Fuzzer] build tests that work well with dfsan also w/o dfsan
2015-05-08 21:45:19 +00:00
CMakeLists.txt
Removing a spurious space; NFC.
2015-04-06 16:09:13 +00:00
cxx_fuzzer_tokens.txt
[fuzzer] Add support for token-based fuzzing (e.g. for C++). Allow string flags.
2015-03-31 20:13:20 +00:00
FuzzerCrossOver.cpp
…
FuzzerDFSan.cpp
Update CMake flags, LibFuzzer comments and docs for new -fsanitize-coverage= flags.
2015-05-07 23:33:24 +00:00
FuzzerDriver.cpp
[lib/Fuzzer] use -fsanitize-coverage=trace-cmp when building LLVM with LLVM_USE_SANITIZE_COVERAGE; in lib/Fuzzer try to reload the corpus to pick up new units from other processes
2015-05-08 21:30:55 +00:00
FuzzerFlags.def
[lib/Fuzzer] use -fsanitize-coverage=trace-cmp when building LLVM with LLVM_USE_SANITIZE_COVERAGE; in lib/Fuzzer try to reload the corpus to pick up new units from other processes
2015-05-08 21:30:55 +00:00
FuzzerInterface.h
[fuzzer] split main() into FuzzerDriver() that takes a callback as a parameter and a tiny main() in a separate file
2015-02-19 18:45:37 +00:00
FuzzerInternal.h
[lib/Fuzzer] use -fsanitize-coverage=trace-cmp when building LLVM with LLVM_USE_SANITIZE_COVERAGE; in lib/Fuzzer try to reload the corpus to pick up new units from other processes
2015-05-08 21:30:55 +00:00
FuzzerIO.cpp
[lib/Fuzzer] use -fsanitize-coverage=trace-cmp when building LLVM with LLVM_USE_SANITIZE_COVERAGE; in lib/Fuzzer try to reload the corpus to pick up new units from other processes
2015-05-08 21:30:55 +00:00
FuzzerLoop.cpp
[lib/Fuzzer] use -fsanitize-coverage=trace-cmp when building LLVM with LLVM_USE_SANITIZE_COVERAGE; in lib/Fuzzer try to reload the corpus to pick up new units from other processes
2015-05-08 21:30:55 +00:00
FuzzerMain.cpp
[lib/Fuzzer] rename TestOneInput to LLVMFuzzerTestOneInput to make it more unique
2015-05-06 22:19:00 +00:00
FuzzerMutate.cpp
[fuzzer] properly annotate fallthrough, add one more entry to FAQ
2015-02-19 18:21:12 +00:00
FuzzerSanitizerOptions.cpp
[lib/Fuzzer] use handle_abort=1 by default so that when assert() fires we save the test case
2015-05-05 01:42:55 +00:00
FuzzerUtil.cpp
[fuzzer] document the -tokens flag. Also change the diagnostic output
2015-04-01 21:33:20 +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
README.txt
Move to http://llvm.org/docs/LibFuzzer.html