Sign in
chromium
/
chromium
/
llvm-project
/
llvm
/
lib
/
Fuzzer
Clone this repo:
Branches
main
024d10d
[libFuzzer] Delete llvm/lib/Fuzzer
by vitalybuka
· 7 years ago
main
273735e
[FuzzerUtil] Partially revert D38481 on FuzzerUtil
by timshen
· 7 years ago
12a2576
Use sched_getaffinity instead of std::thread::hardware_concurrency.
by rafael
· 7 years ago
b4d3a83
Moving libFuzzer from LLVM to compiler-rt.
by george.karpenkov
· 7 years ago
651eadc
Always compile libFuzzer with no coverage
by george.karpenkov
· 7 years ago
1ae45f3
Get rid of even more "%T" expansions, see <https://reviews.llvm.org/D35396>.
by kuba.brecka
· 7 years ago
f046f9b
[SanitizerCoverage] Add stack depth tracing instrumentation.
by morehouse
· 7 years ago
939ff20
[CMake] Add install target for LLVMFuzzer
by phosek
· 7 years ago
ad32b56
[libFuzzer] try to use less RAM while processing the initial corpus
by kcc
· 7 years ago
6d2b242
[libFuzzer] explicitly use -fsanitize-coverage=trace-pc-guard in test/dump_coverage.test; mark print_coverage/dump_coverage as To-be-deprecated
by kcc
· 7 years ago
7a08e45
[libFuzzer] experimental support for Clang's coverage (fprofile-instr-generate), Linux-only
by kcc
· 7 years ago
74e7cf2
[libFuzzer] Re-enable coverage.test on Darwin.
by george.karpenkov
· 7 years ago
195a141
[libFuzzer] Update LibFuzzer w.r.t. the new comparisons instrumentation API
by glider
· 7 years ago
6d39c6b
[libFuzzer] simplify code, NFC
by kcc
· 7 years ago
dfd8ace
[libFuzzer] remove stale code
by kcc
· 7 years ago
8e3a49a
[libFuzzer] simplify the implementation of -print_coverage=1
by kcc
· 7 years ago
53d4d67
Do not instrument libFuzzer itself when built with -DLLVM_USE_SANITIZE_COVERAGE
by george.karpenkov
· 7 years ago
1c95d56
[libFuzzer] use the in-binary pc table (instead of PCs captured at run-time) to implement -exit_on_src_pos
by kcc
· 7 years ago
8e07cff
[libFuzzer] print PCs using the in-binary PC-table instead of relying on PCs captured at run-time
by kcc
· 7 years ago
75fdf14
[libFuzzer] re-enable fuzzer-printcovpcs.test
by kcc
· 7 years ago
More »