summaryrefslogtreecommitdiff
path: root/lib/Support/Path.cpp
Commit message (Expand)AuthorAge
* Don't leak a file descriptor.Rafael Espindola2014-06-25
* Code cleanup.Logan Chien2014-06-25
* Support: Add llvm::sys::fs::copy_fileJustin Bogner2014-06-19
* Finishing touch for the std::error_code transition.Rafael Espindola2014-06-13
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-13
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* Don't put generic_category in the llvm namespace.Rafael Espindola2014-06-12
* Implement get_magic with generic tools and inline it.Rafael Espindola2014-06-11
* Remove unused has_magic.Rafael Espindola2014-06-11
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-11
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-31
* Fix hardcoded slash to native path seperator which was exposed from llvm::sys...Yaron Keren2014-05-16
* [C++11] Make use of 'nullptr' in the Support library.Craig Topper2014-04-07
* Remove dead and incorrect code.Rafael Espindola2014-03-20
* Support: add support to identify WinCOFF/ARM objectsSaleem Abdulrasool2014-03-13
* Fix an inconsistency in treatment of trailing / in path::const_iteratorBen Langmuir2014-03-05
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-24
* Share a createUniqueEntity implementation between unix and windows.Rafael Espindola2014-02-24
* Simplify remove, create_directory and create_directories.Rafael Espindola2014-02-23
* Use mkdir instead of stat+mkdir.Rafael Espindola2014-02-13
* _CS_DARWIN_USER macros available on darwin>=9. Thanks, Dave Odell!David Fang2014-02-12
* Using the helper API for random number generation.Aaron Ballman2014-02-11
* Fix known typosAlp Toker2014-01-24
* Remove remove_all. A compiler has no need for recursively deleting a directory.Rafael Espindola2014-01-10
* Path: Recognize COFF import library file magic.Rui Ueyama2013-11-15
* Recognize 0x0000 as a COFF file magic.Rui Ueyama2013-11-14
* Fix a bug in Windows resource file detection.Rui Ueyama2013-10-16
* Path: Recognize Windows compiled resource file.Rui Ueyama2013-10-15
* Path: Add an in-place version of path::native.Benjamin Kramer2013-09-11
* Fixes a bug when iterating on pathsTareq A. Siraj2013-08-12
* Include st_dev to make the result of getUniqueID actually unique.Rafael Espindola2013-07-29
* Don't end a file name with a dot. It looks odd.Rafael Espindola2013-07-25
* Split openFileForWrite into windows and unix versions.Rafael Espindola2013-07-19
* Split openFileForRead into Windows and Unix versions.Rafael Espindola2013-07-17
* Add a wrapper for open.Rafael Espindola2013-07-16
* 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
* Improve comment.Rafael Espindola2013-06-28
* Improvements to unique_file and createUniqueDirectory.Rafael Espindola2013-06-28
* Don't ask for a mode when we are not keeping the file.Rafael Espindola2013-06-28
* Add a convenience createUniqueDirectory function.Rafael Espindola2013-06-27
* Rename PathV2 to just Path now that it is the only one.Rafael Espindola2013-06-26
* PathV1 is deprecated since the 18th of Dec 2010. Remove it.Rafael Espindola2013-06-26
* Remove Path::isObjectFile.Rafael Espindola2013-06-19
* Inline Path::isBitcodeFile into only use and remove it.Rafael Espindola2013-06-12
* Remove Path::hasMagicNumber.Rafael Espindola2013-06-12
* Include PathV1.h in files that use it.Rafael Espindola2013-06-11
* Remove Path::getDirname.Rafael Espindola2013-06-11
* Remove GetDLLSuffix.Rafael Espindola2013-06-11