summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Unix/Path.inc
Commit message (Expand)AuthorAgeFilesLines
* Avoid duplicate exe_path definition on recent FreeBSDEd Maste2019-11-181-1/+0
* On FreeBSD use AT_EXECPATH from ELF auxiliary vectors for getExecutablePathEd Maste2019-11-141-5/+41
* [Support] Use /proc/self/exe for GNU Hurdkristina2019-11-011-1/+1
* [Support] Improve readNativeFile(Slice) interfacePavel Labath2019-08-221-33/+17
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* Support: Remove needless allocation when getMainExecutable() calls readlink()Nico Weber2019-08-071-4/+4
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-3/+3
* Fix macOS build after r358716Yi Kong2019-07-261-1/+1
* FileSystem: Check for DTTOIF alone, not _DIRENT_HAVE_D_TYPEJordan Rose2019-07-181-1/+4
* [llvm-objcopy] Don't change permissions of non-regular output filesFangrui Song2019-07-111-5/+7
* [Support] Move llvm::MemoryBuffer to sys::fs::file_tReid Kleckner2019-07-101-2/+47
* getMainExecutable: handle realpath() failure, falling back to getprogpath().Sam McCall2019-07-021-10/+10
* [Support] Add fs::getUmask() function and change fs::setPermissionsAlex Brachet2019-06-281-1/+13
* [Support] Fix build under EmscriptenKeno Fischer2019-06-231-0/+3
* Fixes for builds that require strict X/Open and POSIX compatiblityXing Xue2019-05-161-7/+8
* [Support] Add error handling to sys::Process::getPageSize().Lang Hames2019-05-081-1/+1
* Guard __builtin_available() with __has_builtin to support older host compilers.Adrian Prantl2019-05-071-1/+2
* Try to use /proc on FreeBSD for getExecutablePathDavid Chisnall2019-04-291-1/+14
* Revert using fcopyfile(3) to implement sys::fs::copy_file(Twine, int) on macOSAdrian Prantl2019-04-241-20/+4
* Implement sys::fs::copy_file using the macOS copyfile(3) APIAdrian Prantl2019-04-181-0/+48
* Revert Implement sys::fs::copy_file using the macOS copyfile(3) API to suppor...Adrian Prantl2019-04-181-51/+0
* Implement sys::fs::copy_file using the macOS copyfile(3) APIAdrian Prantl2019-04-181-0/+51
* [Support] On AIX, Check ENOTSUP on posix_fallocate instead of EOPNOTSUPPHubert Tong2019-04-041-1/+6
* [Support] Implement is_local_impl with AIX mntctlHubert Tong2019-03-291-3/+45
* [Support] Treat truncation of fullpath as errorJonas Hahnfeld2019-03-131-1/+5
* [llvm] [Support] Revert "Reimplement getMainExecutable() using sysctl on NetBSD"Michal Gorny2019-03-041-18/+2
* [llvm] [Support] Reimplement getMainExecutable() using sysctl on NetBSDMichal Gorny2019-03-031-2/+18
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Support] Fix GNU/kFreeBSD buildEli Friedman2018-12-181-1/+1
* [Support/FileSystem] Add sub-second precision for atime/mtime of sys::fs::fil...Argyrios Kyrtzidis2018-11-261-5/+16
* [FileSystem] Add expand_tilde functionJonas Devlieghere2018-11-131-0/+12
* Fix DragonFlyBSD buildDavid Carlier2018-11-101-1/+3
* Commit missing comment edit and use correct cast to fix std::min overloadReid Kleckner2018-10-231-5/+5
* [hurd] Make getMainExecutable get the real binary pathReid Kleckner2018-10-231-7/+27
* Add support for GNU Hurd in Path.inc and other placesSylvestre Ledru2018-10-231-3/+8
* Remove dead function user_cache_directory()Nico Weber2018-09-181-23/+0
* [Support] sys::fs::directory_entry includes the file_type.Kristina Brooks2018-09-121-33/+46
* Use a lambda for calls to ::open in RetryAfterSignalHans Wennborg2018-08-271-2/+4
* [Support] NFC: Allow modifying access/modification times independently in sys...Jordan Rupprecht2018-08-131-4/+9
* [Support] Build fix for Haiku when checking for a local filesystemTim Northover2018-07-181-0/+3
* LTO: Keep file handles open for memory mapped files.Peter Collingbourne2018-06-131-2/+1
* Fix build errors on some configurationsPavel Labath2018-06-111-1/+1
* Cleanup. NFCFangrui Song2018-06-101-1/+1
* Add a file open flag that disables O_CLOEXEC.Zachary Turner2018-06-081-4/+7
* Expose a single global file open function.Zachary Turner2018-06-071-35/+14
* [FileSystem] Split up the OpenFlags enumeration.Zachary Turner2018-06-071-44/+81
* [Support] Add functions that operate on native file handles on Windows.Zachary Turner2018-06-041-0/+26
* [Support] Support building LLVM for FuchsiaPetr Hosek2018-05-031-0/+3
* Remove HAVE_DIRENT_H.Nico Weber2018-04-021-17/+2
* [Support] Add WriteThroughMemoryBuffer.Zachary Turner2018-03-081-1/+1
OpenPOWER on IntegriCloud