summaryrefslogtreecommitdiff
path: root/lib/Support/Path.cpp
Commit message (Expand)AuthorAge
* 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
* Remove GetSystemLibraryPaths.Rafael Espindola2013-06-11
* Remove unused FindLibrary function.Rafael Espindola2013-06-11
* Remove sys::identifyFileType.Rafael Espindola2013-06-11
* Pass a StringRef to sys::identifyFileType.Rafael Espindola2013-06-10
* Fix an out of bounds array access.Rafael Espindola2013-06-10
* Update for current naming conventions.Rafael Espindola2013-06-10
* Remove duplicate includes.Roman Divacky2012-12-21
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* PR13013: ELF Type identification fails for MSB type ELF files.Meador Inge2012-06-25
* Support/FileSystem: Add file_magic and move a vew clients over to it.Michael J. Spencer2011-12-13
* Cleanup whitespace.Michael J. Spencer2011-12-13
* Remove a couple unused methods. PR11201.Eli Friedman2011-11-01
* ObjectFile: Add support for mach-o-style dSYM companion files.Benjamin Kramer2011-09-14
* Add support for 64-bit object files to Path.Eric Christopher2011-04-22
* Assorted bugfixes in object file handling:Eric Christopher2011-04-03
* Support/PathV2: Add identify_magic.Michael J. Spencer2011-01-15
* Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::...Michael J. Spencer2011-01-10
* Support/Path: Deprecate Path::hasMagicNumber and replace all uses with fs::ha...Michael J. Spencer2010-12-28
* Delete Path::appendSuffix's return value; it wasn't used anywhere, whichDan Gohman2010-12-01
* Merge System into Support.Michael J. Spencer2010-11-29