summaryrefslogtreecommitdiffstats
path: root/llvm/tools/obj2yaml/elf2yaml.cpp
Commit message (Expand)AuthorAgeFilesLines
* [yaml2obj/obj2yaml] - Add support for SHT_RELR sections.Georgii Rymar2020-01-151-0/+33
* Revert "[yaml2obj/obj2yaml] - Add support for SHT_RELR sections."Georgii Rymar2020-01-151-33/+0
* [yaml2obj/obj2yaml] - Add support for SHT_RELR sections.Georgii Rymar2020-01-151-0/+33
* [yaml2obj] - Make DynamicSymbols to be Optional<> too.Georgii Rymar2019-12-041-2/+4
* [yaml2obj] - Add a way to describe content of the SHT_GNU_verneed section wit...Georgii Rymar2019-11-291-1/+3
* [yaml2obj] - Teach tool to describe SHT_GNU_verdef section with a "Content" p...Georgii Rymar2019-11-261-1/+3
* [yaml2obj/obj2yaml] - Add support for SHT_LLVM_DEPENDENT_LIBRARIES sections.Georgii Rymar2019-11-251-0/+37
* [yaml2obj/obj2yaml] - Add support for SHT_LLVM_LINKER_OPTIONS sections.Georgii Rymar2019-11-121-0/+41
* [yaml2obj] - Add a way to describe the custom data that is not part of an out...Georgii Rymar2019-11-111-18/+18
* [yaml2obj/obj2yaml] - Add support for SHT_GNU_HASH section.georgerim2019-10-311-0/+59
* [yaml2obj, obj2yaml] - Add support for SHT_NOTE sections.georgerim2019-10-251-0/+46
* [obj2yaml] - Better dumping for relocations without symbols associated.georgerim2019-10-251-13/+11
* [yaml2obj][obj2yaml] - Do not create a symbol table by default.George Rimar2019-10-201-2/+6
* Recommit r373598 "[yaml2obj/obj2yaml] - Add support for SHT_LLVM_ADDRSIG sect...George Rimar2019-10-031-10/+65
* Revert r373598 "[yaml2obj/obj2yaml] - Add support for SHT_LLVM_ADDRSIG sectio...George Rimar2019-10-031-64/+10
* [yaml2obj/obj2yaml] - Add support for SHT_LLVM_ADDRSIG sections.George Rimar2019-10-031-10/+64
* [obj2yaml] - Fix BB after r373315.George Rimar2019-10-011-4/+6
* [yaml2obj/obj2yaml] - Add support for SHT_HASH sections.George Rimar2019-10-011-0/+47
* [yaml2obj/obj2yaml] - Add support for .stack_sizes sections.George Rimar2019-09-241-0/+61
* [yaml2obj] Rename SHOffset (e_shoff) field to SHOff. NFCFangrui Song2019-09-061-1/+1
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-11/+11
* [yaml2obj/obj2yaml] - Add a basic support for extended section indexes.George Rimar2019-08-081-13/+58
* [obj2yaml] - Teach tool to dump SHT_NULL sections.George Rimar2019-08-051-7/+24
* [obj2yaml] - Report a error when unable to resolve a sh_link reference properly.George Rimar2019-07-291-2/+6
* Recommit r366052 "[obj2yaml] - Rework tool's error reporting logic for ELF ta...George Rimar2019-07-151-162/+157
* Revert r366052 "[obj2yaml] - Rework tool's error reporting logic for ELF targ...George Rimar2019-07-151-157/+162
* [obj2yaml] - Rework tool's error reporting logic for ELF target.George Rimar2019-07-151-162/+157
* [yaml2obj] - Allow overriding sh_offset field from the YAML.George Rimar2019-07-021-0/+2
* [yaml2obj] - Allow overriding e_shentsize, e_shoff, e_shnum and e_shstrndx fi...George Rimar2019-06-271-1/+3
* [yaml2obj/obj2yaml] - Allow having the symbols and sections with duplicated n...George Rimar2019-06-251-28/+58
* [yaml2obj/obj2yaml] - Make RawContentSection::Info Optional<>George Rimar2019-06-191-1/+2
* [yaml2obj] - Allow setting cutom Flags for implicit sections.George Rimar2019-06-141-1/+2
* [yaml2obj/obj2yaml] - Make RawContentSection::Content and RawContentSection::...George Rimar2019-06-101-3/+3
* [obj2yamp] - Simplify and cleanup the code in ELFDumper<ELFT>::dumpGroup a bi...George Rimar2019-04-241-27/+25
* [yaml2obj][obj2yaml] - Change how symbol's binding is descibed when parsing/d...George Rimar2019-04-031-27/+7
* [yaml2obj][obj2yaml] - Teach yaml2obj/obj2yaml tools about STB_GNU_UNIQUE sym...George Rimar2019-03-281-4/+6
* [yaml2obj] - Allow setting custom sh_info for RawContentSection sections.George Rimar2019-03-011-0/+1
* [obj2yaml] - Do not miss section index for special symbols.George Rimar2019-02-221-0/+7
* [yaml2obj][obj2yaml] - Support SHT_GNU_verdef (.gnu.version_d) section.George Rimar2019-02-211-0/+58
* [yaml2obj][obj2yaml] - Support SHT_GNU_versym (.gnu.version) section.George Rimar2019-02-191-0/+26
* Recommit r354328, r354329 "[obj2yaml][yaml2obj] - Add support of parsing/dump...George Rimar2019-02-191-0/+65
* Revert r354328, r354329 "[obj2yaml][yaml2obj] - Add support of parsing/dumpin...George Rimar2019-02-191-65/+0
* [obj2yaml][yaml2obj] - Add support of parsing/dumping of the .gnu.version_r s...George Rimar2019-02-191-0/+65
* [yaml2obj/obj2yaml] - Move `Info` field out from `Section` class.George Rimar2019-02-121-2/+2
* [yaml2obj][obj2yaml] - Add support for dumping/parsing .dynamic sections.George Rimar2019-02-091-1/+27
* [obj2yaml] - Merge dumpRelSection and dumpRelaSection. NFC.George Rimar2019-02-011-49/+25
* [obj2yaml] - Dump the sh_entsize section field.George Rimar2019-01-281-0/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [yaml2obj/obj2yaml] - Support dumping/parsing ABI version.George Rimar2018-12-201-0/+1
* Instead of ELFFile<ELFT>::Type, use ELFT::Type. NFC.Rui Ueyama2018-01-121-4/+4
OpenPOWER on IntegriCloud