summaryrefslogtreecommitdiff
path: root/lib/ObjectYAML/MachOYAML.cpp
AgeCommit message (Expand)Author
2017-12-18[YAML] Add support for non-printable charactersFrancis Visoiu Mistrih
2017-09-13llvm-dwarfdump: support dumping UUIDs of Mach-O binaries.Adrian Prantl
2017-07-01[ObjectYAML] Fix some Clang-tidy modernize and Include What You Use warnings;...Eugene Zelenko
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner
2017-01-23Add LC_BUILD_VERSION load commandSteven Wu
2017-01-19Add support for the new LC_NOTE load command.Kevin Enderby
2016-12-22[ObjectYAML] MachO support for endiannessChris Bieneman
2016-12-07[ObjectYAML] Pull DWARF support into DWARFYAML namespaceChris Bieneman
2016-12-07[ObjectYAML] Rename DWARF entries to match section namesChris 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-17[macho2yaml] Don't write empty linkedit dataChris Bieneman
2016-08-11[MachOYAML] Don't output empty ExportTrieChris Bieneman
2016-06-28[YAML] Fix YAML tags appearing before the start of sequence elementsChris 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-23[MachOYAML] Use a temporary to avoid gcc strict-aliasing warningChris Bieneman
2016-06-23[yaml2macho] Removing asserts in favor of explicit yaml parse errorChris 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-20[MachOYAML] Removing duplicated field from LC_UUID YAMLChris 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
2016-05-18Re-apply: [obj2yaml] [yaml2obj] Support MachO section and section_64Chris Bieneman
2016-05-17Revert "[obj2yaml] [yaml2obj] Support MachO section and section_64Zachary Turner
2016-05-17[obj2yaml][yaml2obj] Fixing dyld_info_command mappingsChris Bieneman
2016-05-17[obj2yaml] [yaml2obj] Support MachO section and section_64 structsChris Bieneman
2016-05-17Reapply r269782 "[obj2yaml] [yaml2obj] Support for MachO load command structu...Chris Bieneman
2016-05-17Revert "[obj2yaml] [yaml2obj] Support for MachO load command structures"Chris Bieneman
2016-05-17[obj2yaml] [yaml2obj] Support for MachO load command structuresChris Bieneman
2016-05-13[obj2yaml] [yaml2obj] Basic support for MachO::load_commandChris Bieneman
2016-05-12[yaml2macho] Handle mach_header_64 reserved fieldChris Bieneman
2016-05-12[ObjectYAML] filetype is a required field in MachO headersChris Bieneman
2016-05-12[obj2yaml] Include all mach_header fields in yamlChris Bieneman
2016-05-12[ObjectYAML] Support Thin MachO headers to YAMLChris Bieneman