summaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Unix/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-07-29[Support] Remove an unnecessary cast (NFC) (#151083)Kazu Hirata
2025-06-13[SystemZ][z/OS] Refactor AutoConvert more (#143955)Abhina Sree
2025-05-21[NFC][ADT/Support] Add {} for else when if body has {} (#140758)Rahul Joshi
2025-05-08[llvm] Add managarm support (#138854)no92
2025-01-29[NFC] Remove redundant `sys/file.h` header. (#124684)c8ef
2025-01-22[CMake] Remove HAVE_DLFCN_H and HAVE_DLADDR (#123879)Fangrui Song
2025-01-15[CMake] Remove some always-true HAVE_XXX_HFangrui Song
2024-09-09[hurd] Fix accessing f_type field of statvfs (#71851)Samuel Thibault
2024-09-05[NFC][SystemZ][z/OS] Rename autoconversion-related functions to be less gener...Abhina Sree
2024-07-14[Support] Don't use StringRef::equals in Path.inc (#98839)Rainer Orth
2024-04-17[Support] Report EISDIR when opening a directory (#79880)azhan92
2024-03-08[llvm][Support] Add and use errnoAsErrorCode (#84423)Michael Spencer
2023-12-11[llvm] Use StringRef::{starts,ends}_with (NFC) (#74956)Kazu Hirata
2023-11-24[Support] Implement getMainExecutable for HaikuBrad Smith
2023-09-01[Support] Implement getMainExecutable for OpenBSDBrad Smith
2023-08-25Cleanup remaining bits for Minix, Contiki and MyriadBrad Smith
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-11-14[Support] Use thread safe version of getpwuid and getpwnam.Yabin Cui
2022-09-08Revert "Support: Add mapped_file_region::sync(), equivalent to msync"raghavmedicherla
2022-09-06Support: Add mapped_file_region::sync(), equivalent to msyncraghavmedicherla
2022-08-12[llvm] Fix assertion when stat fails in remove_directoriesBen Langmuir
2022-06-06LLVM Driver Multicall toolChris Bieneman
2022-03-27[Support] Skip attempts to access /proc/self/fd on FreeBSDMateusz Guzik
2022-02-16[Support] Use posix_madvise() if availableNikita Popov
2022-02-15[Support] Fix build on illumosNikita Popov
2022-01-11Support: Avoid SmallVector::set_size() in Unix codeDuncan P. N. Exon Smith
2022-01-05[AIX][z/OS][Support] Provide alternate no-op mapped_file_region::dontNeedImpl...David Tenty
2021-12-30[Support] Add MemoryBuffer::dontNeedIfMmapFangrui Song
2021-12-28[llvm] Use nullptr instead of 0 (NFC)Kazu Hirata
2021-12-20[Support] Revert posix_fallocate in resize_fileFangrui Song
2021-10-29Support: Reduce stats in fs::copy_file on DarwinDuncan P. N. Exon Smith
2021-09-07[Support] Implement getMainExecutable on SolarisRainer Orth
2021-05-29[Support] Fix getMainExecutable on FreeBSD when called via an absolute pathJessica Clarke
2021-05-03[SystemZ][z/OS] Add the functions needed for handling EBCDIC I/OAbhina Sreeskantharajan
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-08Support: mapped_file_region: Pass MAP_NORESERVE to mmapJoseph Tremoulet
2021-02-12[llvm-objcopy] preserve file ownership when overwritten by rootJian Cai
2021-01-14[llvm] Remove redundant return and continue statements (NFC)Kazu Hirata
2020-11-09[llvm] [Support] Fix segv if argv0 is null in getMainExecutable()Michał Górny
2020-10-26Fix calls to (p)read on macOS when size > INT32_MAXJonas Devlieghere
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-07-28[SystemZ/ZOS] Implement setLastAccessAndModificationTime()Kai Nacke