Don't own the buffer in object::Binary.
[oota-llvm.git] / tools / obj2yaml / obj2yaml.cpp
2014-08-19 Rafael EspindolaDon't own the buffer in object::Binary.
2014-08-01 Rafael EspindolaRemove some calls to std::move.
2014-07-31 Rafael EspindolaUse std::unique_ptr to make the ownership explicit.
2014-06-13 Rafael EspindolaRemove 'using std::error_code' from tools.
2014-06-13 Rafael EspindolaRemove all uses of 'using std::error_code' from headers.
2014-05-14 Simon Atanasyan[obj2yaml] Support ELF input format in the obj2yaml...
2014-05-07 Simon Atanasyan[obj2yaml] Recognize input file format using llvm:...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-05 Ahmed Charles[C++11] Replace OwningPtr::take() with OwningPtr::relea...
2013-06-03 Rafael EspindolaRemove dead code.
2013-04-20 Rafael EspindolaRename obj2yaml local namespace to avoid conflicts...
2013-04-08 Chandler CarruthClean up namespaces in obj2yaml.cpp.
2013-04-08 Chandler CarruthCleanup the formatting of obj2yaml.cpp.
2013-04-08 Chandler CarruthDon't define our own global 'endl' variable. While...
2013-04-05 Rafael EspindolaMove obj2yaml to tools to sort out make's dependencies.