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