summaryrefslogtreecommitdiff
path: root/include/llvm/Support/FileSystem.h
Commit message (Expand)AuthorAge
* Path: Recognize COFF import library file magic.Rui Ueyama2013-11-15
* Remove declared but not implemented function.Rafael Espindola2013-10-29
* Speling fixes.Benjamin Kramer2013-10-22
* Support/FileSystem.h: Remove a trailing comma in enum file_magic::Impl.NAKAMURA Takumi2013-10-15
* Path: Recognize Windows compiled resource file.Rui Ueyama2013-10-15
* Fix typos in assert message.Nick Lewycky2013-09-05
* Make directory iterator sentinels free.Benjamin Kramer2013-08-09
* Expose that the unique file ID has a device and a file component.Rafael Espindola2013-08-01
* Make file_status::getUniqueID const.Rafael Espindola2013-07-29
* Include st_dev to make the result of getUniqueID actually unique.Rafael Espindola2013-07-29
* Remove dead code.Rafael Espindola2013-07-18
* Add simpler version of is_directory. It will be used in clang.Rafael Espindola2013-07-17
* Add a wrapper for open.Rafael Espindola2013-07-16
* Add a version of sys::fs::status that uses fstat.Rafael Espindola2013-07-16
* Instead friending status, provide windows and posix constructors to file_status.Rafael Espindola2013-07-16
* Update doxygen comment to match renamed parameters.Benjamin Kramer2013-07-10
* Use status to implement file_size.Rafael Espindola2013-07-10
* clang-format this enum.Rafael Espindola2013-07-08
* We now always create files with the correct permissions. Simplify the interface.Rafael Espindola2013-07-08
* Remove unique_file now that it is unused.Rafael Espindola2013-07-05
* Add a createUniqueFile function and switch llvm's users of unique_file.Rafael Espindola2013-07-05
* Add a higher level createTemporaryFile function.Rafael Espindola2013-07-05
* Don't ask for a mode when we are not keeping the file.Rafael Espindola2013-06-28
* Fix typoMatt Arsenault2013-06-28
* Add a convenience createUniqueDirectory function.Rafael Espindola2013-06-27
* Use enums instead of raw octal values.Rafael Espindola2013-06-26
* Add a convenience functions that don't return if the directory existed.Rafael Espindola2013-06-26
* Add a simpler version of remove_all.Rafael Espindola2013-06-26
* Port GetMainExecutable over to PathV2.Rafael Espindola2013-06-26
* Add a simpler version of is_regular_file.Rafael Espindola2013-06-24
* Remove last use of PathV1.h from Archive.cpp.Rafael Espindola2013-06-20
* make getLastModificationTime const. Move it with the other getters.Rafael Espindola2013-06-20
* Add a setLastModificationAndAccessTime to PathV2.Rafael Espindola2013-06-20
* Add support for getting the last modification time from a file_status.Rafael Espindola2013-06-20
* Remove the transitional GetUniqueID.Rafael Espindola2013-06-20
* Rename fs::GetUniqueID to fs::getUniqueID to match the style guide.Rafael Espindola2013-06-20
* Modified the implementation of fs::GetUniqueID on Windows such that it actual...Aaron Ballman2013-06-19
* Add a can_write function to PathV2.Rafael Espindola2013-06-18
* Add a GetUniqueID that will replace the uniqueID of PathV1.h.Rafael Espindola2013-06-18
* Add a version of unique_file that return just the file name.Rafael Espindola2013-06-18
* Basic support for parsing Mach-O universal binaries in LLVMObject libraryAlexey Samsonov2013-06-18
* Don't use PathV1.h in LTOCodeGenerator.cppRafael Espindola2013-06-17
* Delete declared but not implemented functions.Rafael Espindola2013-06-17
* Replace use of PathV1.h in Program.cpp.Rafael Espindola2013-06-14
* Remove sys::identifyFileType.Rafael Espindola2013-06-11
* Fix variable name style. Don't cast to and from int.Rafael Espindola2013-06-11
* Add a missing 'e'.Rafael Espindola2013-06-10
* [Support] Fix lifetime of file descriptors when using MemoryBuffer.Michael J. Spencer2013-03-14
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.Chandler Carruth2012-11-30