summaryrefslogtreecommitdiff
path: root/lib/fuzzer
Commit message (Expand)AuthorAgeFilesLines
* [libFuzzer] Fix Alarm callback in fuchsia.Jake Ehrlich2019-10-091-2/+2
* [libFuzzer] Remove lazy counters.Matt Morehouse2019-10-0110-67/+0
* [libFuzzer] Dump trace and provide correct msg for overwritten input.Mitch Phillips2019-09-271-1/+3
* [libFuzzer] [NFC] Fix grammar error with "it's"Mitch Phillips2019-09-261-1/+1
* [libFuzzer] Always print DSO map on Fuchsia libFuzzer launchJake Ehrlich2019-09-172-0/+12
* [libFuzzer] Remove unused version of FuzzedDataProvider.h.Max Moroz2019-09-161-247/+0
* [libFuzzer] Make -merge=1 to reuse coverage information from the control file.Max Moroz2019-09-112-21/+57
* LibFuzzer support for 32bit MSVCMatthew G McGovern2019-08-221-4/+18
* reland [gtest] Fix printing of StringRef and SmallString in assert messages.Sam McCall2019-08-211-2/+2
* [libFuzzer] Merge: print feature coverage number as well.Max Moroz2019-08-123-6/+11
* [libFuzzer] Merge: print stats after reading the output corpus dir.Max Moroz2019-08-091-1/+3
* [compiler-rt] Add ConsumeProbability and ConsumeFloatingPoint methods to FDP.Max Moroz2019-08-083-3/+54
* [compiler-rt] Rename FuzzedDataProvider.h to .hpp and other minor changes.Max Moroz2019-08-062-1/+3
* Build libfuzzer libcxx-static with PICYi Kong2019-08-051-0/+1
* [compiler-rt] Move FDP to include/fuzzer/FuzzedDataProvider.h for easier use.Max Moroz2019-08-054-9/+7
* compiler-rt: Rename .cc file in lib/sanitizer_common to .cppNico Weber2019-07-311-1/+1
* [libFuzzer] Fix __sanitizer_print_memory_profile return type in ExtFunctions.defMax Moroz2019-07-231-1/+1
* [libFuzzer] Include FuzzedDataProvider.h in the test without "utils" subdir.Max Moroz2019-07-092-1/+3
* [libFuzzer] Migrate to the new exception syscalls on FuchsiaPetr Hosek2019-06-271-26/+28
* [libFuzzer] split DataFlow.cpp into two .cpp files, one of which can be compi...Kostya Serebryany2019-06-213-100/+147
* [libFuzzer] ensure that DFT and autofocus works for C++ (mangled) functionsKostya Serebryany2019-06-201-1/+3
* [libFuzzer] Remove too aggressive static_assert in FuzzedDataProvider.Max Moroz2019-06-191-2/+0
* [libFuzzer] Improve FuzzedDataProvider helper.Max Moroz2019-06-182-65/+140
* [libFuzzer] in autofocus mode, give more weight to functions with DFTKostya Serebryany2019-06-143-5/+21
* [libFuzzer] implement a better queue for the fork mode. Add an internal flag ...Kostya Serebryany2019-06-145-34/+57
* [libFuzzer] fix -Werror buildKostya Serebryany2019-06-141-1/+1
* [libFuzzer] simplify the DFT trace collection using the new faster DFSan mode...Kostya Serebryany2019-06-143-136/+76
* [libFuzzer] Disable len_control by default if LLVMFuzzerCustomMutator is used.Max Moroz2019-06-142-3/+9
* Revert r363326 "[libFuzzer] simplify the DFT trace collection using the new f...Hans Wennborg2019-06-143-75/+136
* [libFuzzer] simplify the DFT trace collection using the new faster DFSan mode...Kostya Serebryany2019-06-133-136/+75
* Add FuzzedDataProvider helper class / single header library.Max Moroz2019-06-113-2/+543
* [libFuzzer] when using data-flow-trace (DFT) only load the DFT for the files ...Kostya Serebryany2019-05-243-10/+17
* [libFuzzer] remove the data-flow-trace (DFT) python scripts; their functional...Kostya Serebryany2019-05-233-143/+8
* [libFuzzer] automatically collect the data flow trace (DFT) in the fork mode ...Kostya Serebryany2019-05-235-3/+41
* [libFuzzer] Ignore synthetic exceptions on FuchsiaPetr Hosek2019-05-221-42/+58
* [libFuzzer] replace string_view with string to fix the bots. This is NFC, jus...Kostya Serebryany2019-05-141-6/+7
* [libFuzzer] #include <string_view>, hopefully should fix the windows build Kostya Serebryany2019-05-141-0/+1
* [libFuzzer] reimplement DFT's collect_data_flow inside libFuzzer so that we d...Kostya Serebryany2019-05-142-35/+146
* [libFuzzer] code refactoring; NFCKostya Serebryany2019-05-105-45/+45
* [libFuzzer] small refactoring in the driver; dummy implementation of collect_...Kostya Serebryany2019-05-104-21/+44
* [libFuzzer] Unpoison parameters before calling user callback.Matt Morehouse2019-05-092-1/+4
* [libFuzzer] perform more agressive value profiling in memcmpKostya Serebryany2019-05-091-2/+7
* [libFuzzer] implement -focus_function=auto, to be used with Data Flow TracesKostya Serebryany2019-05-095-8/+276
* [libFuzzer] DFT: when dumping coverage, also dump the total number of instrum...Kostya Serebryany2019-05-083-22/+44
* [libFuzzer] extend the data flow tracer to also produce basic block coverage ...Kostya Serebryany2019-05-082-16/+72
* [libFuzzer] Replace -seed_corpus to better support fork mode on WinJonathan Metzman2019-04-305-10/+32
* change orderJonathan Metzman2019-04-301-1/+1
* [libFuzzer] Enable for i386Jonathan Metzman2019-04-301-2/+2
* Enable x86 buildsJonathan Metzman2019-04-301-2/+7
* [libFuzzer] Disable MSan interceptors in SIGINT handler.Matt Morehouse2019-04-261-1/+2