summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Unix/Path.inc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Pass a FD to resise_file and add a testcase.Rafael Espindola2014-12-121-5/+2
* Remove a convoluted way of calling close by moving the call to the only caller.Rafael Espindola2014-12-111-46/+6
* Remove dead code. NFC.Rafael Espindola2014-12-111-33/+0
* Remove dead code. NFC.Rafael Espindola2014-12-041-1/+1
* Misc cleanups to the FileSytem api.Rafael Espindola2014-09-111-26/+23
* Add an explicit cast to pacify implicit boolean conversion warnings.Benjamin Kramer2014-08-271-1/+1
* Merge TempDir and system_temp_directory.Rafael Espindola2014-08-261-16/+60
* Remove dead code. Fixes pr20544.Rafael Espindola2014-08-081-13/+0
* Build fix for systems without futimes/futimensAlp Toker2014-06-301-1/+1
* Finishing touch for the std::error_code transition.Rafael Espindola2014-06-131-5/+5
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-131-63/+65
* Don't put generic_category in the llvm namespace.Rafael Espindola2014-06-121-19/+19
* Implement get_magic with generic tools and inline it.Rafael Espindola2014-06-111-31/+0
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-111-6/+6
* Uses generic_category instead of system_category.Rafael Espindola2014-06-111-21/+21
* Turn errc and windows_error into enum classes.Rafael Espindola2014-05-311-5/+5
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-311-21/+21
* delete dead code.Rafael Espindola2014-05-311-29/+0
* [C++] Use 'nullptr'.Craig Topper2014-04-281-11/+11
* [Support] Make sure sys::fs::remove can remove symbolic links and make sure L...Argyrios Kyrtzidis2014-03-211-2/+2
* support: add a utility function to normalise path separatorsSaleem Abdulrasool2014-03-111-0/+13
OpenPOWER on IntegriCloud