aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/lib/fuzzer
AgeCommit message (Expand)AuthorFilesLines
2025-11-07[compiler-rt] Add CMake option to enable execute-only code generation on AArc...Csanád Hajdú1-0/+1
2025-09-26[NFC] [compiler-rt] fix typos (#160803)co63oc5-8/+8
2025-09-26[compiler-rt] fix typos (#160799)co63oc3-5/+5
2025-09-19Fix libFuzzer array alignment with empty modules (#159661)Bitshift1-0/+3
2025-09-16Reapply "[NFC] Fix CodeQL violations in compiler-rt. (#157793)" (#157913) (#1...Amit Kumar Pandey3-6/+7
2025-09-10Revert "[NFC] Fix CodeQL violations in compiler-rt. (#157793)" (#157913)Amit Kumar Pandey3-7/+6
2025-09-10[NFC] Fix CodeQL violations in compiler-rt. (#157793)Amit Kumar Pandey3-6/+7
2025-08-26[fuzzer][Fuchsia] Forward fix for undefined StartRssThread (#155514)PiJoules1-2/+2
2025-08-25Reapply "[fuzzer][Fuchsia] Prevent deadlock from suspending threads" … (#15...PiJoules2-3/+63
2025-08-22Revert "[fuzzer][Fuchsia] Prevent deadlock from suspending threads" (#155042)gulfemsavrun2-61/+3
2025-08-22[fuzzer][Fuchsia] Prevent deadlock from suspending threads (#154854)PiJoules2-3/+61
2025-08-12Revert "[libFuzzer] always install signal handler with SA_ONSTACK" (#153114)Keith Randall1-8/+4
2025-08-09[libFuzzer] always install signal handler with SA_ONSTACK (#147422)Keith Randall1-4/+8
2025-07-28[compiler-rt][libFuzzer] Add support for capturing SIGTRAP exits. (#149120)Dan Blackwell5-1/+6
2025-07-10[compiler-rt] Include missing headers for libFuzzer (#146828)Takuto Ikuta3-1/+4
2025-06-19[compiler-rt] [Fuzzer] Fix tests linking buildbot failure (#144495)Muhammad Omair Javaid1-2/+2
2025-06-18[compiler-rt] [Fuzzer] Fix ARMv7 test link failure by linking unwinder (#144495)Omair Javaid1-0/+21
2025-06-12[compiler-rt] Remove unused local variables (NFC) (#144010)Kazu Hirata1-2/+0
2025-01-23[libfuzzer] Clarify -max_len behavior on bigger files (#123095)Paweł Bylica1-2/+3
2024-11-11Revert "[libfuzzer] use timer_create() instead of setitimer() for linux" (#11...Florian Mayer1-9/+4
2024-11-11[libfuzzer] use timer_create() instead of setitimer() for linux (#110274)Min1-4/+9
2024-11-10[compiler-rt] Add custom libc++ workaround for CMake < 3.26Alexander Richardson2-4/+4
2024-11-07[compiler-rt] [fuzzer] Skip trying to set the thread name on MinGW (#115167)Martin Storsjö1-4/+5
2024-11-06[compiler-rt] Use installed libc++(abi) for tests instead of build treeAlexander Richardson2-4/+4
2024-11-05[compiler-rt] Include stdlib.h for exit() (#115025)Nico Weber1-0/+1
2024-10-17[fuzzer] fix clang-cl build fuzzer lit test failure (#112339)Wu Yingcong1-14/+14
2024-09-24Fix libFuzzer not building with pthreads on Windows (#109525)Zentrik1-0/+5
2024-09-02Revert "[compiler-rt][fuzzer] SetThreadName build fix for Mingwin attempt (#1...Martin Storsjö1-4/+0
2024-09-01[compiler-rt][fuzzer] SetThreadName build fix for Mingwin attempt (#106902)David CARLIER1-0/+4
2024-08-21[compiler-rt] Reland "SetThreadName implementation for Fuchsia" (#105179)David CARLIER1-1/+5
2024-08-20Revert "[compiler-rt][fuzzer] implements SetThreadName for fuchsia." (#105162)David CARLIER1-7/+1
2024-08-19[compiler-rt][fuzzer] implements SetThreadName for fuchsia. (#99953)David CARLIER1-1/+7
2024-08-13Don't pass null pointers to memcmp and memcpy in libFuzzer (#96775)David Benjamin2-2/+9
2024-08-11[compiler-rt] Silence warningsAlexandre Ganea1-2/+2
2024-07-17[libFuzzer] Fix incorrect coverage number in fork mode (#82335)Scallop Ye1-1/+1
2024-07-06Revert "[compiler-rt] Silence function cast warning when building with Clang ...Alexandre Ganea1-9/+0
2024-07-05[compiler-rt] Silence function cast warning when building with Clang ToT targ...Alexandre Ganea1-0/+9
2024-06-04[compiler-rt] Revise IDE folder structure (#89753)Michael Kruse1-3/+3
2024-05-10[libfuzzer] Prevent MSan false positive when printing log with -jobs (#91679)Thurston Dang1-0/+1
2024-04-24[compiler-rt] Update libFuzzer build script to use C++17. (#89604)Frederic Cambus1-1/+1
2024-03-13[compiler-rt] Remove llvm_gtest dependency from unit testsAlexander Richardson1-2/+2
2024-03-13[compiler-rt] reimplements GetMemoryProfile for netbsd. (#84841)David CARLIER1-1/+1
2024-03-08[compiler-rt][Fuzzer] fix windows typo (#84407)David CARLIER1-1/+1
2024-03-07[compiler-rt][fuzzer] Reland "SetThreadName windows implementation" (#83562)David CARLIER1-4/+21
2024-03-01Revert fuzzer windows changes (#83551)David CARLIER1-21/+4
2024-03-01[compiler-rt][fuzzer] windows build unbreak proposal. (#83538)David CARLIER1-4/+7
2024-02-29[compiler-rt][Fuzzer] SetThreadName windows implementation new try. (#76761)David CARLIER1-2/+16
2024-02-20[Fuzzer] Use user signal to coordinate handler shutdown (#82067)James Robinson1-2/+3
2023-11-02[Fuzzer] Enable custom libc++ for Android (#70407)Ryan Prichard1-2/+2
2023-10-22[compiler-rt] Use std::clamp (NFC)Kazu Hirata1-1/+1