| Commit message (Expand) | Author | Age | Files | Lines |
| * | [yaml2obj/obj2yaml][MachO] Allow setting custom section data | Seiya Nuta | 2019-08-20 | 1 | -0/+9 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [YAML] Add support for non-printable characters | Francis Visoiu Mistrih | 2017-12-18 | 1 | -2/+6 |
| * | llvm-dwarfdump: support dumping UUIDs of Mach-O binaries. | Adrian Prantl | 2017-09-13 | 1 | -5/+1 |
| * | [ObjectYAML] Fix some Clang-tidy modernize and Include What You Use warnings;... | Eugene Zelenko | 2017-07-01 | 1 | -38/+12 |
| * | Move Object format code to lib/BinaryFormat. | Zachary Turner | 2017-06-07 | 1 | -2/+2 |
| * | Add LC_BUILD_VERSION load command | Steven Wu | 2017-01-23 | 1 | -0/+21 |
| * | Add support for the new LC_NOTE load command. | Kevin Enderby | 2017-01-19 | 1 | -0/+8 |
| * | [ObjectYAML] MachO support for endianness | Chris Bieneman | 2016-12-22 | 1 | -0/+5 |
| * | [ObjectYAML] Pull DWARF support into DWARFYAML namespace | Chris Bieneman | 2016-12-07 | 1 | -24/+0 |
| * | [ObjectYAML] Rename DWARF entries to match section names | Chris Bieneman | 2016-12-07 | 1 | -2/+2 |
| * | [ObjectYAML] Support for DWARF __debug_abbrev section | Chris Bieneman | 2016-12-07 | 1 | -2/+17 |
| * | [ObjectYAML] First bit of support for encoding DWARF in MachO | Chris Bieneman | 2016-12-06 | 1 | -1/+16 |
| * | [macho2yaml] Don't write empty linkedit data | Chris Bieneman | 2016-08-17 | 1 | -1/+6 |
| * | [MachOYAML] Don't output empty ExportTrie | Chris Bieneman | 2016-08-11 | 1 | -1/+2 |
| * | [YAML] Fix YAML tags appearing before the start of sequence elements | Chris Bieneman | 2016-06-28 | 1 | -1/+1 |
| * | [yaml2obj] Remove --format option in favor of YAML tags | Chris Bieneman | 2016-06-27 | 1 | -28/+0 |
| * | [obj2yaml] [yaml2obj] Support for MachO Universal binaries | Chris Bieneman | 2016-06-24 | 1 | -1/+62 |
| * | [MachOYAML] Use a temporary to avoid gcc strict-aliasing warning | Chris Bieneman | 2016-06-23 | 1 | -2/+4 |
| * | [yaml2macho] Removing asserts in favor of explicit yaml parse error | Chris Bieneman | 2016-06-23 | 1 | -2/+4 |
| * | [obj2yaml] [yaml2obj] Support for MachO nlist and string table | Chris Bieneman | 2016-06-02 | 1 | -0/+11 |
| * | [obj2yaml][yaml2obj] Support for reading and dumping the MachO export trie | Chris Bieneman | 2016-05-31 | 1 | -0/+19 |
| * | [obj2yaml][yaml2obj] Support for MachO lazy bindings | Chris Bieneman | 2016-05-26 | 1 | -0/+1 |
| * | [obj2yaml][yaml2obj] Support for MachO weak bindings | Chris Bieneman | 2016-05-26 | 1 | -0/+1 |
| * | [obj2yaml][yaml2obj] Support for MachO bind opcodes | Chris Bieneman | 2016-05-26 | 1 | -4/+14 |
| * | [obj2yaml] [yaml2obj] MachO support for rebase opcodes | Chris Bieneman | 2016-05-25 | 1 | -0/+13 |
| * | [MachOYAML] Removing duplicated field from LC_UUID YAML | Chris Bieneman | 2016-05-20 | 1 | -1/+0 |
| * | [obj2yaml] [yaml2obj] Support for MachO Load Command data | Chris Bieneman | 2016-05-19 | 1 | -4/+30 |
| * | Revert "[obj2yaml] [yaml2obj] Support for MachO Load Command data" | Chris Bieneman | 2016-05-19 | 1 | -30/+4 |
| * | [obj2yaml] [yaml2obj] Support for MachO Load Command data | Chris Bieneman | 2016-05-19 | 1 | -4/+30 |
| * | Re-apply: [obj2yaml] [yaml2obj] Support MachO section and section_64 | Chris Bieneman | 2016-05-18 | 1 | -4/+27 |
| * | Revert "[obj2yaml] [yaml2obj] Support MachO section and section_64 | Zachary Turner | 2016-05-17 | 1 | -24/+2 |
| * | [obj2yaml][yaml2obj] Fixing dyld_info_command mappings | Chris Bieneman | 2016-05-17 | 1 | -2/+4 |
| * | [obj2yaml] [yaml2obj] Support MachO section and section_64 structs | Chris Bieneman | 2016-05-17 | 1 | -0/+20 |
| * | Reapply r269782 "[obj2yaml] [yaml2obj] Support for MachO load command structu... | Chris Bieneman | 2016-05-17 | 1 | -6/+353 |
| * | Revert "[obj2yaml] [yaml2obj] Support for MachO load command structures" | Chris Bieneman | 2016-05-17 | 1 | -354/+6 |
| * | [obj2yaml] [yaml2obj] Support for MachO load command structures | Chris Bieneman | 2016-05-17 | 1 | -6/+354 |
| * | [obj2yaml] [yaml2obj] Basic support for MachO::load_command | Chris Bieneman | 2016-05-13 | 1 | -0/+11 |
| * | [yaml2macho] Handle mach_header_64 reserved field | Chris Bieneman | 2016-05-12 | 1 | -0/+2 |
| * | [ObjectYAML] filetype is a required field in MachO headers | Chris Bieneman | 2016-05-12 | 1 | -1/+1 |
| * | [obj2yaml] Include all mach_header fields in yaml | Chris Bieneman | 2016-05-12 | 1 | -1/+3 |
| * | [ObjectYAML] Support Thin MachO headers to YAML | Chris Bieneman | 2016-05-12 | 1 | -0/+44 |