aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ObjectYAML/MachOYAML.cpp
AgeCommit message (Expand)AuthorFilesLines
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