Use std::error_code instead of llvm::error_code.
[oota-llvm.git] / lib / Support / Path.cpp
2014-06-11 Rafael EspindolaUse std::error_code instead of llvm::error_code.
2014-05-31 Rafael EspindolaUse error_code() instead of error_code::succes()
2014-05-16 Yaron KerenFix hardcoded slash to native path seperator which...
2014-04-07 Craig Topper[C++11] Make use of 'nullptr' in the Support library.
2014-03-20 Rafael EspindolaRemove dead and incorrect code.
2014-03-13 Saleem AbdulrasoolSupport: add support to identify WinCOFF/ARM objects
2014-03-05 Ben LangmuirFix an inconsistency in treatment of trailing / in...
2014-02-24 Rafael EspindolaReplace the F_Binary flag with a F_Text one.
2014-02-24 Rafael EspindolaShare a createUniqueEntity implementation between unix...
2014-02-23 Rafael EspindolaSimplify remove, create_directory and create_directories.
2014-02-13 Rafael EspindolaUse mkdir instead of stat+mkdir.
2014-02-12 David Fang_CS_DARWIN_USER macros available on darwin>=9. Thanks...
2014-02-11 Aaron BallmanUsing the helper API for random number generation.
2014-01-24 Alp TokerFix known typos
2014-01-10 Rafael EspindolaRemove remove_all. A compiler has no need for recursive...
2013-11-15 Rui UeyamaPath: Recognize COFF import library file magic.
2013-11-14 Rui UeyamaRecognize 0x0000 as a COFF file magic.
2013-10-16 Rui UeyamaFix a bug in Windows resource file detection.
2013-10-15 Rui UeyamaPath: Recognize Windows compiled resource file.
2013-09-11 Benjamin KramerPath: Add an in-place version of path::native.
2013-08-12 Tareq A. SirajFixes a bug when iterating on paths
2013-07-29 Rafael EspindolaInclude st_dev to make the result of getUniqueID actual...
2013-07-25 Rafael EspindolaDon't end a file name with a dot. It looks odd.
2013-07-19 Rafael EspindolaSplit openFileForWrite into windows and unix versions.
2013-07-17 Rafael EspindolaSplit openFileForRead into Windows and Unix versions.
2013-07-16 Rafael EspindolaAdd a wrapper for open.
2013-07-05 Rafael EspindolaRemove unique_file now that it is unused.
2013-07-05 Rafael EspindolaAdd a createUniqueFile function and switch llvm's users...
2013-07-05 Rafael EspindolaAdd a higher level createTemporaryFile function.
2013-06-28 Rafael EspindolaImprove comment.
2013-06-28 Rafael EspindolaImprovements to unique_file and createUniqueDirectory.
2013-06-28 Rafael EspindolaDon't ask for a mode when we are not keeping the file.
2013-06-27 Rafael EspindolaAdd a convenience createUniqueDirectory function.
2013-06-26 Rafael EspindolaRename PathV2 to just Path now that it is the only...
2013-06-26 Rafael EspindolaPathV1 is deprecated since the 18th of Dec 2010. Remove it.
2013-06-19 Rafael EspindolaRemove Path::isObjectFile.
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.