aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Windows
AgeCommit message (Expand)AuthorFilesLines
4 days[Support] [Windows] Conditionally compile the SetThreadInformation calls (#15...Martin Storsjö1-0/+2
6 daysWindows: 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
2023-01-10Remove the ThreadLocal template from LLVM.Owen Anderson1-50/+0
2023-01-09Revert "Remove the ThreadLocal template from LLVM."Owen Anderson1-0/+50
2023-01-09Remove the ThreadLocal template from LLVM.Owen Anderson1-50/+0
2023-01-06[Support] On Windows 11 and Windows Server 2022, fix an affinity mask issue o...Alexandre Ganea2-25/+75
2022-12-22Support: Add polling option to sys::WaitMatt Arsenault1-2/+3
2022-12-20[Support] Move TargetParsers to new componentArchibald Elliott1-35/+0
2022-12-16[Support] llvm::Optional => std::optionalFangrui Song1-1/+1
2022-12-14Support: Make Wait's SecondsToWait be std::optional [NFC]Matt Arsenault1-8/+5
2022-12-06[llvm] Use std::nullopt instead of None in comments (NFC)Kazu Hirata1-2/+2
2022-12-06Process: convert Optional to std::optionalKrzysztof Parzyszek1-1/+2
2022-12-05[llvm] Use std::nullopt instead of llvm::None (NFC)Kazu Hirata2-5/+5
2022-12-01Threading: Convert Optional to std::optionalFangrui Song1-2/+2
2022-12-01Revert "Threading: Convert Optional to std::optional"Daniel Thornburgh1-2/+2
2022-12-01Threading: Convert Optional to std::optionalFangrui Song1-2/+2