summaryrefslogtreecommitdiff
path: root/lib/fuzzer/FuzzerUtilFuchsia.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libFuzzer] Don't prefix absolute paths in fuchsia.Jake Ehrlich2019-10-111-5/+6
* [libFuzzer] Remove lazy counters.Matt Morehouse2019-10-011-4/+0
* [libFuzzer] Always print DSO map on Fuchsia libFuzzer launchJake Ehrlich2019-09-171-0/+11
* [libFuzzer] Migrate to the new exception syscalls on FuchsiaPetr Hosek2019-06-271-26/+28
* [libFuzzer] Ignore synthetic exceptions on FuchsiaPetr Hosek2019-05-221-42/+58
* [libFuzzer] experimental performance optimization -lazy_counters, off by defa...Kostya Serebryany2019-01-311-0/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [lib/fuzzer] Fix logging for FuchsiaPetr Hosek2018-10-021-6/+15
* [sanitizer][fuzzer] Transition back to ZX_TIME_INFINITEPetr Hosek2018-08-271-7/+4
* [sanitizer][fuzzer] Temporarily transition to ZX_TIME_INFINITE_OLDPetr Hosek2018-07-241-4/+7
* [Fuzzer] Improve crash unwinding on FuchsiaPetr Hosek2018-07-181-36/+237
* [Fuzzer] Update the header path for fdio/spawn.h on FuchsiaPetr Hosek2018-06-071-1/+1
* [Fuzzer] Migrate Fuchsia port from launchpad to fdio_spawnPetr Hosek2018-06-021-19/+36
* [Fuzzer] Update _zx_port_wait function use in Fuchsia portPetr Hosek2018-05-261-5/+5
* [Fuzzer] Add a missing header in Fuchsia implementationPetr Hosek2018-04-201-0/+1
* [Fuzzer] Make InterruptHandler non-blocking for FuchsiaPetr Hosek2018-04-191-1/+6
* [Fuzzer] Use Zircon's public API on FuchsiaPetr Hosek2018-02-071-31/+43
* [fuzzer] Update and enable libFuzzer on FuchsiaPetr Hosek2018-01-301-3/+3
* [libFuzzer] Add support for Fuchsia OS.Matt Morehouse2017-12-081-0/+228