aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Unix/Path.inc
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-01Add disk_space() to llvm::fsMehdi Amini1-1/+31
2016-04-01Revert "Add disk_space() to llvm::fs"Mehdi Amini1-31/+1
2016-03-31Use const ref instead of value for Twine in the disk_space() APIMehdi Amini1-1/+1
2016-03-31Add disk_space() to llvm::fsMehdi Amini1-1/+31
2016-03-31Revert "Add disk_space() to llvm::fs"Mehdi Amini1-31/+1
2016-03-31Add disk_space() to llvm::fsMehdi Amini1-1/+31
2016-03-25Add lastAccessedTime to file_statusMehdi Amini1-2/+9
2016-03-25Revert "Add lastAccessedTime to file_status"Mehdi Amini1-9/+2
2016-03-25Add lastAccessedTime to file_statusMehdi Amini1-2/+9
2016-03-24Fix typo: XDS -> XDGSean Silva1-3/+3
2015-11-02Use static instead of anonymous namespace for helper functions. NFC.Pawel Bylica1-5/+2
2015-11-02[Support] Extend sys::path with user_cache_directory function.Pawel Bylica1-21/+53
2015-10-06Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener...Hans Wennborg1-20/+20
2015-09-10ScanDirForExecutable on Windows fails to find executables with the "exe" exte...Reid Kleckner1-0/+4
2015-08-06Thread premissions through sys::fs::create_director{y|ies}Frederic Riss1-2/+3
2014-12-29Remove unnecessary StringRef->std::string conversion.Alexey Samsonov1-1/+1
2014-12-12MAP_FILE is the default. We don't need to add it.Rafael Espindola1-3/+0
2014-12-12Move the resize file feature from mapped_file_region to the only user.Rafael Espindola1-13/+1
2014-12-12Pass a FD to resise_file and add a testcase.Rafael Espindola1-5/+2
2014-12-11Remove a convoluted way of calling close by moving the call to the only caller.Rafael Espindola1-46/+6
2014-12-11Remove dead code. NFC.Rafael Espindola1-33/+0
2014-12-04Remove dead code. NFC.Rafael Espindola1-1/+1
2014-09-11Misc cleanups to the FileSytem api.Rafael Espindola1-26/+23
2014-08-27Add an explicit cast to pacify implicit boolean conversion warnings.Benjamin Kramer1-1/+1
2014-08-26Merge TempDir and system_temp_directory.Rafael Espindola1-16/+60
2014-08-08Remove dead code. Fixes pr20544.Rafael Espindola1-13/+0
2014-06-30Build fix for systems without futimes/futimensAlp Toker1-1/+1
2014-06-13Finishing touch for the std::error_code transition.Rafael Espindola1-5/+5
2014-06-13Remove 'using std::errro_code' from lib.Rafael Espindola1-63/+65
2014-06-12Don't put generic_category in the llvm namespace.Rafael Espindola1-19/+19
2014-06-11Implement get_magic with generic tools and inline it.Rafael Espindola1-31/+0
2014-06-11Use std::error_code instead of llvm::error_code.Rafael Espindola1-6/+6
2014-06-11Uses generic_category instead of system_category.Rafael Espindola1-21/+21
2014-05-31Turn errc and windows_error into enum classes.Rafael Espindola1-5/+5
2014-05-31Use error_code() instead of error_code::succes()Rafael Espindola1-21/+21
2014-05-31delete dead code.Rafael Espindola1-29/+0
2014-04-28[C++] Use 'nullptr'.Craig Topper1-11/+11
2014-03-21[Support] Make sure sys::fs::remove can remove symbolic links and make sure L...Argyrios Kyrtzidis1-2/+2
2014-03-11support: add a utility function to normalise path separatorsSaleem Abdulrasool1-0/+13
2014-03-11Cleanup the interface for creating soft or hard links.Rafael Espindola1-2/+4
2014-03-06Revert create_symbolic_link and both depending changesReid Kleckner1-13/+0
2014-03-06[Support/FileSystem] Introduce llvm::sys::fs::create_symbolic_link().Argyrios Kyrtzidis1-0/+13