summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Unix/Path.inc
Commit message (Expand)AuthorAgeFilesLines
* 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
* [Chrono] Fix !HAVE_FUTIMENS buildPavel Labath2016-10-241-1/+2
* Remove TimeValue usage from llvm/SupportPavel Labath2016-10-241-15/+7
* Add AIX support to Path.inc, Host.h, and CMake.Chandler Carruth2016-07-191-2/+3
* Use posix_fallocate instead of ftruncate.Rafael Espindola2016-07-191-0/+9
* In openFileForRead, attempt to fetch the actual name of the file on disk -- i...Taewook Oh2016-06-131-1/+86
* Revert commit r271704, a patch that enables warnings for non-portable #includ...Taewook Oh2016-06-041-86/+1
* In openFileForRead, attempt to fetch the actual name of the file on disk -- i...Taewook Oh2016-06-031-1/+86
* Fix missing include on OpenBSDMehdi Amini2016-04-081-0/+1
* Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...Duncan P. N. Exon Smith2016-04-051-30/+11
* Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...Eugene Zelenko2016-04-051-11/+30
* Add disk_space() to llvm::fsMehdi Amini2016-04-011-1/+31
* Revert "Add disk_space() to llvm::fs"Mehdi Amini2016-04-011-31/+1
* Use const ref instead of value for Twine in the disk_space() APIMehdi Amini2016-03-311-1/+1
* Add disk_space() to llvm::fsMehdi Amini2016-03-311-1/+31
* Revert "Add disk_space() to llvm::fs"Mehdi Amini2016-03-311-31/+1
* Add disk_space() to llvm::fsMehdi Amini2016-03-311-1/+31
* Add lastAccessedTime to file_statusMehdi Amini2016-03-251-2/+9
* Revert "Add lastAccessedTime to file_status"Mehdi Amini2016-03-251-9/+2
* Add lastAccessedTime to file_statusMehdi Amini2016-03-251-2/+9
* Fix typo: XDS -> XDGSean Silva2016-03-241-3/+3
* Use static instead of anonymous namespace for helper functions. NFC.Pawel Bylica2015-11-021-5/+2
* [Support] Extend sys::path with user_cache_directory function.Pawel Bylica2015-11-021-21/+53
* Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener...Hans Wennborg2015-10-061-20/+20
* ScanDirForExecutable on Windows fails to find executables with the "exe" exte...Reid Kleckner2015-09-101-0/+4
* Thread premissions through sys::fs::create_director{y|ies}Frederic Riss2015-08-061-2/+3
* Remove unnecessary StringRef->std::string conversion.Alexey Samsonov2014-12-291-1/+1
* MAP_FILE is the default. We don't need to add it.Rafael Espindola2014-12-121-3/+0
* Move the resize file feature from mapped_file_region to the only user.Rafael Espindola2014-12-121-13/+1
OpenPOWER on IntegriCloud