summaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Windows/Path.inc
AgeCommit message (Expand)Author
2025-09-15[CAS] Add MappedFileRegionArena (#114099)Steven Wu
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-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-06-03[Support] Handle delete_pending case for Windows fs::status (#90655)Jeremy Day
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-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-02-17[Support] [Windows] Don't check file access time in equivalent(file_status, f...R. Voggenauer
2023-02-10[llvm-driver] Reinvoke clang as described by llvm driver extra argsAlex Brachet
2022-11-26[Support] Apply clang-format on .inc files. NFC.Alexandre Ganea
2022-09-08Revert "Support: Add mapped_file_region::sync(), equivalent to msync"raghavmedicherla
2022-09-08[llvm] Use std::size instead of llvm::array_lengthofJoe Loser
2022-09-06Support: Add mapped_file_region::sync(), equivalent to msyncraghavmedicherla
2022-06-06LLVM Driver Multicall toolChris Bieneman
2022-01-26Revert "Rename llvm::array_lengthof into llvm::size to match std::size from C...Benjamin Kramer
2022-01-26Rename llvm::array_lengthof into llvm::size to match std::size from C++17serge-sans-paille
2022-01-11Support: Avoid SmallVector::set_size() in Windows codeDuncan P. N. Exon Smith
2021-12-30[Support] Add MemoryBuffer::dontNeedIfMmapFangrui Song
2021-11-05[Support] [Windows] Convert paths to the preferred formMartin Storsjö
2021-10-28[Support] [Windows] Manually clean up temp files if not setting delete dispos...Martin Storsjö
2021-06-25[llvm] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö
2021-06-02Recommit "Fix tmp files being left on Windows builds." with a fix forAmy Huang
2021-06-01Revert "Fix tmp files being left on Windows builds." for now;Amy Huang
2021-06-01Fix tmp files being left on Windows builds.Amy Huang
2021-04-09Support: Add move semantics to mapped_file_regionDuncan P. N. Exon Smith
2021-04-09Support: Remove code duplication for mapped_file_region accessors, NFCDuncan P. N. Exon Smith
2021-04-06[SystemZ][z/OS][Windows] Add new OF_TextWithCRLF flag and use this flag inste...Abhina Sreeskantharajan
2021-03-25[Support][Windows] Make sure only executables are found by sys::findProgramBy...Markus Böck
2021-03-24[Support] Fix 'keeping' temporary files on Windows 7Alexandre Ganea
2020-10-30[Support] PR42623: Avoid setting the delete-on-close bit if a TempFile doesn'...Ronald Wampler
2020-10-19Revert "Reland "[Modules] Add stats to measure performance of building and lo...Volodymyr Sapsai
2020-10-19Reland "[Modules] Add stats to measure performance of building and loading mo...Volodymyr Sapsai
2020-09-24Revert "[Modules] Add stats to measure performance of building and loading mo...Volodymyr Sapsai
2020-09-24[Modules] Add stats to measure performance of building and loading modules.Volodymyr Sapsai
2020-08-26[Support][Windows] Fix incorrect GetFinalPathNameByHandleW() return value che...Aleksandr Platonov
2020-08-07[NFC] Use value initializer for OVERLAPPEDArthur Eubanks
2020-07-28[Support] Add file lock/unlock functionsSerge Pavlov
2020-07-15[Support] Fix Windows directory_iterator_construct out of boundsAndrew Ng
2020-07-06[Support] Add path::user_config_directory for $XDG_CONFIG_HOME etcSam McCall
2020-07-02[Support][Windows] Prevent 2s delay when renaming a file that does not existBen Dunbobbin