summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/FuzzerExtFunctions.def
Commit message (Expand)AuthorAgeFilesLines
* [libFuzzer] Delete llvm/lib/FuzzerVitaly Buka2017-10-161-46/+0
* [libFuzzer] call __sanitizer_print_memory_profile with two paramsKostya Serebryany2017-03-151-1/+1
* [libFuzzer] remove usage of the old coverage instrumentationKostya Serebryany2017-02-281-6/+0
* [libFuzzer] call __sanitizer_dump_coverage via EFKostya Serebryany2017-01-201-0/+2
* [libFuzzer] use __sanitizer_get_module_and_offset_for_pc to get the module na...Kostya Serebryany2016-12-101-0/+3
* [libFuzzer] remove the code for -print_pcs=1 with the old coverage. It still ...Kostya Serebryany2016-09-301-2/+0
* [libFizzer] rename -print_new_cov_pcs=1 into -print_pcs=1 and make it more us...Kostya Serebryany2016-08-251-0/+2
* [libfuzzer] do not warn about missing pcbuffer functions: they are new.Mike Aizatsky2016-08-061-2/+2
* [sanitizers] trace buffer API to use user-allocated buffer.Mike Aizatsky2016-08-051-1/+2
* [libFuzzer] use the new chainable malloc hooks instead of the old un-chainabl...Kostya Serebryany2016-06-161-0/+4
* [LibFuzzer] Declare and use sanitizer functions in ``fuzzer::ExternalFunctions``Dan Liew2016-06-071-1/+15
* [libfuzzer] custom crossover interface function.Mike Aizatsky2016-06-071-0/+5
* [LibFuzzer] Reimplement how the optional user functions are called.Dan Liew2016-06-021-0/+23
OpenPOWER on IntegriCloud