summaryrefslogtreecommitdiff
path: root/lib/Support/Path.cpp
Commit message (Expand)AuthorAge
* 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