1. a1e7e40 [compiler-rt] NFC: Fix trivial typo by Kazuaki Ishizaki · 3 years, 9 months ago
  2. 7c92175 [libFuzzer] replace Vector/Set with std::vector/std::set. The custom names are not required any more since we now build with a private version of libc++. Fix some of the 81+ character lines. Mechanical change, NFC expected. by Kostya Serebryany · 3 years, 10 months ago
  3. 6708186 [crt][fuzzer] Fix up various numeric conversions by Aaron Green · 4 years, 3 months ago
  4. e2d0b44 [DFSan] Add efficient fast16labels instrumentation mode. by Matt Morehouse · 4 years, 10 months ago
  5. ad7b908 [libFuzzer] Make dataflow and focus functions more user friendly. by Max Moroz · 5 years ago
  6. 0feed5d [libFuzzer] in autofocus mode, give more weight to functions with DFT by Kostya Serebryany · 6 years ago
  7. 2fa6838 [libFuzzer] fix -Werror build by Kostya Serebryany · 6 years ago
  8. 3f39123 [libFuzzer] simplify the DFT trace collection using the new faster DFSan mode that traces up to 16 labels at a time and never runs out of labels. Second attempt. This time with a fix for windows (putenv instead of setenv)) by Kostya Serebryany · 6 years ago
  9. 9bc707c Revert r363326 "[libFuzzer] simplify the DFT trace collection using the new faster DFSan mode that traces up to 16 labels at a time and never runs out of labels." by Hans Wennborg · 6 years ago
  10. 2fa83cb [libFuzzer] simplify the DFT trace collection using the new faster DFSan mode that traces up to 16 labels at a time and never runs out of labels. by Kostya Serebryany · 6 years ago
  11. 060f4b4 [libFuzzer] when using data-flow-trace (DFT) only load the DFT for the files present in the corpus by Kostya Serebryany · 6 years ago
  12. eac9a78 [libFuzzer] remove the data-flow-trace (DFT) python scripts; their functionality is now part of libFuzzer proper; also write functions.txt to the disk only if this file doesn't exist yet by Kostya Serebryany · 6 years ago
  13. b7cc3d9 [libFuzzer] automatically collect the data flow trace (DFT) in the fork mode if -collect_data_flow= is given by Kostya Serebryany · 6 years ago
  14. 2e2dfe2 [libFuzzer] replace string_view with string to fix the bots. This is NFC, just slower. by Kostya Serebryany · 6 years ago
  15. 1e8104d [libFuzzer] #include <string_view>, hopefully should fix the windows build by Kostya Serebryany · 6 years ago
  16. 27d22b6 [libFuzzer] reimplement DFT's collect_data_flow inside libFuzzer so that we don't need external python scripts by Kostya Serebryany · 6 years ago
  17. 4c7353c [libFuzzer] code refactoring; NFC by Kostya Serebryany · 6 years ago
  18. da96d92 [libFuzzer] small refactoring in the driver; dummy implementation of collect_data_flow; attempt to fix the windows bot by Kostya Serebryany · 6 years ago
  19. e9aaa55 [libFuzzer] implement -focus_function=auto, to be used with Data Flow Traces by Kostya Serebryany · 6 years ago
  20. e13eff2 [libFuzzer] DFT: when dumping coverage, also dump the total number of instrumented blocks in a function; update merge_data_flow.py to merge coverage by Kostya Serebryany · 6 years ago
  21. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 6 years ago
  22. 6b87e0c [libFuzzer] first experimental attempt at DFT-based mutations (DFT=data-flow-trace) by Kostya Serebryany · 7 years ago
  23. 67af992 [libFuzzer] make the corpus elements aware of their data flow traces by Kostya Serebryany · 7 years ago
  24. 1fd005f [libFuzzer] initial implementation of -data_flow_trace. It parses the data flow trace and prints the summary, but doesn't use the information in any other way yet by Kostya Serebryany · 7 years ago