summaryrefslogtreecommitdiff
path: root/compiler-rt/lib/fuzzer/FuzzerDataFlowTrace.cpp
AgeCommit message (Expand)Author
2025-06-12[compiler-rt] Remove unused local variables (NFC) (#144010)Kazu Hirata
2023-03-09[libfuzzer] avoid unneccessary copyWu, Yingcong
2021-09-04[compiler-rt] NFC: Fix trivial typoKazuaki Ishizaki
2021-08-03[libFuzzer] replace Vector/Set with std::vector/std::set. The custom names ar...Kostya Serebryany
2021-03-11[crt][fuzzer] Fix up various numeric conversionsAaron Green
2020-07-29[DFSan] Add efficient fast16labels instrumentation mode.Matt Morehouse
2020-02-03[libFuzzer] Make dataflow and focus functions more user friendly.Max Moroz
2019-06-14[libFuzzer] in autofocus mode, give more weight to functions with DFTKostya Serebryany
2019-06-14[libFuzzer] fix -Werror buildKostya Serebryany
2019-06-14[libFuzzer] simplify the DFT trace collection using the new faster DFSan mode...Kostya Serebryany
2019-06-14Revert r363326 "[libFuzzer] simplify the DFT trace collection using the new f...Hans Wennborg
2019-06-13[libFuzzer] simplify the DFT trace collection using the new faster DFSan mode...Kostya Serebryany
2019-05-24[libFuzzer] when using data-flow-trace (DFT) only load the DFT for the files ...Kostya Serebryany
2019-05-23[libFuzzer] remove the data-flow-trace (DFT) python scripts; their functional...Kostya Serebryany
2019-05-23[libFuzzer] automatically collect the data flow trace (DFT) in the fork mode ...Kostya Serebryany
2019-05-14[libFuzzer] replace string_view with string to fix the bots. This is NFC, jus...Kostya Serebryany
2019-05-14[libFuzzer] #include <string_view>, hopefully should fix the windows build Kostya Serebryany
2019-05-14[libFuzzer] reimplement DFT's collect_data_flow inside libFuzzer so that we d...Kostya Serebryany
2019-05-10[libFuzzer] code refactoring; NFCKostya Serebryany
2019-05-10[libFuzzer] small refactoring in the driver; dummy implementation of collect_...Kostya Serebryany
2019-05-09[libFuzzer] implement -focus_function=auto, to be used with Data Flow TracesKostya Serebryany
2019-05-08[libFuzzer] DFT: when dumping coverage, also dump the total number of instrum...Kostya Serebryany
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-07-19[libFuzzer] first experimental attempt at DFT-based mutations (DFT=data-flow-...Kostya Serebryany
2018-06-07[libFuzzer] make the corpus elements aware of their data flow tracesKostya Serebryany
2018-06-06[libFuzzer] initial implementation of -data_flow_trace. It parses the data fl...Kostya Serebryany