Remove a use of PathV1.h.
[oota-llvm.git] / lib / Support / Path.cpp
2013-06-12 Rafael EspindolaInline Path::isBitcodeFile into only use and remove it.
2013-06-12 Rafael EspindolaRemove Path::hasMagicNumber.
2013-06-11 Rafael EspindolaInclude PathV1.h in files that use it.
2013-06-11 Rafael EspindolaRemove Path::getDirname.
2013-06-11 Rafael EspindolaRemove GetDLLSuffix.
2013-06-11 Rafael EspindolaRemove GetSystemLibraryPaths.
2013-06-11 Rafael EspindolaRemove unused FindLibrary function.
2013-06-11 Rafael EspindolaRemove sys::identifyFileType.
2013-06-10 Rafael EspindolaPass a StringRef to sys::identifyFileType.
2013-06-10 Rafael EspindolaFix an out of bounds array access.
2013-06-10 Rafael EspindolaUpdate for current naming conventions.
2012-12-21 Roman DivackyRemove duplicate includes.
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-06-25 Meador IngePR13013: ELF Type identification fails for MSB type...
2011-12-13 Michael J. SpencerSupport/FileSystem: Add file_magic and move a vew clien...
2011-12-13 Michael J. SpencerCleanup whitespace.
2011-11-01 Eli FriedmanRemove a couple unused methods. PR11201.
2011-09-14 Benjamin KramerObjectFile: Add support for mach-o-style dSYM companion...
2011-04-22 Eric ChristopherAdd support for 64-bit object files to Path.
2011-04-03 Eric ChristopherAssorted bugfixes in object file handling:
2011-01-15 Michael J. SpencerSupport/PathV2: Add identify_magic.
2011-01-10 Michael J. SpencerSupport/Path: Deprecate PathV1::exists and replace...
2010-12-28 Michael J. SpencerSupport/Path: Deprecate Path::hasMagicNumber and replac...
2010-12-01 Dan GohmanDelete Path::appendSuffix's return value; it wasn't...
2010-11-29 Michael J. SpencerMerge System into Support.