aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Windows
AgeCommit message (Expand)AuthorFilesLines
2025-12-05[Support][Windows] disk_space handle unicode paths (#170716)Pavel Rosický1-6/+11
2025-11-10Remove unused standard headers: <string>, <optional>, <numeric>, <tuple> (#16...serge-sans-paille1-1/+0
2025-11-10Remove unused <algorithm> inclusion (#166942)serge-sans-paille1-1/+0
2025-11-01[Support] Fix memory leak induced by `sys::RemoveFileOnSignal` (#159984)Alexandre Ganea1-1/+6
2025-10-16[llvm] Replace LLVM_ATTRIBUTE_UNUSED with [[maybe_unused]] (NFC) (#163702)Kazu Hirata1-2/+2
2025-10-03Reland "[LLVM] Add GNU make jobserver support (#145131)"Yaxun (Sam) Liu1-0/+79
2025-10-03Revert "[LLVM] Add GNU make jobserver support (#145131)"Yaxun (Sam) Liu1-79/+0
2025-10-03[LLVM] Add GNU make jobserver support (#145131)Yaxun (Sam) Liu1-0/+79
2025-09-16Fix comment from https://github.com/llvm/llvm-project/pull/158719 (#159157)Hiroshi Yamauchi1-2/+1
2025-09-16Fix ExecuteAndWait with empty environment on Windows (#158719)Hiroshi Yamauchi1-0/+4
2025-09-15[CAS] Add MappedFileRegionArena (#114099)Steven Wu1-0/+17
2025-09-08Fix thread handle leak on Windows (#156854)Lukasz Mielicki1-8/+7
2025-08-20[FileSystem] Allow exclusive file lock (#114098)Steven Wu1-4/+8
2025-08-14[Support] Add mapped_file_region::sync(), equivalent to msync (#153632)Steven Wu1-0/+8
2025-07-31[Support] [Windows] Conditionally compile the SetThreadInformation calls (#15...Martin Storsjö1-0/+2
2025-07-29Windows: use EcoQoS for ThreadPriority::Background (#148797)Tim Blechmann1-0/+60
2025-07-02[DLCov] Origin-Tracking: Enable collecting and symbolizing stack traces (#143...Stephen Tozer1-0/+5
2025-06-26[Support] Remove workarounds for building with mingw.org toolchains (#145683)Martin Storsjö1-64/+0
2025-06-24[Support] Remove an outdated MinGW workaround (#145294)Martin Storsjö1-5/+0
2025-06-09[Support][Cygwin] Fix handling of Process symbol lookup. (#143072)jeremyd20191-3/+3
2025-06-06[llvm] Call hash_combine_range with ranges (NFC) (#143225)Kazu Hirata1-1/+1
2025-05-21[NFC][ADT/Support] Add {} for else when if body has {} (#140758)Rahul Joshi1-2/+4
2025-01-02[llvm][Support][Windows] Fix slash in path for remove_directories (#121448)Jinsong Ji1-1/+3
2024-12-13[llvm][Support][Windows] Refactored remove_directories() w/o CComPtr and atlb...Dmitry Vasilyev1-4/+6
2024-12-12[llvm][Support][Windows] Avoid crash calling remove_directories() (#118677)Dmitry Vasilyev1-8/+28
2024-10-10[Support] Include Support/thread.h before api implementations (#111175)Thomas Fransham1-0/+1
2024-07-30[Support] Silence warnings when retrieving exported functions (#97905)Alexandre Ganea2-18/+23
2024-07-06Revert "[Support] Silence function cast warning when building with Clang ToT ...Alexandre Ganea2-18/+0
2024-07-05[Support] Silence function cast warning when building with Clang ToT targetti...Alexandre Ganea2-0/+18
2024-06-03[Support] Handle delete_pending case for Windows fs::status (#90655)Jeremy Day1-4/+4
2024-04-30[Windows] Restrict searchpath of dbghelp.dll to System32 (#90520)jofrn1-1/+2
2024-04-05[Support][Windows] Use the original path if GetFinalPathNameByHandleW() faile...Dmitry Vasilyev1-1/+3
2024-03-26Return `errc::no_such_file_or_directory` in `fs::access` if `GetFileAttribute...Jeremy Day1-0/+4
2024-03-08[llvm][Support] Add and use errnoAsErrorCode (#84423)Michael Spencer2-3/+3
2024-03-06Reland "[llvm][Support] Add support for executing a detached process (#81708)...Connor Sughrue1-2/+5
2024-02-26Revert "[llvm][Support] Add support for executing a detached process (#81708)"cpsughrue1-5/+2
2024-02-26[llvm][Support] Add support for executing a detached process (#81708)Connor Sughrue1-2/+5
2024-01-31[llvm][Support] Support bright colors in raw_ostream (#80017)Timm Baeder1-1/+1
2024-01-23[Support] Avoid a VirtualBox shared folders mmap bug (#78597)Martin Storsjö1-2/+23
2024-01-15[Support] Windows Filesystem fs::status Conditionally Call GetFileAttributes ...Haydn Trigg1-7/+9
2023-12-26[Support] Resolve symlinks in `getMainExecutable()` on Windows (#76304)Alexandre Ganea1-1/+4
2023-12-09[ADT] Rename SmallString::{starts,ends}with to {starts,ends}_with (#74916)Kazu Hirata1-2/+2
2023-11-03[Support] Use StringRef::starts_with/ends_with instead of startswith/endswith...Simon Pilgrim2-4/+4
2023-09-12[Windows] Avoid using FileIndex for unique IDsMartin Storsjö1-16/+32
2023-08-17Optionally print symbolizer markup backtraces.Daniel Thornburgh1-0/+5
2023-02-20[Support] Silence warning with Clang ToT.Alexandre Ganea1-1/+1
2023-02-17[Support] [Windows] Don't check file access time in equivalent(file_status, f...R. Voggenauer1-2/+0
2023-02-12[Support] Use llvm::popcount (NFC)Kazu Hirata1-1/+1
2023-02-10[llvm-driver] Reinvoke clang as described by llvm driver extra argsAlex Brachet1-1/+1
2023-02-09[Support] Emulate SIGPIPE handling in raw_fd_ostream write for WindowsAndrew Ng1-3/+20