aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [obj2yaml,yaml2obj] Add NumBlocks to the BBAddrMapEntry yaml field.Rahman Lavaee2021-02-221-1/+1
* [obj2yaml,yaml2obj] Add NumBlocks to the BBAddrMapEntry yaml field.Rahman Lavaee2021-02-171-1/+1
* [yaml2obj] Handle NT_* string values in for ELF note typesAlex Richardson2021-02-091-1/+1
* [obj2yaml, yaml2obj] Use Hex64 for BBAddressMap fields.Rahman Lavaee2021-02-011-5/+5
* [yaml2obj, obj2yaml] - Implement section header table as a special Chunk.Georgii Rymar2021-01-251-3/+8
* [yaml2obj/obj2yaml] - Improve dumping/creating of ELF versioning sections.Georgii Rymar2021-01-211-4/+6
* [yaml2obj/obj2yaml] - Refine handling of SHT_GNU_verdef sections.Georgii Rymar2021-01-151-4/+13
* [llvm] Use std::any_of (NFC)Kazu Hirata2021-01-131-1/+1
* [obj2yaml,yaml2obj] - Refine how we set/dump the sh_entsize field.Georgii Rymar2021-01-131-24/+2
* [obj2yaml] - Don't crash when an object has an empty symbol table.Georgii Rymar2021-01-121-20/+29
* [obj2yaml,yaml2obj] - Fix issues with creating/dumping group sections.Georgii Rymar2021-01-121-0/+2
* [obj2yaml] - Fix the crash in getUniquedSectionName().Georgii Rymar2021-01-111-14/+15
* [obj2yaml] - Dump the content of a broken hash table properly.Georgii Rymar2020-12-251-2/+2
* [libObject] - Add more ELF types to LLVM_ELF_IMPORT_TYPES_ELFT define (ELFTyp...Georgii Rymar2020-12-251-17/+1
* [obj2yaml] - Dump the content of a broken GNU hash table properly.Georgii Rymar2020-12-241-2/+2
* [yaml2obj/obj2yaml] - Make Value/Size fields of Symbol optional.Georgii Rymar2020-12-161-2/+4
* [obj2yaml] - Support dumping objects that have multiple SHT_SYMTAB_SHNDX sect...Georgii Rymar2020-12-091-26/+21
* [lib/Object, tools] - Make ELFObjectFile::getELFFile return reference.Georgii Rymar2020-12-041-4/+4
* [obj2yaml] - Teach tool to emit the "SectionHeaderTable" key and sort section...Georgii Rymar2020-12-011-0/+29
* [obj2yaml] - Dump the `EShNum` key in some cases.Georgii Rymar2020-11-271-0/+11
* [obj2yaml] - Don't assert when trying to calculate the expected section offset.Georgii Rymar2020-11-271-2/+2
* [obj2yaml] - Dump section offsets in some cases.Georgii Rymar2020-11-251-0/+38
* [yaml2obj] - ProgramHeaders: introduce FirstSec/LastSec instead of Sections l...Georgii Rymar2020-11-091-2/+5
* [obj2yaml] [yaml2obj] Add yaml support for SHT_LLVM_BB_ADDR_MAP section.Rahman Lavaee2020-11-061-0/+48
* [yaml2obj] - Make `Section::Link` field to be `Optional<>`.Georgii Rymar2020-10-301-3/+2
* [yaml2obj/obj2yaml] - Add support of 'Size' and 'Content' keys for all sections.Georgii Rymar2020-10-151-12/+20
* [obj2yaml] - Rename `Group` to `GroupSection`. NFC.Georgii Rymar2020-10-071-4/+5
* [yaml2obj][elf2yaml] - Add a support for the `EntSize` field for `SHT_HASH` s...Georgii Rymar2020-10-021-0/+2
* [yaml2obj][obj2yaml] - Add a support for SHT_ARM_EXIDX section.Georgii Rymar2020-09-281-0/+32
* [obj2yaml][yaml2obj] - Stop recognizing SHT_MIPS_ABIFLAGS on non-MIPS targets.Georgii Rymar2020-09-281-2/+4
* [obj2yaml] - Don't emit EM_NONE.Georgii Rymar2020-09-171-1/+2
* [obj2yaml] - Match ".stack_size" with the original section name, and not the ...Rahman Lavaee2020-09-161-1/+1
* Revert "[obj2yaml] - Match ".stack_size" with the original section name, and ...Rahman Lavaee2020-09-161-1/+1
* [obj2yaml] - Match ".stack_size" with the original section name, and not the ...Rahman Lavaee2020-09-161-1/+1
* [obj2yaml] Add support for dumping the .debug_addr(v5) section.Xing GUO2020-09-161-0/+2
* [lib/Object] - Refine interface of ELFFile<ELFT>. NFCI.Georgii Rymar2020-09-151-35/+35
* [obj2yaml] Add support for dumping the .debug_ranges section.Xing GUO2020-09-111-0/+2
* [elf2yaml] Fix dumping a debug section whose name is not recognized.Xing GUO2020-09-091-0/+2
* [obj2yaml] Stop parsing the debug_str section when it encounters a string wit...Xing GUO2020-09-081-1/+1
* [obj2yaml] Add support for dumping the .debug_str section.Xing GUO2020-09-071-9/+24
* [obj2yaml] - Cleanup error reporting (remove Error.cpp/.h files)Georgii Rymar2020-08-261-4/+4
* [yaml2obj] - Make the 'Machine' key optional.Georgii Rymar2020-08-201-1/+1
* [obj2yaml] Add support for dumping the .debug_aranges section.Xing GUO2020-08-051-13/+71
* [yaml2obj] - Rename FileHeader::SH* fields.Georgii Rymar2020-07-151-1/+1
* [yaml2obj] - Add a syntax to override e_phoff, e_phentsize and e_phnum fields.Georgii Rymar2020-07-141-3/+3
* Add explicit Twine.h include to try and fix ICE on clang-ppc64be-linuxSimon Pilgrim2020-06-261-0/+1
* [yaml2obj] - Stop using square brackets for unique suffixes.Georgii Rymar2020-05-191-2/+2
* [obj2yaml] - Fix the issue with dumping empty sections when dumping program h...Georgii Rymar2020-04-221-4/+12
* [obj2yaml] - Teach obj2yaml to dump SHT_NOBITS sections when dumping program ...Georgii Rymar2020-04-201-2/+18
* [obj2yaml] - Do not dump the segment's "Align" field when it is equal to 1.Georgii Rymar2020-04-091-1/+5