summaryrefslogtreecommitdiffstats
path: root/llvm/tools/obj2yaml/macho2yaml.cpp
Commit message (Expand)AuthorAgeFilesLines
* [yaml2obj/obj2yaml][MachO] Allow setting custom section dataSeiya Nuta2019-08-201-15/+25
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Use delegation instead of inheritance.Rafael Espindola2017-07-191-4/+4
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova2017-05-311-0/+2
* Add LC_BUILD_VERSION load commandSteven Wu2017-01-231-0/+17
* [ObjectYAML] MachO support for endiannessChris Bieneman2016-12-221-9/+9
* [obj2yaml] Refactor and abstract dwarf2yamlChris Bieneman2016-12-071-41/+4
* [ObjectYAML] Pull DWARF support into DWARFYAML namespaceChris Bieneman2016-12-071-2/+2
* [ObjectYAML] Support for DWARF __debug_abbrev sectionChris Bieneman2016-12-071-1/+28
* [ObjectYAML] First bit of support for encoding DWARF in MachOChris Bieneman2016-12-061-0/+19
* [macho2yaml] String table can contain null stringsChris Bieneman2016-08-041-2/+0
* [yaml2obj] Remove --format option in favor of YAML tagsChris Bieneman2016-06-271-5/+8
* [obj2yaml] [yaml2obj] Support for MachO Universal binariesChris Bieneman2016-06-241-5/+34
* [obj2yaml] [yaml2obj] Support for MachO nlist and string tableChris Bieneman2016-06-021-0/+37
* [obj2yaml][yaml2obj] Support for reading and dumping the MachO export trieChris Bieneman2016-05-311-9/+131
* [obj2yaml][yaml2obj] Support for MachO lazy bindingsChris Bieneman2016-05-261-0/+2
* [obj2yaml][yaml2obj] Support for MachO weak bindingsChris Bieneman2016-05-261-0/+2
* [obj2yaml][yaml2obj] Support for MachO bind opcodesChris Bieneman2016-05-261-0/+66
* [obj2yaml] [yaml2obj] MachO support for rebase opcodesChris Bieneman2016-05-251-1/+53
* [obj2yaml] [yaml2obj] Support for MachO Load Command dataChris Bieneman2016-05-191-12/+68
* Revert "[obj2yaml] [yaml2obj] Support for MachO Load Command data"Chris Bieneman2016-05-191-68/+12
* [obj2yaml] [yaml2obj] Support for MachO Load Command dataChris Bieneman2016-05-191-12/+68
* [obj2yaml] Refactoring of dumping MachO section structsChris Bieneman2016-05-181-34/+44
* Re-apply: [obj2yaml] [yaml2obj] Support MachO section and section_64Chris Bieneman2016-05-181-0/+54
* Revert "[obj2yaml] [yaml2obj] Support MachO section and section_64Zachary Turner2016-05-171-54/+0
* [obj2yaml] [yaml2obj] Support MachO section and section_64 structsChris Bieneman2016-05-171-0/+54
* Reapply r269782 "[obj2yaml] [yaml2obj] Support for MachO load command structu...Chris Bieneman2016-05-171-5/+20
* Revert "[obj2yaml] [yaml2obj] Support for MachO load command structures"Chris Bieneman2016-05-171-20/+5
* [obj2yaml] [yaml2obj] Support for MachO load command structuresChris Bieneman2016-05-171-5/+20
* macho2yaml.cpp: Fix "reserved" uninitialized.NAKAMURA Takumi2016-05-161-0/+1
* [obj2yaml] [yaml2obj] Basic support for MachO::load_commandChris Bieneman2016-05-131-3/+10
* [obj2yaml] Fix ASAN bot failureChris Bieneman2016-05-121-4/+4
* [obj2yaml] Include all mach_header fields in yamlChris Bieneman2016-05-121-0/+2
* [macho2yaml] Add support for dumping mach_headersChris Bieneman2016-05-121-1/+29
* [obj2yaml] Adding Error/Expected to macho2yamlChris Bieneman2016-05-121-10/+16
* Initial add for MachO support for obj2yamlChris Bieneman2016-05-111-0/+35
OpenPOWER on IntegriCloud