aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/Path.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support/FileSystem: Add file_magic and move a vew clients over to it.Michael J. Spencer2011-12-131-12/+12
* Cleanup whitespace.Michael J. Spencer2011-12-131-1/+1
* Remove a couple unused methods. PR11201.Eli Friedman2011-11-011-10/+0
* ObjectFile: Add support for mach-o-style dSYM companion files.Benjamin Kramer2011-09-141-1/+1
* Add support for 64-bit object files to Path.Eric Christopher2011-04-221-4/+10
* Assorted bugfixes in object file handling:Eric Christopher2011-04-031-0/+14
* Support/PathV2: Add identify_magic.Michael J. Spencer2011-01-151-34/+23
* Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::...Michael J. Spencer2011-01-101-0/+1
* Support/Path: Deprecate Path::hasMagicNumber and replace all uses with fs::ha...Michael J. Spencer2010-12-281-1/+5
* Delete Path::appendSuffix's return value; it wasn't used anywhere, whichDan Gohman2010-12-011-8/+1
* Merge System into Support.Michael J. Spencer2010-11-291-0/+296