summaryrefslogtreecommitdiff
path: root/compiler-rt/lib/fuzzer/FuzzerExtFunctions.def
AgeCommit message (Expand)Author
2019-09-17[libFuzzer] Always print DSO map on Fuchsia libFuzzer launchJake Ehrlich
2019-08-05[compiler-rt] Move FDP to include/fuzzer/FuzzedDataProvider.h for easier use.Max Moroz
2019-07-23[libFuzzer] Fix __sanitizer_print_memory_profile return type in ExtFunctions.defMax Moroz
2019-05-09[libFuzzer] Unpoison parameters before calling user callback.Matt Morehouse
2019-02-09[Fuzzer] Fix function prototype in fuzzer::ExternalFunctions. [NFC]David L. Jones
2019-01-29[libFuzzer] remove stale code Kostya Serebryany
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-07-09[libFuzzer] Make -fsanitize=memory,fuzzer work.Matt Morehouse
2018-05-01[libFuzzer] Report at most one crash per input.Matt Morehouse
2017-10-23[libFuzzer] Periodically purge allocator's quarantine to prolong fuzzing sess...Alex Shlyapnikov
2017-08-21Move libFuzzer to compiler_rt.George Karpenkov