summaryrefslogtreecommitdiff
path: root/llvm/tools/obj2yaml/macho2yaml.cpp
AgeCommit message (Expand)Author
2025-11-18Implement a more seamless way to provide missing functions on z/OS (#167703)Sean Perry
2025-03-29[bugpoint] Avoid repeated hash lookups (NFC) (#133616)Kazu Hirata
2023-12-13[SystemZ][z/OS] Add missing strnlen function for z/OS to fix build failures (...Abhina Sree
2023-12-11[llvm] Use StringRef::{starts,ends}_with (NFC) (#74956)Kazu Hirata
2023-09-26[DebugInfo] Change return type of DWARFDebugAbbrev::parse (#67191)Alex Langford
2023-08-09[macho2yaml] Fixup offset for nodes in export trie.Cyndy Ishida
2022-12-18Remove redundant .c_str() and .get() callsGregory Alfonso
2022-11-22[MachO] Support exports trie in both LC_DYLD_INFO and LC_DYLD_EXPORTS_TRIEDaniel Rodríguez Troitiño
2022-11-11[ObjectYAML] Basic support for chained fixups.Daniel Rodríguez Troitiño
2022-10-04[ObjectYAML] Support for basic data in code.Daniel Rodríguez Troitiño
2022-08-08[llvm] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song
2022-02-15Cleanup LLVMDWARFDebugInfoserge-sans-paille
2022-02-13[ObjectYAML][MachO] Add LC_FUNCTION_STARTS supportKeith Smiley
2021-11-30[ObjectYAML/obj2yaml/yaml2obj][MachO] Support indirect symbol tableVincent Lee
2021-11-08Attempt to work around type checking error on older compilersAdrian Prantl
2021-11-08Extend obj2yaml to optionally preserve raw __LINKEDIT/__DATA segments.Adrian Prantl
2021-07-26[yaml2obj][MachO] Rename PayloadString to ContentFangrui Song
2020-09-08[obj2yaml] Stop parsing the debug_str section when it encounters a string wit...Xing GUO
2020-08-26[obj2yaml] - Cleanup error reporting (remove Error.cpp/.h files)Georgii Rymar
2020-08-13[macho2yaml] Remove an unused variable. NFC.Xing GUO
2020-08-11[macho2yaml] Refactor the DWARF section dumpers.Xing GUO
2020-08-07[macho2yaml] Remove unused functions. NFC.Xing GUO
2020-04-22[ObjectYAML][MachO] Add support for relocationsAlexander Shaposhnikov
2020-02-10Revert "Remove redundant "std::move"s in return statements"Bill Wendling
2020-02-10Remove redundant "std::move"s in return statementsBill Wendling
2020-01-23[DWARF] Return Error from DWARFDebugArangeSet::extract().Igor Kudrin
2019-08-20[yaml2obj/obj2yaml][MachO] Allow setting custom section dataSeiya Nuta
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-07-19Use delegation instead of inheritance.Rafael Espindola
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner
2017-05-31Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova
2017-01-23Add LC_BUILD_VERSION load commandSteven Wu
2016-12-22[ObjectYAML] MachO support for endiannessChris Bieneman
2016-12-07[obj2yaml] Refactor and abstract dwarf2yamlChris Bieneman
2016-12-07[ObjectYAML] Pull DWARF support into DWARFYAML namespaceChris Bieneman
2016-12-07[ObjectYAML] Support for DWARF __debug_abbrev sectionChris Bieneman
2016-12-06[ObjectYAML] First bit of support for encoding DWARF in MachOChris Bieneman
2016-08-04[macho2yaml] String table can contain null stringsChris Bieneman
2016-06-27[yaml2obj] Remove --format option in favor of YAML tagsChris Bieneman
2016-06-24[obj2yaml] [yaml2obj] Support for MachO Universal binariesChris Bieneman
2016-06-02[obj2yaml] [yaml2obj] Support for MachO nlist and string tableChris Bieneman
2016-05-31[obj2yaml][yaml2obj] Support for reading and dumping the MachO export trieChris Bieneman
2016-05-26[obj2yaml][yaml2obj] Support for MachO lazy bindingsChris Bieneman
2016-05-26[obj2yaml][yaml2obj] Support for MachO weak bindingsChris Bieneman
2016-05-26[obj2yaml][yaml2obj] Support for MachO bind opcodesChris Bieneman
2016-05-25[obj2yaml] [yaml2obj] MachO support for rebase opcodesChris Bieneman
2016-05-19[obj2yaml] [yaml2obj] Support for MachO Load Command dataChris Bieneman
2016-05-19Revert "[obj2yaml] [yaml2obj] Support for MachO Load Command data"Chris Bieneman
2016-05-19[obj2yaml] [yaml2obj] Support for MachO Load Command dataChris Bieneman