summaryrefslogtreecommitdiff
path: root/lib/fuzzer/FuzzerMerge.h
Commit message (Expand)AuthorAgeFilesLines
* [libFuzzer] fix the unit testsKostya Serebryany2019-02-151-3/+3
* [libFuzzer] when doing the merge, keep track of the coveraged edges, not just...Kostya Serebryany2019-02-151-5/+6
* [libFuzzer] when doing the merge, keep track of the coveraged edges, not just...Kostya Serebryany2019-02-141-0/+1
* [libFuzzer] make the fork mode less verboseKostya Serebryany2019-02-121-1/+2
* [libFuzzer] more refactoring; change some of the exit codes (timeout, OOM, in...Kostya Serebryany2019-02-091-5/+8
* [libFuzzer] refactor the merging code, NFCKostya Serebryany2019-02-081-1/+2
* [libFuzzer] remove two unused experimental flagsKostya Serebryany2019-02-081-5/+1
* [libFuzzer] introduce an experimental mode -fork=1, where fuzzing happens in ...Kostya Serebryany2019-02-081-3/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [libFuzzer] Use custom allocators for STL containers in libFuzzer.George Karpenkov2017-08-271-8/+8
* Revert "[libFuzzer] Use custom allocators for STL containers in libFuzzer"George Karpenkov2017-08-261-4/+4
* [libFuzzer] Use custom allocators for STL containers in libFuzzerGeorge Karpenkov2017-08-261-4/+4
* Move libFuzzer to compiler_rt.George Karpenkov2017-08-211-0/+80