- 4e45ef4 Prefer PATH_MAX to MAXPATHLEN by Joerg Sonnenberger · 6 years ago
- b462cdf Avoid duplicate exe_path definition on recent FreeBSD by Ed Maste · 6 years ago
- a0a38b8 On FreeBSD use AT_EXECPATH from ELF auxiliary vectors for getExecutablePath by Ed Maste · 6 years ago
- f426712 [Support] Use /proc/self/exe for GNU Hurd by kristina · 6 years ago
- 1b30ea2 [Support] Improve readNativeFile(Slice) interface by Pavel Labath · 6 years ago
- 0eaee54 [llvm] Migrate llvm::make_unique to std::make_unique by Jonas Devlieghere · 6 years ago
- 1919317 Support: Remove needless allocation when getMainExecutable() calls readlink() by Nico Weber · 6 years ago
- d9b948b Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC by Fangrui Song · 6 years ago
- 1755abe Fix macOS build after r358716 by Yi Kong · 6 years ago
- 887d31c FileSystem: Check for DTTOIF alone, not _DIRENT_HAVE_D_TYPE by Jordan Rose · 6 years ago
- 6dc5962 [llvm-objcopy] Don't change permissions of non-regular output files by Fangrui Song · 6 years ago
- cc418a3 [Support] Move llvm::MemoryBuffer to sys::fs::file_t by Reid Kleckner · 6 years ago
- edf904e getMainExecutable: handle realpath() failure, falling back to getprogpath(). by Sam McCall · 6 years ago
- 3b715d6 [Support] Add fs::getUmask() function and change fs::setPermissions by Alex Brachet · 6 years ago
- 5f4ae7c [Support] Fix build under Emscripten by Keno Fischer · 6 years ago
- 2dee094 Fixes for builds that require strict X/Open and POSIX compatiblity by Xing Xue · 6 years ago
- e4b4ab6 [Support] Add error handling to sys::Process::getPageSize(). by Lang Hames · 6 years ago
- ccdefb2 Guard __builtin_available() with __has_builtin to support older host compilers. by Adrian Prantl · 6 years ago
- 714a442 Try to use /proc on FreeBSD for getExecutablePath by David Chisnall · 7 years ago
- c90ff5e Revert using fcopyfile(3) to implement sys::fs::copy_file(Twine, int) on macOS by Adrian Prantl · 7 years ago
- fac7875 Implement sys::fs::copy_file using the macOS copyfile(3) API by Adrian Prantl · 7 years ago
- 00d97ea Revert Implement sys::fs::copy_file using the macOS copyfile(3) API to support APFS clones. by Adrian Prantl · 7 years ago
- 91a06be Implement sys::fs::copy_file using the macOS copyfile(3) API by Adrian Prantl · 7 years ago
- 7f8b3bf [Support] On AIX, Check ENOTSUP on posix_fallocate instead of EOPNOTSUPP by Hubert Tong · 7 years ago
- 2416885 [Support] Implement is_local_impl with AIX mntctl by Hubert Tong · 7 years ago
- e59746f [Support] Treat truncation of fullpath as error by Jonas Hahnfeld · 7 years ago
- 2d8be64 [llvm] [Support] Revert "Reimplement getMainExecutable() using sysctl on NetBSD" by Michal Gorny · 7 years ago
- 8f04766 [llvm] [Support] Reimplement getMainExecutable() using sysctl on NetBSD by Michal Gorny · 7 years ago
- 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
- f457470 [Support] Fix GNU/kFreeBSD build by Eli Friedman · 7 years ago
- 5167c13 [Support/FileSystem] Add sub-second precision for atime/mtime of sys::fs::file_status on unix platforms by Argyrios Kyrtzidis · 7 years ago
- b23f430 [FileSystem] Add expand_tilde function by Jonas Devlieghere · 7 years ago
- b79eee4 Fix DragonFlyBSD build by David Carlier · 7 years ago
- 5fa1e35 Commit missing comment edit and use correct cast to fix std::min overload by Reid Kleckner · 7 years ago
- 1500eff [hurd] Make getMainExecutable get the real binary path by Reid Kleckner · 7 years ago
- f4719c4 Add support for GNU Hurd in Path.inc and other places by Sylvestre Ledru · 7 years ago
- d4ed32c Remove dead function user_cache_directory() by Nico Weber · 7 years ago
- 3a55d1e [Support] sys::fs::directory_entry includes the file_type. by Kristina Brooks · 7 years ago
- 0a0e411 Use a lambda for calls to ::open in RetryAfterSignal by Hans Wennborg · 7 years ago
- 97ea485 [Support] NFC: Allow modifying access/modification times independently in sys::fs::setLastModificationAndAccessTime. by Jordan Rupprecht · 7 years ago
- 43d64b0 [Support] Build fix for Haiku when checking for a local filesystem by Tim Northover · 7 years ago
- 881ba10 LTO: Keep file handles open for memory mapped files. by Peter Collingbourne · 7 years ago
- b2c73c4 Fix build errors on some configurations by Pavel Labath · 7 years ago
- 69d6418 Cleanup. NFC by Fangrui Song · 7 years ago
- 6edfecb Add a file open flag that disables O_CLOEXEC. by Zachary Turner · 7 years ago
- 9d2cfa6 Expose a single global file open function. by Zachary Turner · 7 years ago
- 1f67a3c [FileSystem] Split up the OpenFlags enumeration. by Zachary Turner · 7 years ago
- 63db25b [Support] Add functions that operate on native file handles on Windows. by Zachary Turner · 7 years ago
- 87f1343 [Support] Support building LLVM for Fuchsia by Petr Hosek · 8 years ago
- f3db8e3 Remove HAVE_DIRENT_H. by Nico Weber · 8 years ago
- adad330 [Support] Add WriteThroughMemoryBuffer. by Zachary Turner · 8 years ago
- 2061ad2 Silence warning about unused private variable. by Zachary Turner · 8 years ago
- 4762c06 [Support] Use realpath(3) instead of trying to open a file. by Davide Italiano · 8 years ago
- 1f465aa [Support/UNIX] posix_fallocate() can fail with EINVAL. by Davide Italiano · 8 years ago
- 0dfdb44 Support: Have directory_iterator::status() return FindFirstFileEx/FindNextFile results on Windows. by Peter Collingbourne · 8 years ago
- 21b013e [Support] mapped_file_region::size() returns size_t by Roman Lebedev · 8 years ago
- 7c98367 [Support] mapped_file_region: store size as size_t by Roman Lebedev · 8 years ago
- af3e93a [Support] Remove getPathFromOpenFD, it was unused by Reid Kleckner · 8 years ago
- d8f61f8 Remove Bitrig: LLVM Changes by Erich Keane · 8 years ago
- fe09f50 Recommit "[Support] Add RetryAfterSignal helper function" by Pavel Labath · 8 years ago
- efd57a8 Revert "[Support] Add RetryAfterSignal helper function" and subsequent fix by Pavel Labath · 8 years ago
- 1f6aea2 [Support] Add RetryAfterSignal helper function by Pavel Labath · 8 years ago
- 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
- 07c81b1 [Solaris] Fix PR33228 - llvm::sys::fs::is_local_impl done right by Kamil Rytarowski · 8 years ago
- ebc8779 Revert r303015, because it has the unintended side effect of breaking by Dimitry Andric · 8 years ago
- 4043373 Fix DynamicLibraryTest.cpp on FreeBSD and NetBSD by Dimitry Andric · 8 years ago
- ecfb876 If posix_fallocate returns EOPNOTSUPP, fallback to ftruncate. by Joerg Sonnenberger · 9 years ago
- a3cf70b Make home_directory look in the password database in addition to $HOME. by Zachary Turner · 9 years ago
- 5821a3b [Support] Fill the file_status struct with link count. by Zachary Turner · 9 years ago
- 1875334 Fix linux build. by Zachary Turner · 9 years ago
- 566fdf4 [Support] Add support for getting file system permissions on Windows and implement sys::fs::set/getPermissions to work with them by James Henderson · 9 years ago
- 345012d Reverting r297617 because it broke some bots: by Aaron Ballman · 9 years ago
- f5cba91 Add support for getting file system permissions and implement sys::fs::permissions to set them. by Aaron Ballman · 9 years ago
- e48ace6 Add llvm::sys::fs::real_path. by Zachary Turner · 9 years ago
- 7a1bbd4 fix build on Cygwin by Nuno Lopes · 9 years ago
- 260bda3 [Support] Add llvm::sys::fs::remove_directories. by Zachary Turner · 9 years ago
- 3b9fb88 [fs] Make sure to check S_ISLNK() in fillStatus. by Zachary Turner · 9 years ago
- 82dd542 [Support] Add the option to not follow symlinks on stat. by Zachary Turner · 9 years ago
- 842972b [Support] Re-add the special OSX flags on mmap. by Zachary Turner · 9 years ago
- 5ddd2a5 [Support] Provide linux/magic.h fallback for older kernels by Michal Gorny · 9 years ago
- e1ca5a2 Try to fix the buildbot on OSX. by Zachary Turner · 9 years ago
- 6bc2dac Try to fix Android build. by Zachary Turner · 9 years ago
- 392ed9d [Support] Add a function to check if a file resides locally. by Zachary Turner · 9 years ago
- f5d560bc84 Fix LLDB Android AArch64 GCC debug info build by Omair Javaid · 9 years ago
- f726dfa [Support] Use O_CLOEXEC only when declared by Pavel Labath · 9 years ago
- 2f09609 [Support] Add sys::fs::set_current_path() (aka chdir) by Pavel Labath · 9 years ago
- 97c7cf1 raw_fd_ostream: Make file handles non-inheritable by default by Pavel Labath · 9 years ago
- 8e13bc4 [ThinLTO] Add an API to trigger file-based API for returning objects to the linker by Mehdi Amini · 9 years ago
- f2fbf43 Fix comment typos. NFC. by Simon Pilgrim · 9 years ago
- 676a875 [Chrono] Fix !HAVE_FUTIMENS build by Pavel Labath · 9 years ago
- 757ca88 Remove TimeValue usage from llvm/Support by Pavel Labath · 9 years ago
- 2aff750 Add AIX support to Path.inc, Host.h, and CMake. by Chandler Carruth · 9 years ago
- 3816c53 Use posix_fallocate instead of ftruncate. by Rafael Espindola · 9 years ago
- d915327 In openFileForRead, attempt to fetch the actual name of the file on disk -- including case -- so that clang can later warn about non-portable #include and #import directives. by Taewook Oh · 9 years ago
- 99497fd Revert commit r271704, a patch that enables warnings for non-portable #include and #import paths (Corresponding clang patch has been reverted by r271761). Patches are reverted because they generate lots of unadressable warnings for windows and fail tests under ASAN. by Taewook Oh · 9 years ago
- dfec58e In openFileForRead, attempt to fetch the actual name of the file on disk -- including case -- so that clang can later warn about non-portable #include and #import directives. by Taewook Oh · 9 years ago
- 3ba84ca Fix missing include on OpenBSD by Mehdi Amini · 10 years ago
- 91d3cfe Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; other minor fixes." by Duncan P. N. Exon Smith · 10 years ago
- 1760dc2 Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; other minor fixes. by Eugene Zelenko · 10 years ago
- e2d8f1b Add disk_space() to llvm::fs by Mehdi Amini · 10 years ago