summaryrefslogtreecommitdiff
path: root/compiler-rt/lib/fuzzer/FuzzerUtilPosix.cpp
AgeCommit message (Expand)Author
2025-07-28[compiler-rt][libFuzzer] Add support for capturing SIGTRAP exits. (#149120)Dan Blackwell
2024-11-11Revert "[libfuzzer] use timer_create() instead of setitimer() for linux" (#11...Florian Mayer
2024-11-11[libfuzzer] use timer_create() instead of setitimer() for linux (#110274)Min
2023-05-25[fuzzer] Platfom specific version of PageSizeVitaly Buka
2021-07-02Revert "Refactor mutation strategies into a standalone library"Marco Vanotti
2021-07-02Refactor mutation strategies into a standalone libraryAaron Green
2021-05-26Revert "Refactor mutation strategies into a standalone library"Matt Morehouse
2021-05-26Refactor mutation strategies into a standalone libraryAaron Green
2021-05-07[libFuzzer] Fix stack overflow detectionSebastian Poeplau
2020-10-20[Sanitizers] Remove OpenBSD support (new attempt)David Carlier
2020-10-19Revert "[Sanitizers] Remove OpenBSD support" + 1Evgenii Stepanov
2020-10-18[Sanitizers] Remove OpenBSD supportDavid Carlier
2020-08-11[libFuzzer] Fix minimizing timeoutsIlya Leoshkevich
2020-07-14[libFuzzer] Separate platform related macros out from FuzzerDefs.h into Fuzze...Dokyung Song
2020-02-12[Fuzzer] Rename ExecuteCommandWithPopen to ExecuteCommandNon-Fushsia target w...Yuanfang Chen
2020-02-10[libFuzzer] communicate through pipe to subprocess for MinimizeCrashInputYuanfang Chen
2019-12-12[fuzzer] Add basic support for emscripten.Jonathan Metzman
2019-10-01[libFuzzer] Remove lazy counters.Matt Morehouse
2019-01-31[libFuzzer] set libFuzzer's own SEGV handler even one is already present, but...Kostya Serebryany
2019-01-31[libFuzzer] experimental performance optimization -lazy_counters, off by defa...Kostya Serebryany
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-04-09libFuzzer, OpenBSD supportVitaly Buka
2018-01-12lib Fuzzer FreeBSD supportKamil Rytarowski
2017-11-09[libFuzzer] handle SIGUSR1/SIGUSR2 and try to exit grafully on these signalsKostya Serebryany
2017-09-09[libFuzzer] remove a couple of reduntant includesKostya Serebryany
2017-08-21Move libFuzzer to compiler_rt.George Karpenkov