summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/FuzzerInternal.h
Commit message (Expand)AuthorAgeFilesLines
* [lib/Fuzzer] add a trace-based mutatation logic. Same idea as with DFSan-base...Kostya Serebryany2015-05-111-0/+1
* [lib/Fuzzer] use -fsanitize-coverage=trace-cmp when building LLVM with LLVM_U...Kostya Serebryany2015-05-081-3/+9
* [lib/Fuzzer] change the way we use taint information for fuzzing. Now, we run...Kostya Serebryany2015-05-071-1/+11
* [lib/Fuzzer] minor refactoring/simplification, NFCKostya Serebryany2015-05-071-2/+4
* [lib/Fuzzer] on crash print the contents of the crashy input as base64Kostya Serebryany2015-05-051-0/+1
* [fuzzer] Add support for token-based fuzzing (e.g. for C++). Allow string fla...Kostya Serebryany2015-03-311-11/+15
* [fuzzer] when a single unit takes over 1 second to run and it is the slowest ...Kostya Serebryany2015-03-301-0/+1
* [fuzzer] print various stats in a unified wayKostya Serebryany2015-03-301-0/+1
* DFSan-based fuzzer (proof of concept).Kostya Serebryany2015-03-301-0/+4
* [sanitizer/coverage] Add AFL-style coverage counters (search heuristic for fu...Kostya Serebryany2015-03-031-0/+10
* [fuzzer] one more experimental search mode: -use_coverage_pairs=1 Kostya Serebryany2015-02-201-0/+3
* [fuzzer] split main() into FuzzerDriver() that takes a callback as a paramete...Kostya Serebryany2015-02-191-1/+5
* [fuzzer] add flag prefer_small_during_initial_shuffle, be a bit more verboseKostya Serebryany2015-02-041-0/+8
* [fuzzer] add -runs=N to limit the number of runs per session. Also, make sure...Kostya Serebryany2015-02-041-0/+2
* [fuzzer] make multi-process execution more verbose; fix mutation to actually ...Kostya Serebryany2015-02-041-1/+2
* [fuzzer] add -use_full_coverage_set=1 which solves FullCoverageSetTest. This ...Kostya Serebryany2015-01-291-0/+5
* Reverting r227452, which adds back the fuzzer library. Now excluding the fuzz...Aaron Ballman2015-01-291-0/+81
* Temporarily reverting the fuzzer library as it causes too many build issues f...Aaron Ballman2015-01-291-81/+0
* [fuzzer] add option -save_minimized_corpusKostya Serebryany2015-01-281-1/+5
* Add a Fuzzer libraryKostya Serebryany2015-01-271-0/+77
OpenPOWER on IntegriCloud