summaryrefslogtreecommitdiff
path: root/compiler-rt/lib/fuzzer/FuzzerUtilWindows.cpp
AgeCommit message (Expand)Author
2025-09-26[compiler-rt] fix typos (#160799)co63oc
2024-11-07[compiler-rt] [fuzzer] Skip trying to set the thread name on MinGW (#115167)Martin Storsjö
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-11[compiler-rt] Silence warningsAlexandre Ganea
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-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
2023-08-28Revert "[Fuzzer] SetThreadName implementation for Windows"Vitaly Buka
2023-08-28[NFC][fuzzer] Cleanup SetThreadName after D156317Vitaly Buka
2023-08-28[fuzzer] Try to fix windows build after D156317Vitaly Buka
2023-08-28Revert "[fuzzer] Try to fix windows build after D156317"Vitaly Buka
2023-08-28[fuzzer] Try to fix windows build after D156317Vitaly Buka
2023-08-28[Fuzzer] SetThreadName implementation for WindowsDavid CARLIER
2023-07-28Revert "[Fuzzer] SetThreadName implementation for Windows"David Carlier
2023-07-27[Fuzzer] SetThreadName implementation for WindowsDavid CARLIER
2023-07-27Revert "[Fuzzer] SetThreadName implementation for Windows"Vitaly Buka
2023-07-27[Fuzzer] SetThreadName implementation for WindowsDavid CARLIER
2023-07-26[Fuzzer] Assign names to workersDavid CARLIER
2023-05-25[fuzzer] Platfom specific version of PageSizeVitaly Buka
2021-08-03[libFuzzer] replace Vector/Set with std::vector/std::set. The custom names ar...Kostya Serebryany
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
2020-11-12[fuzzer] Add Windows Visual C++ exception interceptJoe Pletcher
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-11-21[libFuzzer] don't use /dev/null for DiscardOuput in Fuchsia.Marco Vanotti
2019-10-01[libFuzzer] Remove lazy counters.Matt Morehouse
2019-02-26[libFuzzer] Remove extra semicolonsJonathan Metzman
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-09-11[libFuzzer] [Windows] Include windows.h and psapi.h with lowercaseMartin Storsjo
2018-08-30[libFuzzer] Port to WindowsMatt Morehouse
2018-08-29Revert "[libFuzzer] Port to Windows"Matt Morehouse
2018-08-29[libFuzzer] Port to WindowsMatt Morehouse
2018-08-28Revert "[libFuzzer] Port to Windows"Matt Morehouse
2018-08-28[libFuzzer] Port to WindowsMatt Morehouse
2017-12-04[libFuzzer] Encapsulate commands in a class.Matt Morehouse
2017-09-09[libFuzzer] remove a couple of reduntant includesKostya Serebryany
2017-08-21Move libFuzzer to compiler_rt.George Karpenkov