summaryrefslogtreecommitdiff
path: root/lib/ObjectYAML
AgeCommit message (Expand)Author
2016-12-20[ObjectYAML] Support for DWARF debug_info sectionChris Bieneman
2016-12-19[ObjectYAML] Support for DWARF Pub SectionsChris Bieneman
2016-12-15[ARM] Implement execute-only support in CodeGenPrakhar Bahuguna
2016-12-09[ObjectYAML] Support for DWARF debug_arangesChris Bieneman
2016-12-08[ObjectYAML] Remove DWARF from class namesChris 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-11-02Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons
2016-11-01[RISCV] Add RISC-V ELF definesAlex Bradbury
2016-08-17[macho2yaml] Don't write empty linkedit dataChris Bieneman
2016-08-11[MachOYAML] Don't output empty ExportTrieChris Bieneman
2016-07-15BPF: Use official ELF e_machine valueAlexei Starovoitov
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-17Support/ELF: Add AMDGPU relocation definitions to match documentationTom Stellard
2016-06-02[obj2yaml] [yaml2obj] Support for MachO nlist and string tableChris Bieneman
2016-06-02[COFF] Expose the PE debug data directory and dump itReid Kleckner
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
2016-03-28[lanai] Add Lanai backend.Jacques Pienaar
2016-03-17Forgot to commit this with r263692David Majnemer
2016-03-09[AMDGPU] add AMDGPU target support to ELFObjectFile.h headerValery Pykhtin
2016-03-01Add LLVMBuild for ObjectYAML.Rafael Espindola
2016-03-01Move ObjectYAML code to a new library.Rafael Espindola