summaryrefslogtreecommitdiff
path: root/lib/fuzzer/tests/FuzzerUnittest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libFuzzer] fix the unit testsKostya Serebryany2019-02-151-6/+6
* [libFuzzer] when doing the merge, keep track of the coveraged edges, not just...Kostya Serebryany2019-02-141-25/+25
* [libFuzzer] more refactoring; change some of the exit codes (timeout, OOM, in...Kostya Serebryany2019-02-091-4/+6
* [libFuzzer] remove two unused experimental flagsKostya Serebryany2019-02-081-3/+0
* [libFuzzer] introduce an experimental mode -fork=1, where fuzzing happens in ...Kostya Serebryany2019-02-081-3/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-2/+3
* [libFuzzer] Port to WindowsMatt Morehouse2018-08-301-0/+7
* Revert "[libFuzzer] Port to Windows"Matt Morehouse2018-08-291-7/+0
* [libFuzzer] Port to WindowsMatt Morehouse2018-08-291-0/+7
* Revert "[libFuzzer] Port to Windows"Matt Morehouse2018-08-281-7/+0
* [libFuzzer] Port to WindowsMatt Morehouse2018-08-281-0/+7
* [libFuzzer] first experimental attempt at DFT-based mutations (DFT=data-flow-...Kostya Serebryany2018-07-191-1/+2
* [libFuzzer] make the corpus elements aware of their data flow tracesKostya Serebryany2018-06-071-1/+2
* [libFuzzer] initial implementation of -data_flow_trace. It parses the data fl...Kostya Serebryany2018-06-061-0/+8
* [libFuzzer] add an experimental flag -focus_function: libFuzzer will try to f...Kostya Serebryany2018-05-161-1/+1
* [LibFuzzer] Tweak `MutationDispatcher::Mutate_CopyPart` mutation.Dan Liew2018-04-241-0/+15
* [LibFuzzer] Try to unbreak the `FuzzerMutate.ShuffleBytes1` unit test.Dan Liew2018-04-201-1/+1
* [libFuzzer] Decrease stack usage in unit testsKostya Serebryany2017-12-061-26/+26
* [libFuzzer] Make redirects happen in proper sequence.Matt Morehouse2017-12-051-1/+1
* [libFuzzer] Encapsulate commands in a class.Matt Morehouse2017-12-041-0/+160
* [libFuzzer] Use custom allocators for STL containers in libFuzzer.George Karpenkov2017-08-271-14/+18
* Revert "[libFuzzer] Use custom allocators for STL containers in libFuzzer"George Karpenkov2017-08-261-10/+10
* [libFuzzer] Use custom allocators for STL containers in libFuzzerGeorge Karpenkov2017-08-261-10/+10
* Move libFuzzer to compiler_rt.George Karpenkov2017-08-211-0/+768