aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/Path.cpp
AgeCommit message (Expand)Author
2012-06-25PR13013: ELF Type identification fails for MSB type ELF files.Meador Inge
2011-12-13Support/FileSystem: Add file_magic and move a vew clients over to it.Michael J. Spencer
2011-12-13Cleanup whitespace.Michael J. Spencer
2011-11-01Remove a couple unused methods. PR11201.Eli Friedman
2011-09-14ObjectFile: Add support for mach-o-style dSYM companion files.Benjamin Kramer
2011-04-22Add support for 64-bit object files to Path.Eric Christopher
2011-04-03Assorted bugfixes in object file handling:Eric Christopher
2011-01-15Support/PathV2: Add identify_magic.Michael J. Spencer
2011-01-10Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::...Michael J. Spencer
2010-12-28Support/Path: Deprecate Path::hasMagicNumber and replace all uses with fs::ha...Michael J. Spencer
2010-12-01Delete Path::appendSuffix's return value; it wasn't used anywhere, whichDan Gohman
2010-11-29Merge System into Support.Michael J. Spencer