summaryrefslogtreecommitdiff
path: root/llvm/lib/ObjectYAML/ELFEmitter.cpp
AgeCommit message (Expand)Author
2020-12-25[libObject] - Add more ELF types to LLVM_ELF_IMPORT_TYPES_ELFT define (ELFTyp...Georgii Rymar
2020-12-16[yaml2obj/obj2yaml] - Make Value/Size fields of Symbol optional.Georgii Rymar
2020-12-04[yaml2obj,obj2yaml] - Make Symbol::Section field optional.Georgii Rymar
2020-11-25[obj2yaml] - Dump section offsets in some cases.Georgii Rymar
2020-11-09[yaml2obj] - ProgramHeaders: introduce FirstSec/LastSec instead of Sections l...Georgii Rymar
2020-11-06[obj2yaml] [yaml2obj] Add yaml support for SHT_LLVM_BB_ADDR_MAP section.Rahman Lavaee
2020-11-02[yaml2obj] - Add support of Offset for .strtab/.shstrtab/.dynstr sections.Georgii Rymar
2020-10-30[yaml2obj] - Make `Section::Link` field to be `Optional<>`.Georgii Rymar
2020-10-29[yaml2obj] - Improve handling of SectionHeaderTable::NoHeaders flag.Georgii Rymar
2020-10-28[yaml2obj] - Support the "Offset" key for the .dynsym section.Georgii Rymar
2020-10-27[yaml2obj] - Add a way to override the sh_addralign field of a section.Georgii Rymar
2020-10-16[lib/ObjectYAML] - Simplify the code that handles Content/Size fields.Georgii Rymar
2020-10-15[yaml2obj] - Allow specifying no tags to create empty sections in few cases.Georgii Rymar
2020-10-15[yaml2obj/obj2yaml] - Add support of 'Size' and 'Content' keys for all sections.Georgii Rymar
2020-10-07[obj2yaml] - Rename `Group` to `GroupSection`. NFC.Georgii Rymar
2020-10-02[yaml2obj][elf2yaml] - Add a support for the `EntSize` field for `SHT_HASH` s...Georgii Rymar
2020-09-28[yaml2obj][obj2yaml] - Add a support for SHT_ARM_EXIDX section.Georgii Rymar
2020-08-21Revert "[DWARFYAML] Add support for referencing different abbrev tables."Xing GUO
2020-08-21[DWARFYAML] Add support for referencing different abbrev tables.Xing GUO
2020-08-20[yaml2obj] - Make the 'Machine' key optional.Georgii Rymar
2020-07-31[DWARFYAML] Add helper function getDWARFEmitterByName(). NFC.Xing GUO
2020-07-31[DWARFYAML] Add emitDebug[GNU]Pub[names/types] functions. NFC.Xing GUO
2020-07-28[yaml2obj] - Add a way to override sh_type section field.Georgii Rymar
2020-07-26[DWARFYAML] Rename getUsedSectionNames() to getNonEmptySectionNames().Xing GUO
2020-07-20[DWARFYAML] Implement the .debug_rnglists section.Xing GUO
2020-07-16[DWARFYAML] Implement the .debug_str_offsets section.Xing GUO
2020-07-16[yaml2obj] - Fix an issue with NoHeaders key.Georgii Rymar
2020-07-15[yaml2obj] - Rename FileHeader::SH* fields.Georgii Rymar
2020-07-14[yaml2obj] - Refine handling of the NoHeaders key.Georgii Rymar
2020-07-14[yaml2obj] - Add a syntax to override e_phoff, e_phentsize and e_phnum fields.Georgii Rymar
2020-07-03[ObjectYAML][ELF] Add support for emitting the .debug_gnu_pubnames/pubtypes s...Xing GUO
2020-06-24[ObjectYAML][ELF] Add support for emitting the .debug_pubtypes section.Xing GUO
2020-06-23[ObjectYAML][ELF] Add support for emitting the .debug_pubnames section.Xing GUO
2020-06-20[ObjectYAML][ELF] Add support for emitting the .debug_info section.Xing GUO
2020-06-18[ObjectYAML][ELF] Add support for emitting the .debug_abbrev section.Xing GUO
2020-06-16[ObjectYAML][DWARF] Implement the .debug_addr section.Xing GUO
2020-06-15[yaml2obj] - Introduce the "NoHeaders" key for "SectionHeaderTable"Georgii Rymar
2020-06-11[yaml2obj] - Allocate the file space for SHT_NOBITS sections in some cases.Georgii Rymar
2020-06-10[yaml2obj] - Introduce a 10 Mb limit of the output by default and a --max-siz...Georgii Rymar
2020-06-09[ObjectYAML][ELF] Add support for emitting the .debug_line section.Xing GUO
2020-06-08[ObjectYAML] Add support for error handling in DWARFYAML. NFC.Xing GUO
2020-06-08[DWARFYAML] Rename function names to match the coding style. NFC.Xing GUO
2020-06-07[ObjectYAML][DWARF] Support emitting .debug_ranges section in ELFYAML.Xing GUO
2020-06-04[ObjectYAML] - Remove unused function. NFC.Georgii Rymar
2020-06-04[yaml2obj] - Add a way to exclude specified sections from the section header.Georgii Rymar
2020-06-04Revert "[yaml2obj] - Allocate the file space for SHT_NOBITS sections in some ...Georgii Rymar
2020-06-04[ObjectYAML][DWARF] Support emitting the .debug_aranges section in ELFYAML.Xing GUO
2020-06-02[yaml2obj] - Allocate the file space for SHT_NOBITS sections in some cases.Georgii Rymar
2020-05-29[ObjectYAML][DWARF] Add DWARF entry in ELFYAML.Xing GUO
2020-05-28[yaml2obj] - Implement the "SectionHeaderTable" tag.Georgii Rymar