summaryrefslogtreecommitdiff
path: root/lib/fuzzer/FuzzerLoop.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [libfuzzer] Compare TotalNumberOfRuns with MaxNumberOfRuns when testing a mem...Max Moroz2017-09-121-0/+2
* [libFuzzer] tolerate missing files when loading the seed corpusKostya Serebryany2017-08-311-1/+1
* [libFUzzer] change the way we load the seed corpora: instead of loading all f...Kostya Serebryany2017-08-291-49/+58
* [libFuzzer] refactoring: move reading the seed corpus closer to where it's co...Kostya Serebryany2017-08-291-2/+29
* [libFuzzer] Use custom allocators for STL containers in libFuzzer.George Karpenkov2017-08-271-2/+2
* Revert "[libFuzzer] Use custom allocators for STL containers in libFuzzer"George Karpenkov2017-08-261-1/+1
* [libFuzzer] Use custom allocators for STL containers in libFuzzerGeorge Karpenkov2017-08-261-1/+1
* [libFuzzer] add -print_funcs=1 (on bey default): print newly discovered funct...Kostya Serebryany2017-08-251-0/+1
* [libFuzzer] apply changes lost during the migration to compiler-rtKostya Serebryany2017-08-221-1/+2
* Move libFuzzer to compiler_rt.George Karpenkov2017-08-211-0/+721