aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ObjectYAML/MachOYAML.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-08-20[yaml2obj/obj2yaml][MachO] Allow setting custom section dataSeiya Nuta1-0/+9
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2017-12-18[YAML] Add support for non-printable charactersFrancis Visoiu Mistrih1-2/+6
2017-09-13llvm-dwarfdump: support dumping UUIDs of Mach-O binaries.Adrian Prantl1-5/+1
2017-07-01[ObjectYAML] Fix some Clang-tidy modernize and Include What You Use warnings;...Eugene Zelenko1-38/+12
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner1-2/+2
2017-01-23Add LC_BUILD_VERSION load commandSteven Wu1-0/+21
2017-01-19Add support for the new LC_NOTE load command.Kevin Enderby1-0/+8
2016-12-22[ObjectYAML] MachO support for endiannessChris Bieneman1-0/+5
2016-12-07[ObjectYAML] Pull DWARF support into DWARFYAML namespaceChris Bieneman1-24/+0
2016-12-07[ObjectYAML] Rename DWARF entries to match section namesChris Bieneman1-2/+2
2016-12-07[ObjectYAML] Support for DWARF __debug_abbrev sectionChris Bieneman1-2/+17
2016-12-06[ObjectYAML] First bit of support for encoding DWARF in MachOChris Bieneman1-1/+16
2016-08-17[macho2yaml] Don't write empty linkedit dataChris Bieneman1-1/+6
2016-08-11[MachOYAML] Don't output empty ExportTrieChris Bieneman1-1/+2
2016-06-28[YAML] Fix YAML tags appearing before the start of sequence elementsChris Bieneman1-1/+1
2016-06-27[yaml2obj] Remove --format option in favor of YAML tagsChris Bieneman1-28/+0
2016-06-24[obj2yaml] [yaml2obj] Support for MachO Universal binariesChris Bieneman1-1/+62
2016-06-23[MachOYAML] Use a temporary to avoid gcc strict-aliasing warningChris Bieneman1-2/+4
2016-06-23[yaml2macho] Removing asserts in favor of explicit yaml parse errorChris Bieneman1-2/+4
2016-06-02[obj2yaml] [yaml2obj] Support for MachO nlist and string tableChris Bieneman1-0/+11
2016-05-31[obj2yaml][yaml2obj] Support for reading and dumping the MachO export trieChris Bieneman1-0/+19
2016-05-26[obj2yaml][yaml2obj] Support for MachO lazy bindingsChris Bieneman1-0/+1
2016-05-26[obj2yaml][yaml2obj] Support for MachO weak bindingsChris Bieneman1-0/+1
2016-05-26[obj2yaml][yaml2obj] Support for MachO bind opcodesChris Bieneman1-4/+14
2016-05-25[obj2yaml] [yaml2obj] MachO support for rebase opcodesChris Bieneman1-0/+13
2016-05-20[MachOYAML] Removing duplicated field from LC_UUID YAMLChris Bieneman1-1/+0
2016-05-19[obj2yaml] [yaml2obj] Support for MachO Load Command dataChris Bieneman1-4/+30
2016-05-19Revert "[obj2yaml] [yaml2obj] Support for MachO Load Command data"Chris Bieneman1-30/+4
2016-05-19[obj2yaml] [yaml2obj] Support for MachO Load Command dataChris Bieneman1-4/+30
2016-05-18Re-apply: [obj2yaml] [yaml2obj] Support MachO section and section_64Chris Bieneman1-4/+27
2016-05-17Revert "[obj2yaml] [yaml2obj] Support MachO section and section_64Zachary Turner1-24/+2
2016-05-17[obj2yaml][yaml2obj] Fixing dyld_info_command mappingsChris Bieneman1-2/+4
2016-05-17[obj2yaml] [yaml2obj] Support MachO section and section_64 structsChris Bieneman1-0/+20
2016-05-17Reapply r269782 "[obj2yaml] [yaml2obj] Support for MachO load command structu...Chris Bieneman1-6/+353
2016-05-17Revert "[obj2yaml] [yaml2obj] Support for MachO load command structures"Chris Bieneman1-354/+6
2016-05-17[obj2yaml] [yaml2obj] Support for MachO load command structuresChris Bieneman1-6/+354
2016-05-13[obj2yaml] [yaml2obj] Basic support for MachO::load_commandChris Bieneman1-0/+11
2016-05-12[yaml2macho] Handle mach_header_64 reserved fieldChris Bieneman1-0/+2
2016-05-12[ObjectYAML] filetype is a required field in MachO headersChris Bieneman1-1/+1
2016-05-12[obj2yaml] Include all mach_header fields in yamlChris Bieneman1-1/+3
2016-05-12[ObjectYAML] Support Thin MachO headers to YAMLChris Bieneman1-0/+44