Sign in
chromium
/
chromium
/
llvm-project
/
compiler-rt
/
lib
/
fuzzer.git
/
edcfbba
edcfbba
Add preliminary NetBSD support in libfuzzer
by kamil
· 8 years ago
dc00cd3
[libFUzzer] change the way we load the seed corpora: instead of loading all files and these executing all files, load and execute them one-by-one. This should reduce the memory usage in many cases
by kcc
· 8 years ago
2e93b3f
[libFuzzer] refactoring: move reading the seed corpus closer to where it's consumed; NFC
by kcc
· 8 years ago
ec9da66
[libFuzzer] allow -print_funcs=N: N is the max number of new covered function printed
by kcc
· 8 years ago
c126dea
[libFuzzer] Fix libFuzzer flag propagation for standalone builds.
by george.karpenkov
· 8 years ago
fbfa45c
[libFuzzer] Use custom allocators for STL containers in libFuzzer.
by george.karpenkov
· 8 years ago
dcad523
Revert "[libFuzzer] Use custom allocators for STL containers in libFuzzer"
by george.karpenkov
· 8 years ago
5b2e0ee
[libFuzzer] Use custom allocators for STL containers in libFuzzer
by george.karpenkov
· 8 years ago
1f707b8
[libFuzzer] prepare tests for switching from -fsanitize-coverage=trace-pc-guard to -fsanitize-coverage=inline-8bit-counters
by kcc
· 8 years ago
00da648
[libFuzzer] add -print_funcs=1 (on bey default): print newly discovered functions during fuzzing
by kcc
· 8 years ago
98957a1
[sanitizer-coverage] extend fsanitize-coverage=pc-table with flags for every PC
by kcc
· 8 years ago
398297f
[SanitizerCoverage] Optimize stack-depth instrumentation.
by morehouse
· 8 years ago
9d1e810
[libFuzzer] Move check for thread_local back into libFuzzer's CMake,
by george.karpenkov
· 8 years ago
0f3c031
[libFuzzer] fix the stack-depth initialization, add a lit test for DeepRecursionTest.cpp
by kcc
· 8 years ago
1c0379f
[libFuzzer] apply changes lost during the migration to compiler-rt
by kcc
· 8 years ago
9cd51e5
[libFuzzer] better README.txt
by kcc
· 8 years ago
fbfb350
[libFuzzer] remove stale file
by kcc
· 8 years ago
29efa6d
Move libFuzzer to compiler_rt.
by george.karpenkov
· 8 years ago