summaryrefslogtreecommitdiff
path: root/lib/fuzzer
AgeCommit message (Expand)Author
2018-07-23[Fuzzer] Update path to libc++ headersPetr Hosek
2018-07-23[libFuzzer] Handle unstable edges by using minimum hit countsMax Moroz
2018-07-19[libFuzzer] when -print_coverage=1 is given, print more stats (the number of ...Kostya Serebryany
2018-07-19[libFuzzer] fix the bot (the no-assert build)Kostya Serebryany
2018-07-19[libFuzzer] first experimental attempt at DFT-based mutations (DFT=data-flow-...Kostya Serebryany
2018-07-18[Fuzzer] Improve crash unwinding on FuchsiaPetr Hosek
2018-07-18[libFuzzer] Create single template for visiting Inline8bitCountersMax Moroz
2018-07-17[libFuzzer] Mutation tracking and logging implemented.Max Moroz
2018-07-17libFuzzer: prevent irrelevant strings from leaking into auto-dictionaryMatt Morehouse
2018-07-16Revert r337194 (https://reviews.llvm.org/D48891) due to compilation errors.Max Moroz
2018-07-16[CMake] Use cxx-headers as a depedency for C++ headersPetr Hosek
2018-07-16[libFuzzer] Mutation tracking and logging implemented.Max Moroz
2018-07-16[libFuzzer] Implement stat::stability_rate based on the percentage of unstabl...Max Moroz
2018-07-16Revert r337175 (https://reviews.llvm.org/D49212) due to unintentional format ...Max Moroz
2018-07-16[libFuzzer] Implement stat::stability_rate based on the percentage of unstabl...Max Moroz
2018-07-10Revert "[Fuzzer] Afl driver changing iterations handling"Matt Morehouse
2018-07-10[CMake] Add compiler-rt header files to the list of sources for targetsDan Liew
2018-07-09[libFuzzer] Make -fsanitize=memory,fuzzer work.Matt Morehouse
2018-07-09Revert "[libFuzzer] Mutation tracking and logging implemented"Matt Morehouse
2018-07-09[libFuzzer] Mutation tracking and logging implementedMatt Morehouse
2018-07-06libFuzzer: always print line-break for NEW_FUNC/PC outputKostya Serebryany
2018-07-04[libFuzzer] [NFC] Inline static variable to avoid the linker warning.George Karpenkov
2018-07-03[libFuzzer] add one more value profile metric, under a flag (experimental)Kostya Serebryany
2018-07-03[libFuzzer] remove stale code, as suggested in https://reviews.llvm.org/D48800Kostya Serebryany
2018-06-26[libFuzzer] Do not turn unittest warnings into errors.Matt Morehouse
2018-06-25[libFuzzer] Use Vector rather than std::vector.Matt Morehouse
2018-06-18[Fuzzer] Set an explicit libc++ dependency when neededPetr Hosek
2018-06-17[fuzzer] Python 3 print fixesVitaly Buka
2018-06-17[fuzzer] Fix collect_data_flow.py for python 3Vitaly Buka
2018-06-15[Fuzzer] Don't hardcode target architecture for Fuzzer testsPetr Hosek
2018-06-14[libFuzzer] [NFC] Support multi-arch and multi-OS building and testingGeorge Karpenkov
2018-06-13Reland "Passthrough additional flags to custom libcxx CMake build"Petr Hosek
2018-06-12Revert r334458, r334220, r334212, r334139.Matt Morehouse
2018-06-12[Fuzzer] Afl driver changing iterations handlingDavid Carlier
2018-06-07[libFuzzer] When printing NEW_FUNC, use 1-base indexing.Kostya Serebryany
2018-06-07[Fuzzer] Update the header path for fdio/spawn.h on FuchsiaPetr Hosek
2018-06-07[libFuzzer] make the corpus elements aware of their data flow tracesKostya Serebryany
2018-06-06[libFuzzer] remove an experimental flag -use_feature_frequencyKostya Serebryany
2018-06-06[Fuzzer] Use private libc++ even for FuchsiaPetr Hosek
2018-06-06[CMake] Passthrough additional flags to custom libcxx CMake buildPetr Hosek
2018-06-06Fix compile error with libstdc++.Ilya Biryukov
2018-06-06[libFuzzer] initial implementation of -data_flow_trace. It parses the data fl...Kostya Serebryany
2018-06-02[Fuzzer] Migrate Fuchsia port from launchpad to fdio_spawnPetr Hosek
2018-05-31[libFuzzer] add collect_data_flow.py that allows to run the data-flow tracer ...Kostya Serebryany
2018-05-26[Fuzzer] Update _zx_port_wait function use in Fuchsia portPetr Hosek
2018-05-24[libFuzzer] Run libFuzzer unit tests only on host architecture.George Karpenkov
2018-05-24[libFuzzer] DataFlow tracer now tags a subset of the input. A separate script...Kostya Serebryany
2018-05-23[libFuzzer] fix two off-by-ones (!!) in the data flow tracerKostya Serebryany
2018-05-23[libFuzzer] change the output format for the DataFlow tracerKostya Serebryany
2018-05-23[libFuzzer] Don't complain about lack of interesting inputs when -runs=0.Max Moroz