summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test
Commit message (Expand)AuthorAgeFilesLines
* [fuzzer] Add support for token-based fuzzing (e.g. for C++). Allow string fla...Kostya Serebryany2015-03-313-0/+28
* DFSan-based fuzzer (proof of concept).Kostya Serebryany2015-03-304-2/+62
* [sanitizer/coverage] Add AFL-style coverage counters (search heuristic for fu...Kostya Serebryany2015-03-033-0/+18
* [fuzzer] one more experimental search mode: -use_coverage_pairs=1 Kostya Serebryany2015-02-203-1/+23
* [fuzzer] Add proper dependensices to the fuzzer testsKostya Serebryany2015-02-033-1/+10
* [fuzzer] Add a gtest-style testKostya Serebryany2015-01-305-21/+96
* [fuzzer] add -use_full_coverage_set=1 which solves FullCoverageSetTest. This ...Kostya Serebryany2015-01-293-2/+11
* [fuzzer] fix warning in a test Kostya Serebryany2015-01-291-2/+0
* [fuzzer] minor cleanup based on reviews: remove redundant includes, fix a cop...Kostya Serebryany2015-01-292-2/+2
* Reverting r227452, which adds back the fuzzer library. Now excluding the fuzz...Aaron Ballman2015-01-2910-0/+178
* Temporarily reverting the fuzzer library as it causes too many build issues f...Aaron Ballman2015-01-2910-178/+0
* Adding missing #includes to try to get this to compile on Windows with Visual...Aaron Ballman2015-01-295-0/+5
* Add lit-style tests for the Fuzzer libraryKostya Serebryany2015-01-284-0/+58
* Add a Fuzzer libraryKostya Serebryany2015-01-276-0/+115
OpenPOWER on IntegriCloud