aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/Path.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-12/+3
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-2/+11
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-93/+80
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-74/+96
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-1/+7
* Update to LLVM 3.5a.Stephen Hines2014-04-241-80/+102
* 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
* Remove duplicate includes.Roman Divacky2012-12-211-1/+0
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+2
* PR13013: ELF Type identification fails for MSB type ELF files.Meador Inge2012-06-251-2/+5
* Support/FileSystem: Add file_magic and move a vew clients over to it.Michael J. Spencer2011-12-131-12/+12
* Cleanup whitespace.Michael J. Spencer2011-12-131-1/+1
* Remove a couple unused methods. PR11201.Eli Friedman2011-11-011-10/+0
* ObjectFile: Add support for mach-o-style dSYM companion files.Benjamin Kramer2011-09-141-1/+1
* Add support for 64-bit object files to Path.Eric Christopher2011-04-221-4/+10
* Assorted bugfixes in object file handling:Eric Christopher2011-04-031-0/+14
* Support/PathV2: Add identify_magic.Michael J. Spencer2011-01-151-34/+23
* Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::...Michael J. Spencer2011-01-101-0/+1
* Support/Path: Deprecate Path::hasMagicNumber and replace all uses with fs::ha...Michael J. Spencer2010-12-281-1/+5