summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ObjectYAML
Commit message (Expand)AuthorAgeFilesLines
* Add virtual destructor to WasmYAML::Section or avoid memory leakDerek Schuff2017-03-311-0/+9
* [WebAssembly] Improve support for WebAssembly binary formatDerek Schuff2017-03-303-0/+352
* [ObjectYAML] Fix issue with DWARF2 AddrSize 8Chris Bieneman2017-03-071-2/+6
* [ObjectYAML] Add support for DWARF5 Unit headerChris Bieneman2017-03-072-2/+11
* [ObjectYAML] Support for DW_FORM_implicit_const DWARF5 formChris Bieneman2017-03-062-0/+4
* [DWARFv5] Update definitions to match published spec.Paul Robinson2017-03-061-1/+8
* [ObjectYAML] NFC. Refactor DWARFYAML CompileUnit dump codeChris Bieneman2017-03-064-122/+324
* [ObjectYAML] [DWARF] Abstract DWARF Initial Length valuesChris Bieneman2017-03-032-12/+20
* Move symbols from the global namespace into (anonymous) namespaces. NFC.Benjamin Kramer2017-02-111-9/+10
* Make this file clang-format friendly and clang-format it.Rafael Espindola2017-01-311-418/+416
* Add LC_BUILD_VERSION load commandSteven Wu2017-01-231-0/+21
* [DWARF] [ObjectYAML] Adding APIs for unittestingChris Bieneman2017-01-201-0/+39
* Add support for the new LC_NOTE load command.Kevin Enderby2017-01-191-0/+8
* [ObjectYAML] Pull yaml2dwarf out of yaml2obj for reuseChris Bieneman2017-01-122-2/+335
* [ObjectYAML] Support for DWARF line tablesChris Bieneman2017-01-101-10/+57
* Revert "[ObjectYAML] Support for DWARF line tables"Chris Bieneman2017-01-101-56/+10
* [ObjectYAML] Support for DWARF line tablesChris Bieneman2017-01-101-10/+56
* Revert "[ObjectYAML] Support for DWARF line tables"Chris Bieneman2017-01-091-56/+10
* [ObjectYAML] Support for DWARF line tablesChris Bieneman2017-01-091-10/+56
* [ObjectYAML] Support for DWARF debug_info sectionChris Bieneman2016-12-221-4/+29
* [ObjectYAML] MachO support for endiannessChris Bieneman2016-12-221-0/+5
* Revert "[ObjectYAML] Support for DWARF debug_info section"Chris Bieneman2016-12-201-29/+4
* [ObjectYAML] Support for DWARF debug_info sectionChris Bieneman2016-12-201-4/+29
* Revert "[ObjectYAML] Support for DWARF debug_info section"Chris Bieneman2016-12-201-29/+4
* [ObjectYAML] Support for DWARF debug_info sectionChris Bieneman2016-12-201-4/+29
* [ObjectYAML] Support for DWARF Pub SectionsChris Bieneman2016-12-191-0/+30
* [ARM] Implement execute-only support in CodeGenPrakhar Bahuguna2016-12-151-0/+3
* [ObjectYAML] Support for DWARF debug_arangesChris Bieneman2016-12-091-0/+18
* [ObjectYAML] Remove DWARF from class namesChris Bieneman2016-12-081-7/+7
* [ObjectYAML] Pull DWARF support into DWARFYAML namespaceChris Bieneman2016-12-073-24/+48
* [ObjectYAML] Rename DWARF entries to match section namesChris Bieneman2016-12-071-2/+2
* [ObjectYAML] Support for DWARF __debug_abbrev sectionChris Bieneman2016-12-071-2/+17
* [ObjectYAML] First bit of support for encoding DWARF in MachOChris Bieneman2016-12-061-1/+16
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-1/+1
* [RISCV] Add RISC-V ELF definesAlex Bradbury2016-11-011-0/+4
* [macho2yaml] Don't write empty linkedit dataChris Bieneman2016-08-171-1/+6
* [MachOYAML] Don't output empty ExportTrieChris Bieneman2016-08-111-1/+2
* BPF: Use official ELF e_machine valueAlexei Starovoitov2016-07-151-0/+4
* [YAML] Fix YAML tags appearing before the start of sequence elementsChris Bieneman2016-06-281-1/+1
* [yaml2obj] Remove --format option in favor of YAML tagsChris Bieneman2016-06-275-28/+60
* [obj2yaml] [yaml2obj] Support for MachO Universal binariesChris Bieneman2016-06-241-1/+62
* [MachOYAML] Use a temporary to avoid gcc strict-aliasing warningChris Bieneman2016-06-231-2/+4
* [yaml2macho] Removing asserts in favor of explicit yaml parse errorChris Bieneman2016-06-231-2/+4
* Support/ELF: Add AMDGPU relocation definitions to match documentationTom Stellard2016-06-171-0/+3
* [obj2yaml] [yaml2obj] Support for MachO nlist and string tableChris Bieneman2016-06-021-0/+11
* [COFF] Expose the PE debug data directory and dump itReid Kleckner2016-06-021-1/+1
* [obj2yaml][yaml2obj] Support for reading and dumping the MachO export trieChris Bieneman2016-05-311-0/+19
* [obj2yaml][yaml2obj] Support for MachO lazy bindingsChris Bieneman2016-05-261-0/+1
* [obj2yaml][yaml2obj] Support for MachO weak bindingsChris Bieneman2016-05-261-0/+1
* [obj2yaml][yaml2obj] Support for MachO bind opcodesChris Bieneman2016-05-261-4/+14
OpenPOWER on IntegriCloud