aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Path.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-06-25PR13013: ELF Type identification fails for MSB type ELF files.Meador Inge1-2/+5
2011-12-13Support/FileSystem: Add file_magic and move a vew clients over to it.Michael J. Spencer1-12/+12
2011-12-13Cleanup whitespace.Michael J. Spencer1-1/+1
2011-11-01Remove a couple unused methods. PR11201.Eli Friedman1-10/+0
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