summaryrefslogtreecommitdiff
path: root/tools/obj2yaml/obj2yaml.cpp
AgeCommit message (Expand)AuthorFilesLines
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