summaryrefslogtreecommitdiffstats
path: root/llvm/tools/obj2yaml/obj2yaml.cpp
Commit message (Expand)AuthorAgeFilesLines
* Recommit r366052 "[obj2yaml] - Rework tool's error reporting logic for ELF ta...George Rimar2019-07-151-6/+7
* Revert r366052 "[obj2yaml] - Rework tool's error reporting logic for ELF targ...George Rimar2019-07-151-7/+6
* [obj2yaml] - Rework tool's error reporting logic for ELF target.George Rimar2019-07-151-6/+7
* [XCOFF] Add functionality for parsing AIX XCOFF object file headersHubert Tong2019-04-041-0/+4
* Add minidump support to obj2yamlPavel Labath2019-04-021-0/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Support] Make error banner optional in logAllUnhandledErrorsJonas Devlieghere2018-11-111-1/+1
* Define InitLLVM to do common initialization all at once.Rui Ueyama2018-04-131-7/+3
* obj2yaml: Improve error reportingSam Clegg2017-06-161-7/+18
* [WebAssembly] Improve support for WebAssembly binary formatDerek Schuff2017-03-301-0/+2
* [obj2yaml] [yaml2obj] Support for MachO Universal binariesChris Bieneman2016-06-241-2/+4
* Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith2016-06-091-1/+1
* Initial add for MachO support for obj2yamlChris Bieneman2016-05-111-0/+2
* Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby2016-04-061-3/+3
* [obj2yaml] Fix "time of check to time of use" bug. Add a test.Davide Italiano2015-09-191-3/+0
* Don't own the buffer in object::Binary.Rafael Espindola2014-08-191-2/+2
* Remove some calls to std::move.Rafael Espindola2014-08-011-2/+2
* Use std::unique_ptr to make the ownership explicit.Rafael Espindola2014-07-311-2/+2
* Remove 'using std::error_code' from tools.Rafael Espindola2014-06-131-5/+4
* Remove all uses of 'using std::error_code' from headers.Rafael Espindola2014-06-131-0/+1
* [obj2yaml] Support ELF input format in the obj2yaml tool.Simon Atanasyan2014-05-141-0/+2
* [obj2yaml] Recognize input file format using llvm::object::ObjectFileSimon Atanasyan2014-05-071-18/+25
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-2/+1
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-051-1/+1
* Remove dead code.Rafael Espindola2013-06-031-32/+0
* Rename obj2yaml local namespace to avoid conflicts with llvm::yaml.Rafael Espindola2013-04-201-1/+1
* Clean up namespaces in obj2yaml.cpp.Chandler Carruth2013-04-081-11/+12
* Cleanup the formatting of obj2yaml.cpp.Chandler Carruth2013-04-081-22/+23
* Don't define our own global 'endl' variable. While technically it hadChandler Carruth2013-04-081-5/+3
* Move obj2yaml to tools to sort out make's dependencies.Rafael Espindola2013-04-051-0/+86
OpenPOWER on IntegriCloud