summaryrefslogtreecommitdiff
path: root/tools/obj2yaml/obj2yaml.cpp
Commit message (Expand)AuthorAge
* Remove 'using std::error_code' from tools.Rafael Espindola2014-06-13
* Remove all uses of 'using std::error_code' from headers.Rafael Espindola2014-06-13
* [obj2yaml] Support ELF input format in the obj2yaml tool.Simon Atanasyan2014-05-14
* [obj2yaml] Recognize input file format using llvm::object::ObjectFileSimon Atanasyan2014-05-07
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-05
* Remove dead code.Rafael Espindola2013-06-03
* Rename obj2yaml local namespace to avoid conflicts with llvm::yaml.Rafael Espindola2013-04-20
* Clean up namespaces in obj2yaml.cpp.Chandler Carruth2013-04-08
* Cleanup the formatting of obj2yaml.cpp.Chandler Carruth2013-04-08
* Don't define our own global 'endl' variable. While technically it hadChandler Carruth2013-04-08
* Move obj2yaml to tools to sort out make's dependencies.Rafael Espindola2013-04-05