summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/fuzzer/FuzzerDriver.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [libFuzzer] fix a minor regression in printingKostya Serebryany2017-12-061-1/+1
* [libFuzzer] Encapsulate commands in a class.Matt Morehouse2017-12-041-29/+37
* [libFuzzer] add a flag -malloc_limit_mbKostya Serebryany2017-12-011-0/+3
* [libFuzzer] remove stale flags; NFCKostya Serebryany2017-12-011-1/+0
* [libFuzzer] add an experimental search heuristic flag -reduce_depthKostya Serebryany2017-12-011-0/+1
* [libFuzzer] handle SIGUSR1/SIGUSR2 and try to exit grafully on these signalsKostya Serebryany2017-11-091-0/+2
* [libFuzzer] allow user to specify the merge control fileKostya Serebryany2017-11-091-8/+10
* [libFuzzer] Periodically purge allocator's quarantine to prolong fuzzing sess...Alex Shlyapnikov2017-10-231-0/+1
* [libFuzzer] experimental flag to tweak the corpus distribution. Seems to impr...Kostya Serebryany2017-10-111-0/+1
* [libFuzzer] Disable experimental clang coverage support by default.Max Moroz2017-10-051-0/+1
* [libFuzzer] minor refactoring, NFCKostya Serebryany2017-09-151-4/+2
* [libFuzzer] refactoring: move reading the seed corpus closer to where it's co...Kostya Serebryany2017-08-291-26/+12
* [libFuzzer] Use custom allocators for STL containers in libFuzzer.George Karpenkov2017-08-271-17/+17
* Revert "[libFuzzer] Use custom allocators for STL containers in libFuzzer"George Karpenkov2017-08-261-16/+16
* [libFuzzer] Use custom allocators for STL containers in libFuzzerGeorge Karpenkov2017-08-261-16/+16
* [libFuzzer] add -print_funcs=1 (on bey default): print newly discovered funct...Kostya Serebryany2017-08-251-0/+1
* Move libFuzzer to compiler_rt.George Karpenkov2017-08-211-0/+764
OpenPOWER on IntegriCloud