summaryrefslogtreecommitdiff
path: root/llvm/tools/obj2yaml/obj2yaml.cpp
AgeCommit message (Expand)Author
2025-09-18[llvm][clang] Pass VFS to `llvm::cl` command line handling (#159174)Jan Svoboda
2022-07-25[SystemZ][z/OS] Open YAML text files as textAbhina Sreeskantharajan
2022-07-18[obj2yaml] Refactor command line parsingFangrui Song
2022-07-14[obj2yaml] Add -o to specify output filenameFangrui Song
2022-07-01[ObjectYAML] Add offloading binary implementations for obj2yaml and yaml2objJoseph Huber
2022-06-06[ObjectYAML][DX] Add dxcontainer2yaml supportChris Bieneman
2021-11-08Extend obj2yaml to optionally preserve raw __LINKEDIT/__DATA segments.Adrian Prantl
2021-10-11[XCOFF] Improve error message context.Esme-Yi
2021-03-25[NFC] Reordering parameters in getFile and getFileOrSTDINAbhina Sreeskantharajan
2020-10-28[yaml2obj][obj2yaml] - Teach tools to work with regular archives.Georgii Rymar
2020-08-26[obj2yaml] - Cleanup error reporting (remove Error.cpp/.h files)Georgii Rymar
2020-01-23[DWARF] Return Error from DWARFDebugArangeSet::extract().Igor Kudrin
2019-07-15Recommit r366052 "[obj2yaml] - Rework tool's error reporting logic for ELF ta...George Rimar
2019-07-15Revert r366052 "[obj2yaml] - Rework tool's error reporting logic for ELF targ...George Rimar
2019-07-15[obj2yaml] - Rework tool's error reporting logic for ELF target.George Rimar
2019-04-04[XCOFF] Add functionality for parsing AIX XCOFF object file headersHubert Tong
2019-04-02Add minidump support to obj2yamlPavel Labath
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11[Support] Make error banner optional in logAllUnhandledErrorsJonas Devlieghere
2018-04-13Define InitLLVM to do common initialization all at once.Rui Ueyama
2017-06-16obj2yaml: Improve error reportingSam Clegg
2017-03-30[WebAssembly] Improve support for WebAssembly binary formatDerek Schuff
2016-06-24[obj2yaml] [yaml2obj] Support for MachO Universal binariesChris Bieneman
2016-06-09Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith
2016-05-11Initial add for MachO support for obj2yamlChris Bieneman
2016-04-06Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby
2015-09-19[obj2yaml] Fix "time of check to time of use" bug. Add a test.Davide Italiano
2014-08-19Don't own the buffer in object::Binary.Rafael Espindola
2014-08-01Remove some calls to std::move.Rafael Espindola
2014-07-31Use std::unique_ptr to make the ownership explicit.Rafael Espindola
2014-06-13Remove 'using std::error_code' from tools.Rafael Espindola
2014-06-13Remove all uses of 'using std::error_code' from headers.Rafael Espindola
2014-05-14[obj2yaml] Support ELF input format in the obj2yaml tool.Simon Atanasyan
2014-05-07[obj2yaml] Recognize input file format using llvm::object::ObjectFileSimon Atanasyan
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles
2014-03-05[C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles
2013-06-03Remove dead code.Rafael Espindola
2013-04-20Rename obj2yaml local namespace to avoid conflicts with llvm::yaml.Rafael Espindola
2013-04-08Clean up namespaces in obj2yaml.cpp.Chandler Carruth
2013-04-08Cleanup the formatting of obj2yaml.cpp.Chandler Carruth
2013-04-08Don't define our own global 'endl' variable. While technically it hadChandler Carruth
2013-04-05Move obj2yaml to tools to sort out make's dependencies.Rafael Espindola