aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/obj2yaml/obj2yaml.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-08-19Don't own the buffer in object::Binary.Rafael Espindola1-2/+2
2014-08-01Remove some calls to std::move.Rafael Espindola1-2/+2
2014-07-31Use std::unique_ptr to make the ownership explicit.Rafael Espindola1-2/+2
2014-06-13Remove 'using std::error_code' from tools.Rafael Espindola1-5/+4
2014-06-13Remove all uses of 'using std::error_code' from headers.Rafael Espindola1-0/+1
2014-05-14[obj2yaml] Support ELF input format in the obj2yaml tool.Simon Atanasyan1-0/+2
2014-05-07[obj2yaml] Recognize input file format using llvm::object::ObjectFileSimon Atanasyan1-18/+25
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-2/+1
2014-03-05[C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles1-1/+1
2013-06-03Remove dead code.Rafael Espindola1-32/+0
2013-04-20Rename obj2yaml local namespace to avoid conflicts with llvm::yaml.Rafael Espindola1-1/+1
2013-04-08Clean up namespaces in obj2yaml.cpp.Chandler Carruth1-11/+12
2013-04-08Cleanup the formatting of obj2yaml.cpp.Chandler Carruth1-22/+23
2013-04-08Don't define our own global 'endl' variable. While technically it hadChandler Carruth1-5/+3
2013-04-05Move obj2yaml to tools to sort out make's dependencies.Rafael Espindola1-0/+86