summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Unix/Path.inc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleanup the interface for creating soft or hard links.Rafael Espindola2014-03-111-2/+4
* Revert create_symbolic_link and both depending changesReid Kleckner2014-03-061-13/+0
* [Support/FileSystem] Introduce llvm::sys::fs::create_symbolic_link().Argyrios Kyrtzidis2014-03-061-0/+13
* [C++11] Remove the R-value reference #if usage from the ADT and SupportChandler Carruth2014-03-011-2/+0
* Share a createUniqueEntity implementation between unix and windows.Rafael Espindola2014-02-241-71/+6
* Use static instead of an anonymous namespace.Rafael Espindola2014-02-231-14/+12
* Simplify remove, create_directory and create_directories.Rafael Espindola2014-02-231-17/+11
* Remove dead code.Rafael Espindola2014-02-131-13/+0
* Remove TimeValue::toPosixTime() -- it is buggy, semantics are unclear, and itsDmitri Gribenko2014-02-111-2/+2
* Using the helper API for random number generation.Aaron Ballman2014-02-111-1/+0
* Introduce llvm::sys::path::home_directory.Peter Collingbourne2014-01-311-0/+15
* Build fix for Android NDK which has neither futimes nor futimensAlp Toker2013-12-111-3/+6
* Improve the detection of the pathSylvestre Ledru2013-12-091-11/+12
* Correct word hyphenationsAlp Toker2013-12-051-1/+1
* Rules adjustments in order to build on DragonFly BSD.Rafael Espindola2013-10-311-2/+3
* Check for $PWD in llvm::sys::current_path.Rafael Espindola2013-08-101-0/+12
* Make file_status::getUniqueID const.Rafael Espindola2013-07-291-1/+1
* Include st_dev to make the result of getUniqueID actually unique.Rafael Espindola2013-07-291-12/+4
* Remove dead or useless header checks from cmake and autoconfReid Kleckner2013-07-261-6/+2
* Split openFileForWrite into windows and unix versions.Rafael Espindola2013-07-191-0/+25
* Remove dead code.Rafael Espindola2013-07-181-59/+0
* Split openFileForRead into Windows and Unix versions.Rafael Espindola2013-07-171-0/+9
* Don't fallback to copy + delete in rename.Rafael Espindola2013-07-171-11/+2
* Add a version of sys::fs::status that uses fstat.Rafael Espindola2013-07-161-18/+30
* Instead friending status, provide windows and posix constructors to file_status.Rafael Espindola2013-07-161-16/+12
* Use status to implement file_size.Rafael Espindola2013-07-101-14/+1
OpenPOWER on IntegriCloud