summaryrefslogtreecommitdiff
path: root/tools/obj2yaml
AgeCommit message (Expand)Author
2017-07-12[WebAssembly] Expose the offset of each data segmentSam Clegg
2017-06-27[WebAssembly] Add data size and alignement to linking sectionSam Clegg
2017-06-20[WebAssembly] Add support for weak symbols in the binary formatSam Clegg
2017-06-16obj2yaml: Improve error reportingSam Clegg
2017-06-14Resubmit "[codeview] Make obj2yaml/yaml2obj support .debug$S..."Zachary Turner
2017-06-14Revert "[codeview] Make obj2yaml/yaml2obj support .debug$S..."Zachary Turner
2017-06-14[codeview] Make obj2yaml/yaml2obj support .debug$S/T sections.Zachary Turner
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner
2017-06-06[DWARF] Adding support for the DWARF v5 string offsets table (consumer/reader...Wolfgang Pieb
2017-05-31Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova
2017-05-10[WebAssembly] Fix build error in wasm YAML codeSam Clegg
2017-05-09[WebAssembly] Improve libObject support for wasm imports and exportsSam Clegg
2017-05-05[WebAssembly] Add ObjectYAML support for wasm name sectionSam Clegg
2017-03-30[WebAssembly] Improve support for WebAssembly binary formatDerek Schuff
2017-03-07[ObjectYAML] Add support for DWARF5 Unit headerChris Bieneman
2017-03-06[ObjectYAML] Support for DW_FORM_implicit_const DWARF5 formChris Bieneman
2017-03-06[DWARFv5] Update definitions to match published spec.Paul Robinson
2017-03-03[ObjectYAML] [DWARF] Abstract DWARF Initial Length valuesChris Bieneman
2017-01-26[obj2yaml] Produce correct output for invalid relocations.Davide Italiano
2017-01-23Add LC_BUILD_VERSION load commandSteven Wu
2017-01-13Cleanup how DWARFDie attributes are accessed and decoded.Greg Clayton
2017-01-10[ObjectYAML] Support for DWARF line tablesChris Bieneman
2017-01-10Revert "[ObjectYAML] Support for DWARF line tables"Chris Bieneman
2017-01-10[ObjectYAML] Support for DWARF line tablesChris Bieneman
2017-01-09Revert "[ObjectYAML] Support for DWARF line tables"Chris Bieneman
2017-01-09[ObjectYAML] Support for DWARF line tablesChris Bieneman
2016-12-22[ObjectYAML] Support for DWARF debug_info sectionChris Bieneman
2016-12-22[ObjectYAML] MachO support for endiannessChris Bieneman
2016-12-20Revert "[ObjectYAML] Support for DWARF debug_info section"Chris Bieneman
2016-12-20[ObjectYAML] Support for DWARF debug_info sectionChris Bieneman
2016-12-20Revert "[ObjectYAML] Support for DWARF debug_info section"Chris Bieneman
2016-12-20[ObjectYAML] Support for DWARF debug_info sectionChris Bieneman
2016-12-19[ObjectYAML] Support for DWARF Pub SectionsChris Bieneman
2016-12-09[ObjectYAML] Support for DWARF debug_arangesChris Bieneman
2016-12-08[ObjectYAML] Remove DWARF from class namesChris Bieneman
2016-12-07[obj2yaml] Refactor and abstract dwarf2yamlChris Bieneman
2016-12-07[ObjectYAML] Pull DWARF support into DWARFYAML namespaceChris 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-16[ELF] Convert ELF.h to Expected<T>.Davide Italiano
2016-11-03Remove the last use of report_fatal_error from ELF.h.Rafael Espindola
2016-11-03Add error handling to getEntry.Rafael Espindola
2016-11-03Replace a report_fatal_error with an ErrorOr.Rafael Espindola
2016-11-03[tools/obj2yaml] - Update after LLVM change r285886George Rimar
2016-11-02Avoid a report_fatal_error in sections().Rafael Espindola
2016-10-19Remove LLVM_NOEXCEPT and replace it with noexceptReid Kleckner
2016-10-06Use range loop. NFC.Rafael Espindola
2016-08-04[macho2yaml] String table can contain null stringsChris 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