summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ObjectYAML/ELFYAML.cpp
Commit message (Expand)AuthorAgeFilesLines
* [yaml2obj/obj2yaml] - Add support for SHT_RELR sections.Georgii Rymar2020-01-151-0/+17
* Revert "[yaml2obj/obj2yaml] - Add support for SHT_RELR sections."Georgii Rymar2020-01-151-17/+0
* [yaml2obj/obj2yaml] - Add support for SHT_RELR sections.Georgii Rymar2020-01-151-0/+17
* [yaml2obj] - Allow using an arbitrary value for OSABI.Georgii Rymar2019-12-231-0/+1
* [yaml2obj] - Add support for ELFOSABI_LINUX.Georgii Rymar2019-12-231-0/+1
* [yaml2obj] - Add a way to override sh_flags section field.Georgii Rymar2019-12-131-3/+6
* [ELF] Support for PT_GNU_PROPERTY in header and toolsPeter Smith2019-12-041-0/+1
* [yaml2obj] - Add a way to describe content of the SHT_GNU_verneed section wit...Georgii Rymar2019-11-291-1/+9
* [yaml2obj] - Teach tool to describe SHT_GNU_verdef section with a "Content" p...Georgii Rymar2019-11-261-1/+9
* [yaml2obj/obj2yaml] - Add support for SHT_LLVM_DEPENDENT_LIBRARIES sections.Georgii Rymar2019-11-251-0/+39
* [yaml2obj/obj2yaml] - Add support for SHT_LLVM_LINKER_OPTIONS sections.Georgii Rymar2019-11-121-0/+24
* [yaml2obj] - Add a way to describe the custom data that is not part of an out...Georgii Rymar2019-11-111-18/+44
* [yaml2obj/obj2yaml] - Add support for SHT_GNU_HASH section.georgerim2019-10-311-0/+46
* [yaml2obj] - Improve handling of the SHT_GROUP section.Georgii Rymar2019-10-291-1/+1
* [yaml2obj, obj2yaml] - Add support for SHT_NOTE sections.georgerim2019-10-251-0/+38
* [yaml2obj] - Add a Size tag support for SHT_LLVM_ADDRSIG sections.George Rimar2019-10-031-4/+10
* Recommit r373598 "[yaml2obj/obj2yaml] - Add support for SHT_LLVM_ADDRSIG sect...George Rimar2019-10-031-0/+37
* Revert r373598 "[yaml2obj/obj2yaml] - Add support for SHT_LLVM_ADDRSIG sectio...George Rimar2019-10-031-37/+0
* [yaml2obj/obj2yaml] - Add support for SHT_LLVM_ADDRSIG sections.George Rimar2019-10-031-0/+37
* [yaml2obj] - Alow Size tag for describing SHT_HASH sections.George Rimar2019-10-021-5/+12
* [yaml2obj/obj2yaml] - Add support for SHT_HASH sections.George Rimar2019-10-011-0/+30
* [yaml2elf] - Support describing .stack_sizes sections using unique suffixes.George Rimar2019-09-251-0/+1
* [yaml2obj] - Add a Size field for StackSizesSection.George Rimar2019-09-251-3/+16
* [yaml2obj/obj2yaml] - Add support for .stack_sizes sections.George Rimar2019-09-241-8/+41
* [yaml2obj/obj2yaml] - Do not trigger llvm_unreachable when dumping/parsing re...George Rimar2019-09-201-1/+2
* [obj2yaml] - Support PPC64 relocation types.George Rimar2019-09-171-0/+3
* [yaml2obj/obj2yaml] - Allow setting an arbitrary values for e_machine.George Rimar2019-09-171-0/+1
* [yaml2obj] Rename SHOffset (e_shoff) field to SHOff. NFCFangrui Song2019-09-061-1/+1
* [llvm-readobj][yaml2obj] Support SHT_LLVM_SYMPART, SHT_LLVM_PART_EHDR and SHT...Fangrui Song2019-09-061-0/+3
* Recommit r371023 "[lib/ObjectYAML] - Stop calling error(1) when mapping the s...George Rimar2019-09-051-5/+4
* Revert r371023 "[lib/ObjectYAML] - Stop calling error(1) when mapping the st_...George Rimar2019-09-051-3/+5
* [lib/ObjectYAML] - Stop calling error(1) when mapping the st_other field of a...George Rimar2019-09-051-5/+3
* [yaml2obj] Support PT_GNU_STACK and PT_GNU_RELROFangrui Song2019-09-041-0/+2
* [yaml2obj] - Allow overriding sh_name fields of the sections.George Rimar2019-09-021-2/+3
* [yaml2obj][obj2yaml] - Use a single "Other" field instead of "Other", "Visibi...George Rimar2019-08-301-58/+102
* Reland "[yaml2obj] - Don't allow setting StOther and Other/Visibility at the ...Vlad Tsyrklevich2019-08-281-18/+32
* Revert "[yaml2obj] - Don't allow setting StOther and Other/Visibility at the ...Vlad Tsyrklevich2019-08-281-32/+18
* [yaml2obj] - Don't allow setting StOther and Other/Visibility at the same time.George Rimar2019-08-271-18/+32
* [yaml2obj] - Allow setting the symbol st_other field to any integer.George Rimar2019-08-231-3/+19
* [yaml2obj/obj2yaml] - Add a basic support for extended section indexes.George Rimar2019-08-081-3/+11
* [yaml2obj] - Allow overriding the sh_size field.George Rimar2019-07-111-4/+6
* [AMDGPU] gfx908 targetStanislav Mekhanoshin2019-07-091-0/+1
* [yaml2obj] - Allow overriding sh_offset field from the YAML.George Rimar2019-07-021-0/+6
* [yaml2obj] - Allow overriding e_shentsize, e_shoff, e_shnum and e_shstrndx fi...George Rimar2019-06-271-0/+5
* AMDGPU/MC: Add .amdgpu_lds directiveNicolai Haehnle2019-06-251-0/+1
* [yaml2obj/obj2yaml] - Make RawContentSection::Info Optional<>George Rimar2019-06-191-1/+1
* [yaml2obj] - Allow setting cutom Flags for implicit sections.George Rimar2019-06-141-1/+1
* [AMDGPU] gfx1011/gfx1012 targetsStanislav Mekhanoshin2019-06-141-0/+2
* [yaml2obj/obj2yaml] - Make RawContentSection::Content and RawContentSection::...George Rimar2019-06-101-4/+7
* [llvm-objdump/llvm-readobj/obj2yaml/yaml2obj] Support DT_PPC_GOT and DT_PPC_OPTFangrui Song2019-06-051-0/+9
OpenPOWER on IntegriCloud