summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Path.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Don't put generic_category in the llvm namespace.Rafael Espindola2014-06-121-1/+1
* Implement get_magic with generic tools and inline it.Rafael Espindola2014-06-111-6/+10
* Remove unused has_magic.Rafael Espindola2014-06-111-18/+0
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-111-5/+5
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-311-13/+13
* Fix hardcoded slash to native path seperator which was exposed from llvm::sys...Yaron Keren2014-05-161-0/+6
* [C++11] Make use of 'nullptr' in the Support library.Craig Topper2014-04-071-1/+1
* Remove dead and incorrect code.Rafael Espindola2014-03-201-14/+1
* Support: add support to identify WinCOFF/ARM objectsSaleem Abdulrasool2014-03-131-0/+1
* Fix an inconsistency in treatment of trailing / in path::const_iteratorBen Langmuir2014-03-051-8/+5
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-241-3/+3
* Share a createUniqueEntity implementation between unix and windows.Rafael Espindola2014-02-241-4/+71
* Simplify remove, create_directory and create_directories.Rafael Espindola2014-02-231-3/+3
* Use mkdir instead of stat+mkdir.Rafael Espindola2014-02-131-11/+18
* _CS_DARWIN_USER macros available on darwin>=9. Thanks, Dave Odell!David Fang2014-02-121-1/+2
* Using the helper API for random number generation.Aaron Ballman2014-02-111-0/+1
* Fix known typosAlp Toker2014-01-241-3/+3
* Remove remove_all. A compiler has no need for recursively deleting a directory.Rafael Espindola2014-01-101-39/+0
* Path: Recognize COFF import library file magic.Rui Ueyama2013-11-151-0/+4
* Recognize 0x0000 as a COFF file magic.Rui Ueyama2013-11-141-0/+3
* Fix a bug in Windows resource file detection.Rui Ueyama2013-10-161-1/+1
* Path: Recognize Windows compiled resource file.Rui Ueyama2013-10-151-0/+8
* Path: Add an in-place version of path::native.Benjamin Kramer2013-09-111-14/+9
* Fixes a bug when iterating on pathsTareq A. Siraj2013-08-121-1/+1
* Include st_dev to make the result of getUniqueID actually unique.Rafael Espindola2013-07-291-0/+9
* Don't end a file name with a dot. It looks odd.Rafael Espindola2013-07-251-1/+2
* Split openFileForWrite into windows and unix versions.Rafael Espindola2013-07-191-30/+0
* Split openFileForRead into Windows and Unix versions.Rafael Espindola2013-07-171-15/+0
* Add a wrapper for open.Rafael Espindola2013-07-161-0/+46
* Remove unique_file now that it is unused.Rafael Espindola2013-07-051-17/+0
* Add a createUniqueFile function and switch llvm's users of unique_file.Rafael Espindola2013-07-051-0/+11
* Add a higher level createTemporaryFile function.Rafael Espindola2013-07-051-0/+34
* Improve comment.Rafael Espindola2013-06-281-4/+3
* Improvements to unique_file and createUniqueDirectory.Rafael Espindola2013-06-281-20/+31
* Don't ask for a mode when we are not keeping the file.Rafael Espindola2013-06-281-2/+2
* Add a convenience createUniqueDirectory function.Rafael Espindola2013-06-271-0/+11
* Rename PathV2 to just Path now that it is the only one.Rafael Espindola2013-06-261-0/+969
* PathV1 is deprecated since the 18th of Dec 2010. Remove it.Rafael Espindola2013-06-261-78/+0
* Remove Path::isObjectFile.Rafael Espindola2013-06-191-8/+0
* Inline Path::isBitcodeFile into only use and remove it.Rafael Espindola2013-06-121-8/+0
* Remove Path::hasMagicNumber.Rafael Espindola2013-06-121-7/+0
* Include PathV1.h in files that use it.Rafael Espindola2013-06-111-0/+1
* Remove Path::getDirname.Rafael Espindola2013-06-111-40/+0
* Remove GetDLLSuffix.Rafael Espindola2013-06-111-4/+0
* Remove GetSystemLibraryPaths.Rafael Espindola2013-06-111-19/+0
* Remove unused FindLibrary function.Rafael Espindola2013-06-111-17/+0
* Remove sys::identifyFileType.Rafael Espindola2013-06-111-117/+0
* Pass a StringRef to sys::identifyFileType.Rafael Espindola2013-06-101-6/+6
* Fix an out of bounds array access.Rafael Espindola2013-06-101-2/+3
* Update for current naming conventions.Rafael Espindola2013-06-101-30/+31
OpenPOWER on IntegriCloud