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-02-15 01:37:53 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
/
Fuzzer
History
Kostya Serebryany
a9a320d2db
[libFuzzer] move common parts of shell scripts into a separate file
...
llvm-svn: 282954
2016-09-30 21:12:30 +00:00
..
afl
[libFuzzer] extend the messages printed by afl_driver
2016-07-19 23:18:28 +00:00
fuzzer-test-suite
[libFuzzer] move common parts of shell scripts into a separate file
2016-09-30 21:12:30 +00:00
test
[libFuzzer] remove the code for -print_pcs=1 with the old coverage. It still works with the new one (trace-pc-guard)
2016-09-30 01:24:57 +00:00
build.sh
[libFuzzer] add a standalone build script
2016-09-24 04:00:00 +00:00
CMakeLists.txt
[libFuzzer] use __attribute__((target("popcnt"))) only on x86_64
2016-08-24 01:38:42 +00:00
cxx.dict
[libFuzzer] add AFL-style dictionary for C++, remove the old file with tokens
2015-12-22 01:50:51 +00:00
FuzzerCorpus.h
[libFuzzer] more the feature set to InputCorpus; on feature update, change the feature counter of the old best input
2016-09-30 01:19:56 +00:00
FuzzerCrossOver.cpp
[libFuzzer] more refactoring; NFC
2016-09-21 02:05:39 +00:00
FuzzerDefs.h
[libFuzzer] add -exit_on_src_pos to test libFuzzer itself, add a test script for RE2 that uses this flag
2016-09-27 00:10:20 +00:00
FuzzerDFSan.h
[libFuzzer] make libFuzzer build even with a compiler that does not have sanitizer headers
2015-11-13 01:54:40 +00:00
FuzzerDictionary.h
[libFuzzer] more refactoring; NFC
2016-09-21 02:05:39 +00:00
FuzzerDriver.cpp
[libFuzzer] add -exit_on_src_pos to test libFuzzer itself, add a test script for RE2 that uses this flag
2016-09-27 00:10:20 +00:00
FuzzerExtFunctions.def
[libFuzzer] remove the code for -print_pcs=1 with the old coverage. It still works with the new one (trace-pc-guard)
2016-09-30 01:24:57 +00:00
FuzzerExtFunctions.h
[LibFuzzer] Declare and use sanitizer functions in `
fuzzer::ExternalFunctions
`
2016-06-07 23:32:50 +00:00
FuzzerExtFunctionsDlsym.cpp
[libFuzzer] more refactoring
2016-09-21 21:17:23 +00:00
FuzzerExtFunctionsWeak.cpp
[libFuzzer] more refactoring
2016-09-21 21:17:23 +00:00
FuzzerFlags.def
[libFuzzer] add -exit_on_src_pos to test libFuzzer itself, add a test script for RE2 that uses this flag
2016-09-27 00:10:20 +00:00
FuzzerFnAdapter.h
[LibFuzzer] Add missing #include<string>
2016-05-26 21:54:25 +00:00
FuzzerInterface.h
[libfuzzer] custom crossover interface function.
2016-06-07 20:22:15 +00:00
FuzzerInternal.h
[libFuzzer] remove the code for -print_pcs=1 with the old coverage. It still works with the new one (trace-pc-guard)
2016-09-30 01:24:57 +00:00
FuzzerIO.cpp
[libFuzzer] more refactoring; NFC
2016-09-21 02:05:39 +00:00
FuzzerLoop.cpp
[libFuzzer] remove the code for -print_pcs=1 with the old coverage. It still works with the new one (trace-pc-guard)
2016-09-30 01:24:57 +00:00
FuzzerMain.cpp
[libFuzzer] refactoring: split the large header into many; NFC
2016-09-21 01:50:50 +00:00
FuzzerMutate.cpp
[libFuzzer] add 'features' to the corpus elements, allow mutations with Size > MaxSize, fix sha1 in corpus stats; various refactorings
2016-09-22 01:34:58 +00:00
FuzzerMutate.h
[libFuzzer] more refactoring; NFC
2016-09-21 02:05:39 +00:00
FuzzerOptions.h
[libFuzzer] add -exit_on_src_pos to test libFuzzer itself, add a test script for RE2 that uses this flag
2016-09-27 00:10:20 +00:00
FuzzerRandom.h
[libFuzzer] refactoring: split the large header into many; NFC
2016-09-21 01:50:50 +00:00
FuzzerSHA1.cpp
[libFuzzer] more refactoring
2016-09-21 21:17:23 +00:00
FuzzerTracePC.cpp
[libFuzzer] more the feature set to InputCorpus; on feature update, change the feature counter of the old best input
2016-09-30 01:19:56 +00:00
FuzzerTracePC.h
[libFuzzer] more the feature set to InputCorpus; on feature update, change the feature counter of the old best input
2016-09-30 01:19:56 +00:00
FuzzerTraceState.cpp
[libFuzzer] move value profiling logic into TracePC
2016-09-23 00:46:18 +00:00
FuzzerUtil.cpp
[libFuzzer] add -exit_on_src_pos to test libFuzzer itself, add a test script for RE2 that uses this flag
2016-09-27 00:10:20 +00:00
FuzzerUtilDarwin.cpp
[libFuzzer] more refactoring
2016-09-21 21:17:23 +00:00
FuzzerUtilLinux.cpp
[libFuzzer] more refactoring
2016-09-21 21:17:23 +00:00
FuzzerValueBitMap.h
[libFuzzer] initialize ValueBitMap::NumBits
2016-09-29 15:51:28 +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