aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Unix/Path.inc
AgeCommit message (Expand)AuthorFilesLines
2018-04-02Remove HAVE_DIRENT_H.Nico Weber1-17/+2
2018-03-08[Support] Add WriteThroughMemoryBuffer.Zachary Turner1-1/+1
2018-02-15Silence warning about unused private variable.Zachary Turner1-1/+3
2018-01-09[Support] Use realpath(3) instead of trying to open a file.Davide Italiano1-6/+6
2017-11-07[Support/UNIX] posix_fallocate() can fail with EINVAL.Davide Italiano1-1/+1
2017-10-10Support: Have directory_iterator::status() return FindFirstFileEx/FindNextFil...Peter Collingbourne1-7/+13
2017-09-27[Support] mapped_file_region::size() returns size_tRoman Lebedev1-1/+1
2017-09-27[Support] mapped_file_region: store size as size_tRoman Lebedev1-7/+1
2017-08-04[Support] Remove getPathFromOpenFD, it was unusedReid Kleckner1-47/+0
2017-07-21Remove Bitrig: LLVM ChangesErich Keane1-7/+6
2017-06-29Recommit "[Support] Add RetryAfterSignal helper function"Pavel Labath1-8/+4
2017-06-22Revert "[Support] Add RetryAfterSignal helper function" and subsequent fixPavel Labath1-4/+8
2017-06-21[Support] Add RetryAfterSignal helper functionPavel Labath1-8/+4
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-1/+1
2017-06-01[Solaris] Fix PR33228 - llvm::sys::fs::is_local_impl done rightKamil Rytarowski1-0/+5
2017-05-17Revert r303015, because it has the unintended side effect of breakingDimitry Andric1-24/+6
2017-05-14Fix DynamicLibraryTest.cpp on FreeBSD and NetBSDDimitry Andric1-6/+24
2017-05-05If posix_fallocate returns EOPNOTSUPP, fallback to ftruncate.Joerg Sonnenberger1-4/+5
2017-03-22Make home_directory look in the password database in addition to $HOME.Zachary Turner1-5/+11
2017-03-20[Support] Fill the file_status struct with link count.Zachary Turner1-4/+7
2017-03-16Fix linux build.Zachary Turner1-1/+2
2017-03-16[Support] Add support for getting file system permissions on Windows and impl...James Henderson1-1/+10
2017-03-13Reverting r297617 because it broke some bots:Aaron Ballman1-15/+6
2017-03-13Add support for getting file system permissions and implement sys::fs::permis...Aaron Ballman1-6/+15
2017-03-10Add llvm::sys::fs::real_path.Zachary Turner1-1/+63
2017-03-09fix build on CygwinNuno Lopes1-0/+3
2017-03-08[Support] Add llvm::sys::fs::remove_directories.Zachary Turner1-2/+43
2017-03-07[fs] Make sure to check S_ISLNK() in fillStatus.Zachary Turner1-0/+2
2017-03-07[Support] Add the option to not follow symlinks on stat.Zachary Turner1-2/+2
2017-02-22[Support] Re-add the special OSX flags on mmap.Zachary Turner1-0/+19
2017-02-22[Support] Provide linux/magic.h fallback for older kernelsMichal Gorny1-0/+15
2017-02-21Try to fix the buildbot on OSX.Zachary Turner1-16/+0
2017-02-21Try to fix Android build.Zachary Turner1-1/+3
2017-02-21[Support] Add a function to check if a file resides locally.Zachary Turner1-3/+63
2017-02-02Fix LLDB Android AArch64 GCC debug info buildOmair Javaid1-1/+1
2017-01-24[Support] Use O_CLOEXEC only when declaredPavel Labath1-2/+20
2017-01-24[Support] Add sys::fs::set_current_path() (aka chdir)Pavel Labath1-0/+10
2017-01-18raw_fd_ostream: Make file handles non-inheritable by defaultPavel Labath1-2/+2
2016-12-14[ThinLTO] Add an API to trigger file-based API for returning objects to the l...Mehdi Amini1-0/+13
2016-11-20Fix comment typos. NFC.Simon Pilgrim1-1/+1
2016-10-24[Chrono] Fix !HAVE_FUTIMENS buildPavel Labath1-1/+2
2016-10-24Remove TimeValue usage from llvm/SupportPavel Labath1-15/+7
2016-07-19Add AIX support to Path.inc, Host.h, and CMake.Chandler Carruth1-2/+3
2016-07-19Use posix_fallocate instead of ftruncate.Rafael Espindola1-0/+9
2016-06-13In openFileForRead, attempt to fetch the actual name of the file on disk -- i...Taewook Oh1-1/+86
2016-06-04Revert commit r271704, a patch that enables warnings for non-portable #includ...Taewook Oh1-86/+1
2016-06-03In openFileForRead, attempt to fetch the actual name of the file on disk -- i...Taewook Oh1-1/+86
2016-04-08Fix missing include on OpenBSDMehdi Amini1-0/+1
2016-04-05Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...Duncan P. N. Exon Smith1-30/+11
2016-04-05Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...Eugene Zelenko1-11/+30