summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Unix/Path.inc
Commit message (Expand)AuthorAgeFilesLines
* Merging r340751:Hans Wennborg2018-08-301-2/+4
* [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
* Silence warning about unused private variable.Zachary Turner2018-02-151-1/+3
* [Support] Use realpath(3) instead of trying to open a file.Davide Italiano2018-01-091-6/+6
* [Support/UNIX] posix_fallocate() can fail with EINVAL.Davide Italiano2017-11-071-1/+1
* Support: Have directory_iterator::status() return FindFirstFileEx/FindNextFil...Peter Collingbourne2017-10-101-7/+13
* [Support] mapped_file_region::size() returns size_tRoman Lebedev2017-09-271-1/+1
* [Support] mapped_file_region: store size as size_tRoman Lebedev2017-09-271-7/+1
* [Support] Remove getPathFromOpenFD, it was unusedReid Kleckner2017-08-041-47/+0
* Remove Bitrig: LLVM ChangesErich Keane2017-07-211-7/+6
* Recommit "[Support] Add RetryAfterSignal helper function"Pavel Labath2017-06-291-8/+4
* Revert "[Support] Add RetryAfterSignal helper function" and subsequent fixPavel Labath2017-06-221-4/+8
* [Support] Add RetryAfterSignal helper functionPavel Labath2017-06-211-8/+4
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [Solaris] Fix PR33228 - llvm::sys::fs::is_local_impl done rightKamil Rytarowski2017-06-011-0/+5
* Revert r303015, because it has the unintended side effect of breakingDimitry Andric2017-05-171-24/+6
* Fix DynamicLibraryTest.cpp on FreeBSD and NetBSDDimitry Andric2017-05-141-6/+24
* If posix_fallocate returns EOPNOTSUPP, fallback to ftruncate.Joerg Sonnenberger2017-05-051-4/+5
* Make home_directory look in the password database in addition to $HOME.Zachary Turner2017-03-221-5/+11
* [Support] Fill the file_status struct with link count.Zachary Turner2017-03-201-4/+7
* Fix linux build.Zachary Turner2017-03-161-1/+2
* [Support] Add support for getting file system permissions on Windows and impl...James Henderson2017-03-161-1/+10
* Reverting r297617 because it broke some bots:Aaron Ballman2017-03-131-15/+6
* Add support for getting file system permissions and implement sys::fs::permis...Aaron Ballman2017-03-131-6/+15
* Add llvm::sys::fs::real_path.Zachary Turner2017-03-101-1/+63
* fix build on CygwinNuno Lopes2017-03-091-0/+3
* [Support] Add llvm::sys::fs::remove_directories.Zachary Turner2017-03-081-2/+43
* [fs] Make sure to check S_ISLNK() in fillStatus.Zachary Turner2017-03-071-0/+2
* [Support] Add the option to not follow symlinks on stat.Zachary Turner2017-03-071-2/+2
* [Support] Re-add the special OSX flags on mmap.Zachary Turner2017-02-221-0/+19
* [Support] Provide linux/magic.h fallback for older kernelsMichal Gorny2017-02-221-0/+15
* Try to fix the buildbot on OSX.Zachary Turner2017-02-211-16/+0
* Try to fix Android build.Zachary Turner2017-02-211-1/+3
* [Support] Add a function to check if a file resides locally.Zachary Turner2017-02-211-3/+63
* Fix LLDB Android AArch64 GCC debug info buildOmair Javaid2017-02-021-1/+1
* [Support] Use O_CLOEXEC only when declaredPavel Labath2017-01-241-2/+20
* [Support] Add sys::fs::set_current_path() (aka chdir)Pavel Labath2017-01-241-0/+10
* raw_fd_ostream: Make file handles non-inheritable by defaultPavel Labath2017-01-181-2/+2
* [ThinLTO] Add an API to trigger file-based API for returning objects to the l...Mehdi Amini2016-12-141-0/+13
* Fix comment typos. NFC.Simon Pilgrim2016-11-201-1/+1
OpenPOWER on IntegriCloud