summaryrefslogtreecommitdiff
path: root/compiler-rt/lib/fuzzer
AgeCommit message (Expand)Author
2025-11-07[compiler-rt] Add CMake option to enable execute-only code generation on AArc...Csanád Hajdú
2025-09-26[NFC] [compiler-rt] fix typos (#160803)co63oc
2025-09-26[compiler-rt] fix typos (#160799)co63oc
2025-09-19Fix libFuzzer array alignment with empty modules (#159661)Bitshift
2025-09-16Reapply "[NFC] Fix CodeQL violations in compiler-rt. (#157793)" (#157913) (#1...Amit Kumar Pandey
2025-09-10Revert "[NFC] Fix CodeQL violations in compiler-rt. (#157793)" (#157913)Amit Kumar Pandey
2025-09-10[NFC] Fix CodeQL violations in compiler-rt. (#157793)Amit Kumar Pandey
2025-08-26[fuzzer][Fuchsia] Forward fix for undefined StartRssThread (#155514)PiJoules
2025-08-25Reapply "[fuzzer][Fuchsia] Prevent deadlock from suspending threads" … (#15...PiJoules
2025-08-22Revert "[fuzzer][Fuchsia] Prevent deadlock from suspending threads" (#155042)gulfemsavrun
2025-08-22[fuzzer][Fuchsia] Prevent deadlock from suspending threads (#154854)PiJoules
2025-08-12Revert "[libFuzzer] always install signal handler with SA_ONSTACK" (#153114)Keith Randall
2025-08-09[libFuzzer] always install signal handler with SA_ONSTACK (#147422)Keith Randall
2025-07-28[compiler-rt][libFuzzer] Add support for capturing SIGTRAP exits. (#149120)Dan Blackwell
2025-07-10[compiler-rt] Include missing headers for libFuzzer (#146828)Takuto Ikuta
2025-06-19[compiler-rt] [Fuzzer] Fix tests linking buildbot failure (#144495)Muhammad Omair Javaid
2025-06-18[compiler-rt] [Fuzzer] Fix ARMv7 test link failure by linking unwinder (#144495)Omair Javaid
2025-06-12[compiler-rt] Remove unused local variables (NFC) (#144010)Kazu Hirata
2025-01-23[libfuzzer] Clarify -max_len behavior on bigger files (#123095)Paweł Bylica
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
2024-11-10[compiler-rt] Add custom libc++ workaround for CMake < 3.26Alexander Richardson
2024-11-07[compiler-rt] [fuzzer] Skip trying to set the thread name on MinGW (#115167)Martin Storsjö
2024-11-06[compiler-rt] Use installed libc++(abi) for tests instead of build treeAlexander Richardson
2024-11-05[compiler-rt] Include stdlib.h for exit() (#115025)Nico Weber
2024-10-17[fuzzer] fix clang-cl build fuzzer lit test failure (#112339)Wu Yingcong
2024-09-24Fix libFuzzer not building with pthreads on Windows (#109525)Zentrik
2024-09-02Revert "[compiler-rt][fuzzer] SetThreadName build fix for Mingwin attempt (#1...Martin Storsjö
2024-09-01[compiler-rt][fuzzer] SetThreadName build fix for Mingwin attempt (#106902)David CARLIER
2024-08-21[compiler-rt] Reland "SetThreadName implementation for Fuchsia" (#105179)David CARLIER
2024-08-20Revert "[compiler-rt][fuzzer] implements SetThreadName for fuchsia." (#105162)David CARLIER
2024-08-19[compiler-rt][fuzzer] implements SetThreadName for fuchsia. (#99953)David CARLIER
2024-08-13Don't pass null pointers to memcmp and memcpy in libFuzzer (#96775)David Benjamin
2024-08-11[compiler-rt] Silence warningsAlexandre Ganea
2024-07-17[libFuzzer] Fix incorrect coverage number in fork mode (#82335)Scallop Ye
2024-07-06Revert "[compiler-rt] Silence function cast warning when building with Clang ...Alexandre Ganea
2024-07-05[compiler-rt] Silence function cast warning when building with Clang ToT targ...Alexandre Ganea
2024-06-04[compiler-rt] Revise IDE folder structure (#89753)Michael Kruse
2024-05-10[libfuzzer] Prevent MSan false positive when printing log with -jobs (#91679)Thurston Dang
2024-04-24[compiler-rt] Update libFuzzer build script to use C++17. (#89604)Frederic Cambus
2024-03-13[compiler-rt] Remove llvm_gtest dependency from unit testsAlexander Richardson
2024-03-13[compiler-rt] reimplements GetMemoryProfile for netbsd. (#84841)David CARLIER
2024-03-08[compiler-rt][Fuzzer] fix windows typo (#84407)David CARLIER
2024-03-07[compiler-rt][fuzzer] Reland "SetThreadName windows implementation" (#83562)David CARLIER
2024-03-01Revert fuzzer windows changes (#83551)David CARLIER
2024-03-01[compiler-rt][fuzzer] windows build unbreak proposal. (#83538)David CARLIER
2024-02-29[compiler-rt][Fuzzer] SetThreadName windows implementation new try. (#76761)David CARLIER
2024-02-20[Fuzzer] Use user signal to coordinate handler shutdown (#82067)James Robinson
2023-11-02[Fuzzer] Enable custom libc++ for Android (#70407)Ryan Prichard
2023-10-22[compiler-rt] Use std::clamp (NFC)Kazu Hirata