summaryrefslogtreecommitdiff
path: root/lib/fuzzer/FuzzerMerge.cpp
AgeCommit message (Expand)Author
2018-03-20Revert "[compiler-rt] Change std::sort to llvm::sort in response to r327219"Mandeep Singh Grang
2018-03-20[compiler-rt] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang
2017-12-04[libFuzzer] Encapsulate commands in a class.Matt Morehouse
2017-11-15[libFuzzer] respect max_len during mergeKostya Serebryany
2017-11-09[libFuzzer] make sure to flush IO when done merging one fileKostya Serebryany
2017-11-09[libFuzzer] handle SIGUSR1/SIGUSR2 and try to exit grafully on these signalsKostya Serebryany
2017-11-09[libFuzzer] allow merge to resume after being preempted Kostya Serebryany
2017-11-09[libFuzzer] allow user to specify the merge control fileKostya Serebryany
2017-09-15[libFuzzer] minor refactoring, NFCKostya Serebryany
2017-09-15[libFuzzer] reduce the size of the merge control file by not dumping redundan...Kostya Serebryany
2017-08-27[libFuzzer] Use custom allocators for STL containers in libFuzzer.George Karpenkov
2017-08-26Revert "[libFuzzer] Use custom allocators for STL containers in libFuzzer"George Karpenkov
2017-08-26[libFuzzer] Use custom allocators for STL containers in libFuzzerGeorge Karpenkov
2017-08-21Move libFuzzer to compiler_rt.George Karpenkov