summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ObjectYAML/ELFEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [yaml2obj/obj2yaml] - Add support for SHT_RELR sections.Georgii Rymar2020-01-151-7/+33
* Revert "[yaml2obj/obj2yaml] - Add support for SHT_RELR sections."Georgii Rymar2020-01-151-30/+7
* [yaml2obj/obj2yaml] - Add support for SHT_RELR sections.Georgii Rymar2020-01-151-7/+30
* [yaml2obj] - Add a way to override sh_flags section field.Georgii Rymar2019-12-131-19/+18
* [yaml2obj] - Make DynamicSymbols to be Optional<> too.Georgii Rymar2019-12-041-16/+21
* [yaml2obj] - Add a way to describe content of the SHT_GNU_verneed section wit...Georgii Rymar2019-11-291-9/+19
* [yaml2obj] - Teach tool to describe SHT_GNU_verdef section with a "Content" p...Georgii Rymar2019-11-261-8/+18
* [yaml2obj/obj2yaml] - Add support for SHT_LLVM_DEPENDENT_LIBRARIES sections.Georgii Rymar2019-11-251-0/+27
* [yaml2obj/obj2yaml] - Add support for SHT_LLVM_LINKER_OPTIONS sections.Georgii Rymar2019-11-121-0/+29
* Remove superfluous ';' to fix Wpedantic. NFC.Simon Pilgrim2019-11-111-1/+1
* [yaml2obj] - Add a way to describe the custom data that is not part of an out...Georgii Rymar2019-11-111-45/+123
* [yaml2obj/obj2yaml] - Add support for SHT_GNU_HASH section.georgerim2019-10-311-0/+69
* [yaml2obj] - Make .symtab to be not mandatory section for SHT_REL[A] section.Georgii Rymar2019-10-291-10/+4
* [yaml2obj] - Improve handling of the SHT_GROUP section.Georgii Rymar2019-10-291-2/+8
* [ObjectYAML] - Do not use auto. NFC.Georgii Rymar2019-10-261-1/+1
* [yaml2obj, obj2yaml] - Add support for SHT_NOTE sections.georgerim2019-10-251-8/+64
* [lib/ObjectYAML] - Add a full stop to the comment. NFC.georgerim2019-10-231-1/+1
* [yaml2obj][obj2yaml] - Do not create a symbol table by default.George Rimar2019-10-201-6/+23
* [yaml2obj] - Add a Size tag support for SHT_LLVM_ADDRSIG sections.George Rimar2019-10-031-2/+2
* Recommit r373598 "[yaml2obj/obj2yaml] - Add support for SHT_LLVM_ADDRSIG sect...George Rimar2019-10-031-0/+30
* Revert r373598 "[yaml2obj/obj2yaml] - Add support for SHT_LLVM_ADDRSIG sectio...George Rimar2019-10-031-30/+0
* [yaml2obj/obj2yaml] - Add support for SHT_LLVM_ADDRSIG sections.George Rimar2019-10-031-0/+30
* [yaml2obj] - Alow Size tag for describing SHT_HASH sections.George Rimar2019-10-021-2/+2
* [yaml2obj] - Allow specifying custom Link values for SHT_HASH section.George Rimar2019-10-011-1/+1
* [yaml2obj/obj2yaml] - Add support for SHT_HASH sections.George Rimar2019-10-011-1/+34
* [yaml2elf] - Support describing .stack_sizes sections using unique suffixes.George Rimar2019-09-251-6/+7
* [yaml2obj] - Add a Size field for StackSizesSection.George Rimar2019-09-251-14/+14
* [yaml2obj/obj2yaml] - Add support for .stack_sizes sections.George Rimar2019-09-241-0/+26
* [yaml2obj/ObjectYAML] - Cleanup the error reporting API, add custom errors ha...George Rimar2019-09-131-12/+18
* [lib/ObjectYAML] - Change interface to return `bool` instead of `int`. NFCIGeorge Rimar2019-09-131-5/+5
* [yaml2obj] Set p_align to the maximum sh_addralign of contained sectionsFangrui Song2019-09-101-5/+4
* [yaml2obj] Simplify p_filesz/p_memsz computingFangrui Song2019-09-091-27/+15
* [lib/ObjectYAML] - Improve and cleanup error reporting in ELFState<ELFT> class.George Rimar2019-09-091-166/+129
* [yaml2obj] Rename SHOffset (e_shoff) field to SHOff. NFCFangrui Song2019-09-061-5/+4
* [yaml2obj] Make e_phoff and e_phentsize 0 if there are no program headersAlex Brachet2019-09-061-2/+2
* [yaml2obj] Write the section header table after section contentsFangrui Song2019-09-051-16/+17
* [lib/ObjectYAML] - Cleanup the private interface of ELFState<ELFT>. NFCI.George Rimar2019-09-051-23/+13
* [yaml2obj] - Allow overriding sh_name fields of the sections.George Rimar2019-09-021-2/+6
* [yaml2obj][obj2yaml] - Use a single "Other" field instead of "Other", "Visibi...George Rimar2019-08-301-6/+1
* [yaml2obj] - Allow placing local symbols after globals.George Rimar2019-08-291-18/+6
* Reland "[yaml2obj] - Don't allow setting StOther and Other/Visibility at the ...Vlad Tsyrklevich2019-08-281-1/+6
* Revert "[yaml2obj] - Don't allow setting StOther and Other/Visibility at the ...Vlad Tsyrklevich2019-08-281-6/+1
* [yaml2obj] - Don't allow setting StOther and Other/Visibility at the same time.George Rimar2019-08-271-1/+6
* [yaml2obj] - Lookup relocation symbols in dynamic symbol when .dynsym referen...George Rimar2019-08-221-10/+13
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-2/+2
* [yaml2obj/obj2yaml] - Add a basic support for extended section indexes.George Rimar2019-08-081-0/+21
* [yaml2obj] Move core yaml2obj code into lib and include for use in unit testsAlex Brachet2019-08-071-0/+1083
* Revert "[yaml2obj] Move core yaml2obj code into lib and include for use in un...Dmitri Gribenko2019-08-061-1083/+0
* [yaml2obj] Move core yaml2obj code into lib and include for use in unit testsAlex Brachet2019-08-061-0/+1083
OpenPOWER on IntegriCloud