summaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Windows
AgeCommit message (Expand)Author
2025-11-10Remove unused standard headers: <string>, <optional>, <numeric>, <tuple> (#16...serge-sans-paille
2025-11-10Remove unused <algorithm> inclusion (#166942)serge-sans-paille
2025-11-01[Support] Fix memory leak induced by `sys::RemoveFileOnSignal` (#159984)Alexandre Ganea
2025-10-16[llvm] Replace LLVM_ATTRIBUTE_UNUSED with [[maybe_unused]] (NFC) (#163702)Kazu Hirata
2025-10-03Reland "[LLVM] Add GNU make jobserver support (#145131)"Yaxun (Sam) Liu
2025-10-03Revert "[LLVM] Add GNU make jobserver support (#145131)"Yaxun (Sam) Liu
2025-10-03[LLVM] Add GNU make jobserver support (#145131)Yaxun (Sam) Liu
2025-09-16Fix comment from https://github.com/llvm/llvm-project/pull/158719 (#159157)Hiroshi Yamauchi
2025-09-16Fix ExecuteAndWait with empty environment on Windows (#158719)Hiroshi Yamauchi
2025-09-15[CAS] Add MappedFileRegionArena (#114099)Steven Wu
2025-09-08Fix thread handle leak on Windows (#156854)Lukasz Mielicki
2025-08-20[FileSystem] Allow exclusive file lock (#114098)Steven Wu
2025-08-14[Support] Add mapped_file_region::sync(), equivalent to msync (#153632)Steven Wu
2025-07-31[Support] [Windows] Conditionally compile the SetThreadInformation calls (#15...Martin Storsjö
2025-07-29Windows: use EcoQoS for ThreadPriority::Background (#148797)Tim Blechmann
2025-07-02[DLCov] Origin-Tracking: Enable collecting and symbolizing stack traces (#143...Stephen Tozer
2025-06-26[Support] Remove workarounds for building with mingw.org toolchains (#145683)Martin Storsjö
2025-06-24[Support] Remove an outdated MinGW workaround (#145294)Martin Storsjö
2025-06-09[Support][Cygwin] Fix handling of Process symbol lookup. (#143072)jeremyd2019
2025-06-06[llvm] Call hash_combine_range with ranges (NFC) (#143225)Kazu Hirata
2025-05-21[NFC][ADT/Support] Add {} for else when if body has {} (#140758)Rahul Joshi
2025-01-02[llvm][Support][Windows] Fix slash in path for remove_directories (#121448)Jinsong Ji
2024-12-13[llvm][Support][Windows] Refactored remove_directories() w/o CComPtr and atlb...Dmitry Vasilyev
2024-12-12[llvm][Support][Windows] Avoid crash calling remove_directories() (#118677)Dmitry Vasilyev
2024-10-10[Support] Include Support/thread.h before api implementations (#111175)Thomas Fransham
2024-07-30[Support] Silence warnings when retrieving exported functions (#97905)Alexandre Ganea
2024-07-06Revert "[Support] Silence function cast warning when building with Clang ToT ...Alexandre Ganea
2024-07-05[Support] Silence function cast warning when building with Clang ToT targetti...Alexandre Ganea
2024-06-03[Support] Handle delete_pending case for Windows fs::status (#90655)Jeremy Day
2024-04-30[Windows] Restrict searchpath of dbghelp.dll to System32 (#90520)jofrn
2024-04-05[Support][Windows] Use the original path if GetFinalPathNameByHandleW() faile...Dmitry Vasilyev
2024-03-26Return `errc::no_such_file_or_directory` in `fs::access` if `GetFileAttribute...Jeremy Day
2024-03-08[llvm][Support] Add and use errnoAsErrorCode (#84423)Michael Spencer
2024-03-06Reland "[llvm][Support] Add support for executing a detached process (#81708)...Connor Sughrue
2024-02-26Revert "[llvm][Support] Add support for executing a detached process (#81708)"cpsughrue
2024-02-26[llvm][Support] Add support for executing a detached process (#81708)Connor Sughrue
2024-01-31[llvm][Support] Support bright colors in raw_ostream (#80017)Timm Baeder
2024-01-23[Support] Avoid a VirtualBox shared folders mmap bug (#78597)Martin Storsjö
2024-01-15[Support] Windows Filesystem fs::status Conditionally Call GetFileAttributes ...Haydn Trigg
2023-12-26[Support] Resolve symlinks in `getMainExecutable()` on Windows (#76304)Alexandre Ganea
2023-12-09[ADT] Rename SmallString::{starts,ends}with to {starts,ends}_with (#74916)Kazu Hirata
2023-11-03[Support] Use StringRef::starts_with/ends_with instead of startswith/endswith...Simon Pilgrim
2023-09-12[Windows] Avoid using FileIndex for unique IDsMartin Storsjö
2023-08-17Optionally print symbolizer markup backtraces.Daniel Thornburgh
2023-02-20[Support] Silence warning with Clang ToT.Alexandre Ganea
2023-02-17[Support] [Windows] Don't check file access time in equivalent(file_status, f...R. Voggenauer
2023-02-12[Support] Use llvm::popcount (NFC)Kazu Hirata
2023-02-10[llvm-driver] Reinvoke clang as described by llvm driver extra argsAlex Brachet
2023-02-09[Support] Emulate SIGPIPE handling in raw_fd_ostream write for WindowsAndrew Ng
2023-01-10Remove the ThreadLocal template from LLVM.Owen Anderson