aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Unix/Path.inc
AgeCommit message (Expand)AuthorFilesLines
19 hours[Support] Remove an unnecessary cast (NFC) (#151083)Kazu Hirata1-1/+1
2025-06-13[SystemZ][z/OS] Refactor AutoConvert more (#143955)Abhina Sree1-2/+2
2025-05-21[NFC][ADT/Support] Add {} for else when if body has {} (#140758)Rahul Joshi1-2/+4
2025-05-08[llvm] Add managarm support (#138854)no921-8/+12
2025-01-29[NFC] Remove redundant `sys/file.h` header. (#124684)c8ef1-1/+0
2025-01-22[CMake] Remove HAVE_DLFCN_H and HAVE_DLADDR (#123879)Fangrui Song1-1/+1
2025-01-15[CMake] Remove some always-true HAVE_XXX_HFangrui Song1-4/+0
2024-09-09[hurd] Fix accessing f_type field of statvfs (#71851)Samuel Thibault1-1/+1
2024-09-05[NFC][SystemZ][z/OS] Rename autoconversion-related functions to be less gener...Abhina Sree1-4/+4
2024-07-14[Support] Don't use StringRef::equals in Path.inc (#98839)Rainer Orth1-1/+1
2024-04-17[Support] Report EISDIR when opening a directory (#79880)azhan921-0/+9
2024-03-08[llvm][Support] Add and use errnoAsErrorCode (#84423)Michael Spencer1-34/+33
2023-12-11[llvm] Use StringRef::{starts,ends}_with (NFC) (#74956)Kazu Hirata1-1/+1
2023-11-24[Support] Implement getMainExecutable for HaikuBrad Smith1-2/+2
2023-09-01[Support] Implement getMainExecutable for OpenBSDBrad Smith1-3/+8
2023-08-25Cleanup remaining bits for Minix, Contiki and MyriadBrad Smith1-6/+6
2023-02-10[llvm-driver] Reinvoke clang as described by llvm driver extra argsAlex Brachet1-1/+1
2022-11-26[Support] Apply clang-format on .inc files. NFC.Alexandre Ganea1-46/+34
2022-11-14[Support] Use thread safe version of getpwuid and getpwnam.Yabin Cui1-4/+17
2022-09-08Revert "Support: Add mapped_file_region::sync(), equivalent to msync"raghavmedicherla1-8/+0
2022-09-06Support: Add mapped_file_region::sync(), equivalent to msyncraghavmedicherla1-0/+8
2022-08-12[llvm] Fix assertion when stat fails in remove_directoriesBen Langmuir1-8/+9
2022-06-06LLVM Driver Multicall toolChris Bieneman1-1/+1
2022-03-27[Support] Skip attempts to access /proc/self/fd on FreeBSDMateusz Guzik1-1/+13
2022-02-16[Support] Use posix_madvise() if availableNikita Popov1-9/+5
2022-02-15[Support] Fix build on illumosNikita Popov1-0/+6
2022-01-11Support: Avoid SmallVector::set_size() in Unix codeDuncan P. N. Exon Smith1-5/+7
2022-01-05[AIX][z/OS][Support] Provide alternate no-op mapped_file_region::dontNeedImpl...David Tenty1-0/+5
2021-12-30[Support] Add MemoryBuffer::dontNeedIfMmapFangrui Song1-0/+6
2021-12-28[llvm] Use nullptr instead of 0 (NFC)Kazu Hirata1-1/+1
2021-12-20[Support] Revert posix_fallocate in resize_fileFangrui Song1-13/+0
2021-10-29Support: Reduce stats in fs::copy_file on DarwinDuncan P. N. Exon Smith1-13/+31
2021-09-07[Support] Implement getMainExecutable on SolarisRainer Orth1-1/+16
2021-05-29[Support] Fix getMainExecutable on FreeBSD when called via an absolute pathJessica Clarke1-5/+11
2021-05-03[SystemZ][z/OS] Add the functions needed for handling EBCDIC I/OAbhina Sreeskantharajan1-0/+88
2021-04-09Support: Add move semantics to mapped_file_regionDuncan P. N. Exon Smith1-3/+3
2021-04-09Support: Remove code duplication for mapped_file_region accessors, NFCDuncan P. N. Exon Smith1-15/+0
2021-04-08Support: mapped_file_region: Pass MAP_NORESERVE to mmapJoseph Tremoulet1-0/+3
2021-02-12[llvm-objcopy] preserve file ownership when overwritten by rootJian Cai1-0/+8
2021-01-14[llvm] Remove redundant return and continue statements (NFC)Kazu Hirata1-2/+0
2020-11-09[llvm] [Support] Fix segv if argv0 is null in getMainExecutable()Michał Górny1-0/+3
2020-10-26Fix calls to (p)read on macOS when size > INT32_MAXJonas Devlieghere1-3/+13
2020-10-19Revert "Reland "[Modules] Add stats to measure performance of building and lo...Volodymyr Sapsai1-2/+0
2020-10-19Reland "[Modules] Add stats to measure performance of building and loading mo...Volodymyr Sapsai1-0/+2
2020-09-24Revert "[Modules] Add stats to measure performance of building and loading mo...Volodymyr Sapsai1-2/+0
2020-09-24[Modules] Add stats to measure performance of building and loading modules.Volodymyr Sapsai1-0/+2
2020-07-28[SystemZ/ZOS] Implement setLastAccessAndModificationTime()Kai Nacke1-0/+10
2020-07-28[Support] Add file lock/unlock functionsSerge Pavlov1-0/+45
2020-07-06[Support] fix user_cache_directory on macSam McCall1-1/+1
2020-07-06[SystemZ/ZOS] Implement getMainExecutable() and is_local_impl()Kai Nacke1-3/+34