summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/Support/FileSystem.h
Commit message (Expand)AuthorAgeFilesLines
* clang-format this enum.Rafael Espindola2013-07-081-21/+20
* We now always create files with the correct permissions. Simplify the interface.Rafael Espindola2013-07-081-12/+1
* Remove unique_file now that it is unused.Rafael Espindola2013-07-051-30/+0
* Add a createUniqueFile function and switch llvm's users of unique_file.Rafael Espindola2013-07-051-0/+29
* Add a higher level createTemporaryFile function.Rafael Espindola2013-07-051-0/+16
* Don't ask for a mode when we are not keeping the file.Rafael Espindola2013-06-281-2/+1
* Fix typoMatt Arsenault2013-06-281-1/+1
* Add a convenience createUniqueDirectory function.Rafael Espindola2013-06-271-2/+7
* Use enums instead of raw octal values.Rafael Espindola2013-06-261-2/+7
* Add a convenience functions that don't return if the directory existed.Rafael Espindola2013-06-261-0/+14
* Add a simpler version of remove_all.Rafael Espindola2013-06-261-0/+7
* Port GetMainExecutable over to PathV2.Rafael Espindola2013-06-261-1/+4
* Add a simpler version of is_regular_file.Rafael Espindola2013-06-241-0/+9
* Remove last use of PathV1.h from Archive.cpp.Rafael Espindola2013-06-201-0/+14
* make getLastModificationTime const. Move it with the other getters.Rafael Espindola2013-06-201-2/+2
* Add a setLastModificationAndAccessTime to PathV2.Rafael Espindola2013-06-201-0/+2
* Add support for getting the last modification time from a file_status.Rafael Espindola2013-06-201-0/+3
* Remove the transitional GetUniqueID.Rafael Espindola2013-06-201-4/+0
* Rename fs::GetUniqueID to fs::getUniqueID to match the style guide.Rafael Espindola2013-06-201-2/+6
* Modified the implementation of fs::GetUniqueID on Windows such that it actual...Aaron Ballman2013-06-191-0/+1
* Add a can_write function to PathV2.Rafael Espindola2013-06-181-0/+6
* Add a GetUniqueID that will replace the uniqueID of PathV1.h.Rafael Espindola2013-06-181-0/+2
* Add a version of unique_file that return just the file name.Rafael Espindola2013-06-181-0/+4
* Basic support for parsing Mach-O universal binaries in LLVMObject libraryAlexey Samsonov2013-06-181-0/+1
* Don't use PathV1.h in LTOCodeGenerator.cppRafael Espindola2013-06-171-0/+7
* Delete declared but not implemented functions.Rafael Espindola2013-06-171-38/+0
* Replace use of PathV1.h in Program.cpp.Rafael Espindola2013-06-141-0/+6
* Remove sys::identifyFileType.Rafael Espindola2013-06-111-1/+1
* Fix variable name style. Don't cast to and from int.Rafael Espindola2013-06-111-7/+6
* Add a missing 'e'.Rafael Espindola2013-06-101-1/+1
* [Support] Fix lifetime of file descriptors when using MemoryBuffer.Michael J. Spencer2013-03-141-2/+4
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
* Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.Chandler Carruth2012-11-301-1/+1
* Fix a couple of Doxygen comment issues pointed out by -Wdocumentation.Dmitri Gribenko2012-09-121-30/+30
* Make sure macros in the include subdirectory are not used without being defined.Bob Wilson2012-09-041-2/+2
* Fix an assortment of doxygen comment mistakes found by -Wdocumentation.Ted Kremenek2012-08-221-7/+7
* Properly test the LLVM_USE_RVALUE_REFERENCES macro.Michael J. Spencer2012-08-151-1/+1
* [PathV2] Add mapped_file_region. Implementation for Windows and POSIX.Michael J. Spencer2012-08-151-0/+77
* Fix a typo (the the => the)Sylvestre Ledru2012-07-231-1/+1
* Add permissions(), map_file_pages(), and unmap_file_pages() to llvm::sys::fs ...Nick Kledzik2012-06-201-2/+92
* [Support] Add a version of sys::fs::equivalent() that treats errors as false.Daniel Dunbar2012-05-151-0/+7
* Allow unique_file to take a mode for file permissions, but defaultEric Christopher2012-05-111-2/+2
* Conflict with st_dev/st_ino identifiers under Debian GNU/HurdSylvestre Ledru2012-04-231-2/+2
* Zap unnecessary semicolons.Eli Friedman2011-12-151-2/+2
* Support/FileSystem: Add file_magic and move a vew clients over to it.Michael J. Spencer2011-12-131-2/+43
* Revert r146363 to allow buildbots to make forward progress.Chad Rosier2011-12-121-6/+2
* Support/FileSystem: Implement bool equivalent(file_status A, file_status B);Michael J. Spencer2011-12-121-1/+20
* Support/FileSystem: Implement canonicalize.Michael J. Spencer2011-12-121-2/+6
* Support/FileSystem: Implement recursive_directory_iterator and makeMichael J. Spencer2011-12-081-32/+130
* PathV2: Add simplified version of exists that returns false on error.Michael J. Spencer2011-10-081-0/+7
OpenPOWER on IntegriCloud