This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
llvm-project
Watch
0
Star
0
Fork
0
You've already forked llvm-project
mirror of
https://github.com/llvm/llvm-project.git
synced
2025-05-02 14:36:07 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-project
/
llvm
/
lib
/
Fuzzer
History
Kostya Serebryany
a533e514b8
[libFuzzer] fix the non-debug build warnings
...
llvm-svn: 279321
2016-08-19 20:57:09 +00:00
..
afl
[libFuzzer] extend the messages printed by afl_driver
2016-07-19 23:18:28 +00:00
test
[sanitizer-coverage/libFuzzer] instrument comparisons with __sanitizer_cov_trace_cmp[1248] instead of __sanitizer_cov_trace_cmp, don't pass the comparison type to save a bit performance. Use these new callbacks in libFuzzer
2016-08-18 01:25:28 +00:00
CMakeLists.txt
[libFuzzer] new experimental feature: value profiling. Profiles values that affect control flow and treats new values as new coverage.
2016-08-16 19:33:51 +00:00
cxx.dict
…
FuzzerCrossOver.cpp
…
FuzzerDFSan.h
…
FuzzerDriver.cpp
[libFuzzer] new experimental feature: value profiling. Profiles values that affect control flow and treats new values as new coverage.
2016-08-16 19:33:51 +00:00
FuzzerExtFunctions.def
[libfuzzer] do not warn about missing pcbuffer functions: they are new.
2016-08-06 17:03:22 +00:00
FuzzerExtFunctions.h
[LibFuzzer] Declare and use sanitizer functions in `
fuzzer::ExternalFunctions
`
2016-06-07 23:32:50 +00:00
FuzzerExtFunctionsDlsym.cpp
[LibFuzzer] Reimplement how the optional user functions are called.
2016-06-02 05:48:02 +00:00
FuzzerExtFunctionsWeak.cpp
[LibFuzzer] Reimplement how the optional user functions are called.
2016-06-02 05:48:02 +00:00
FuzzerFlags.def
[libFuzzer] new experimental feature: value profiling. Profiles values that affect control flow and treats new values as new coverage.
2016-08-16 19:33:51 +00:00
FuzzerFnAdapter.h
…
FuzzerInterface.h
[libfuzzer] custom crossover interface function.
2016-06-07 20:22:15 +00:00
FuzzerInternal.h
[libFuzzer] one more mutation: ChangeBinaryInteger; also fix the breakage from r278970
2016-08-17 21:30:30 +00:00
FuzzerIO.cpp
[LibFuzzer] Declare and use sanitizer functions in `
fuzzer::ExternalFunctions
`
2016-06-07 23:32:50 +00:00
FuzzerLoop.cpp
[libFuzzer] when printing the reproducer input, also print the base input and the mutation sequence
2016-08-17 20:45:23 +00:00
FuzzerMain.cpp
[LibFuzzer] Reimplement how the optional user functions are called.
2016-06-02 05:48:02 +00:00
FuzzerMutate.cpp
[libFuzzer] fix the non-debug build warnings
2016-08-19 20:57:09 +00:00
FuzzerSHA1.cpp
…
FuzzerTracePC.cpp
[libFuzzer] add more __attribute__((visibility("default")))
2016-08-18 20:52:52 +00:00
FuzzerTraceState.cpp
[sanitizer-coverage/libFuzzer] instrument comparisons with __sanitizer_cov_trace_cmp[1248] instead of __sanitizer_cov_trace_cmp, don't pass the comparison type to save a bit performance. Use these new callbacks in libFuzzer
2016-08-18 01:25:28 +00:00
FuzzerUtil.cpp
[libFuzzer] when printing the reproducer input, also print the base input and the mutation sequence
2016-08-17 20:45:23 +00:00
FuzzerUtilDarwin.cpp
[LibFuzzer] Fix
-jobs=<N>
where <N> > 1 and the number of workers is > 1 on macOS.
2016-08-12 18:29:36 +00:00
FuzzerUtilLinux.cpp
[LibFuzzer] Fix
-jobs=<N>
where <N> > 1 and the number of workers is > 1 on macOS.
2016-08-12 18:29:36 +00:00
FuzzerValueBitMap.h
[libFuzzer] force proper popcnt instruction
2016-08-17 23:09:57 +00:00
README.txt
…
README.txt
Move to http://llvm.org/docs/LibFuzzer.html