summaryrefslogtreecommitdiff
path: root/lib/Support/Path.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-09-14ObjectFile: Add support for mach-o-style dSYM companion files.Benjamin Kramer1-1/+1
2011-04-22Add support for 64-bit object files to Path.Eric Christopher1-4/+10
2011-04-03Assorted bugfixes in object file handling:Eric Christopher1-0/+14
2011-01-15Support/PathV2: Add identify_magic.Michael J. Spencer1-34/+23
2011-01-10Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::...Michael J. Spencer1-0/+1
2010-12-28Support/Path: Deprecate Path::hasMagicNumber and replace all uses with fs::ha...Michael J. Spencer1-1/+5
2010-12-01Delete Path::appendSuffix's return value; it wasn't used anywhere, whichDan Gohman1-8/+1
2010-11-29Merge System into Support.Michael J. Spencer1-0/+296