summaryrefslogtreecommitdiff
path: root/lib/fuzzer
Commit message (Expand)AuthorAgeFilesLines
* [libFuzzer][MSVC] Use alternatename for ext functionsJonathan Metzman2019-01-153-57/+84
* [libfuzzer][MSVC] Make calls to builtin functions work with MSVCJonathan Metzman2019-01-096-25/+127
* [libFuzzer] make len_control less aggressiveKostya Serebryany2018-12-141-1/+1
* [test] Add missing cmake include for building libFuzzer aloneMichal Gorny2018-12-061-0/+2
* [fuzzer] Read files as binaryJonathan Metzman2018-11-062-3/+3
* Follow Windows' approach for NetBSD in AlarmCallback()Kamil Rytarowski2018-11-061-1/+2
* [compiler-rt][Fuzzer] Fix the fuzzer test buildPetr Hosek2018-11-021-2/+2
* [compiler-rt][Fuzzer] Use the new C++ ABI namespace CMake supportPetr Hosek2018-10-311-1/+1
* [libfuzzer][Windows] Silence linker warning in unittestJonathan Metzman2018-10-141-3/+1
* [libFuzzer] Generalize the code for getting the previous offset for different...George Karpenkov2018-10-101-13/+33
* [lib/fuzzer] Fix logging for FuchsiaPetr Hosek2018-10-022-8/+17
* [fuzzer] Replace FuzzerExtFunctionsDlsymWin.cpp with FuzzerExtFunctionsWeakAl...Jonathan Metzman2018-09-202-63/+1
* [libFuzzer] Avoid fuzzer symbols being hidden.Matt Morehouse2018-09-171-1/+1
* [libFuzzer] [Windows] Include windows.h and psapi.h with lowercaseMartin Storsjo2018-09-112-3/+3
* [libFuzzer] Enable tests on WindowsMatt Morehouse2018-09-041-1/+1
* [libFuzzer] Port to WindowsMatt Morehouse2018-08-309-12/+48
* [libFuzzer] Remove mutation stats and weighted mutation selection.Max Moroz2018-08-296-99/+20
* Revert "[libFuzzer] Port to Windows"Matt Morehouse2018-08-299-48/+12
* [libFuzzer] Port to WindowsMatt Morehouse2018-08-299-12/+48
* Revert "[libFuzzer] Port to Windows"Matt Morehouse2018-08-289-48/+12
* [libFuzzer] Port to WindowsMatt Morehouse2018-08-289-12/+48
* [sanitizer][fuzzer] Transition back to ZX_TIME_INFINITEPetr Hosek2018-08-271-7/+4
* Revert "[libFuzzer] Use std::discrete_distribution for input selection."Matt Morehouse2018-08-171-4/+7
* [libFuzzer] Use std::discrete_distribution for input selection.Matt Morehouse2018-08-171-7/+4
* [libFuzzer] Optimize handle unstable checks by reducing iterationsMax Moroz2018-08-083-16/+21
* [libFuzzer] Add unstable function printing to print_unstable_stats flagMax Moroz2018-08-061-2/+14
* [libFuzzer] Initial implementation of weighted mutation leveraging during run...Max Moroz2018-08-026-27/+76
* [libFuzzer] use absolute distance in addition to the hamming distance in valu...Kostya Serebryany2018-08-021-10/+5
* [libFuzzer] Handle unstable edges by disregarding unstable edgesMax Moroz2018-07-245-7/+19
* [sanitizer][fuzzer] Temporarily transition to ZX_TIME_INFINITE_OLDPetr Hosek2018-07-241-4/+7
* Revert "[Fuzzer] Update path to libc++ headers"Petr Hosek2018-07-241-2/+2
* [Fuzzer] Update path to libc++ headersPetr Hosek2018-07-231-2/+2
* [libFuzzer] Handle unstable edges by using minimum hit countsMax Moroz2018-07-237-19/+54
* [libFuzzer] when -print_coverage=1 is given, print more stats (the number of ...Kostya Serebryany2018-07-192-14/+18
* [libFuzzer] fix the bot (the no-assert build)Kostya Serebryany2018-07-191-0/+1
* [libFuzzer] first experimental attempt at DFT-based mutations (DFT=data-flow-...Kostya Serebryany2018-07-197-9/+54
* [Fuzzer] Improve crash unwinding on FuchsiaPetr Hosek2018-07-181-36/+237
* [libFuzzer] Create single template for visiting Inline8bitCountersMax Moroz2018-07-182-27/+25
* [libFuzzer] Mutation tracking and logging implemented.Max Moroz2018-07-176-21/+50
* libFuzzer: prevent irrelevant strings from leaking into auto-dictionaryMatt Morehouse2018-07-177-26/+18
* Revert r337194 (https://reviews.llvm.org/D48891) due to compilation errors.Max Moroz2018-07-166-36/+5
* [CMake] Use cxx-headers as a depedency for C++ headersPetr Hosek2018-07-161-2/+2
* [libFuzzer] Mutation tracking and logging implemented.Max Moroz2018-07-166-5/+36
* [libFuzzer] Implement stat::stability_rate based on the percentage of unstabl...Max Moroz2018-07-167-0/+87
* Revert r337175 (https://reviews.llvm.org/D49212) due to unintentional format ...Max Moroz2018-07-167-118/+31
* [libFuzzer] Implement stat::stability_rate based on the percentage of unstabl...Max Moroz2018-07-167-31/+118
* Revert "[Fuzzer] Afl driver changing iterations handling"Matt Morehouse2018-07-101-19/+5
* [CMake] Add compiler-rt header files to the list of sources for targetsDan Liew2018-07-101-2/+24
* [libFuzzer] Make -fsanitize=memory,fuzzer work.Matt Morehouse2018-07-094-10/+43
* Revert "[libFuzzer] Mutation tracking and logging implemented"Matt Morehouse2018-07-096-61/+22