summaryrefslogtreecommitdiffstats
path: root/llvm/tools/yaml2obj/yaml2elf.cpp
Commit message (Expand)AuthorAgeFilesLines
* [yaml2obj] Move core yaml2obj code into lib and include for use in unit testsAlex Brachet2019-08-071-1089/+0
* Revert "[yaml2obj] Move core yaml2obj code into lib and include for use in un...Dmitri Gribenko2019-08-061-0/+1089
* [yaml2obj] Move core yaml2obj code into lib and include for use in unit testsAlex Brachet2019-08-061-1089/+0
* [yaml2obj] - Allow overriding sh_entsize for SHT_GNU_versym sections.George Rimar2019-08-051-1/+1
* Recommit "rL366894: [yaml2obj] - Allow custom fields for the SHT_UNDEF sectio...George Rimar2019-07-251-20/+18
* Revert "[yaml2obj] - Allow custom fields for the SHT_UNDEF sections."JF Bastien2019-07-241-18/+20
* [yaml2obj] - Allow custom fields for the SHT_UNDEF sections.George Rimar2019-07-241-20/+18
* Recommit rr366796 "[Object/ELF.h] - Improve testing of the fields in ELFFile<...George Rimar2019-07-241-1/+1
* Revert "[Object/ELF.h] - Improve testing of the fields in ELFFile<ELFT>::sect...Vlad Tsyrklevich2019-07-231-1/+1
* [Object/ELF.h] - Improve testing of the fields in ELFFile<ELFT>::sections().George Rimar2019-07-231-1/+1
* [yaml2obj] - Add a support for defining null sections in YAMLs.George Rimar2019-07-231-5/+23
* [yaml2elf] - Treat the SHN_UNDEF section as kind of regular section.George Rimar2019-07-231-10/+13
* [yaml2obj] - Change how we handle implicit sections.George Rimar2019-07-221-36/+35
* [yaml2obj] - Allow overriding the sh_size field.George Rimar2019-07-111-6/+14
* [yaml2obj] - Allow overriding sh_offset field from the YAML.George Rimar2019-07-021-0/+9
* [yaml2obj] - Allow overriding e_shentsize, e_shoff, e_shnum and e_shstrndx fi...George Rimar2019-06-271-4/+10
* [yaml2obj/obj2yaml] - Allow having the symbols and sections with duplicated n...George Rimar2019-06-251-5/+12
* [yaml2obj] - Convert `ELFState<ELFT>::addSymbols` method to `toELFSymbols` he...George Rimar2019-06-201-47/+44
* [yaml2obj/obj2yaml] - Make RawContentSection::Info Optional<>George Rimar2019-06-191-3/+9
* Revert "Revert r363377: [yaml2obj] - Allow setting custom section types for i...George Rimar2019-06-141-2/+6
* Revert r363377: [yaml2obj] - Allow setting custom section types for implicit ...Rui Ueyama2019-06-141-6/+2
* [yaml2obj] - Allow setting custom section types for implicit sections.George Rimar2019-06-141-2/+6
* [yaml2obj] - Allow setting the custom Address for .strtabGeorge Rimar2019-06-141-3/+2
* [yaml2obj] - Allow setting cutom Flags for implicit sections.George Rimar2019-06-141-9/+14
* [yaml2elf] - Check we are able to set custom sh_link for .symtab/.dynsymGeorge Rimar2019-06-111-10/+19
* [yaml2obj/obj2yaml] - Make RawContentSection::Content and RawContentSection::...George Rimar2019-06-101-35/+59
* [yaml2obj] - Do not assert when .dynsym is specified explicitly, but .dynstr ...George Rimar2019-06-101-1/+12
* [yaml2obj] - Remove helper methods that are probably excessive. NFC.George Rimar2019-06-101-17/+4
* [yaml2elf] - Refactoring followup for D62809George Rimar2019-06-071-44/+35
* [yaml2obj] - Change how we handle implicit sections.George Rimar2019-06-051-62/+119
* [NFC] yaml2obj/yam2elf.cpp whitespace changes: dos2unix removed CRs.Puyan Lotfi2019-05-111-32/+32
* [yaml2obj] - Allow setting st_value explicitly for Symbol.George Rimar2019-05-071-46/+53
* [yaml2obj] - Make interface of `NameToIdxMap` class be human friendly and fix...George Rimar2019-05-021-77/+78
* [yaml2obj] - Report when unknown section is referenced from program header de...George Rimar2019-05-011-28/+24
* [yaml2obj] - Simplify and reduce the code. NFC.George Rimar2019-04-291-17/+8
* [yaml2obj] - Replace a loop with write_zeros(). NFCI.George Rimar2019-04-291-2/+1
* [yaml2obj] - Cleanup and simplify the code. NFCI.George Rimar2019-04-291-12/+15
* [yaml2obj] - Make implicitSectionNames() return std::vector<StringRef>. NFCI.George Rimar2019-04-261-4/+4
* [yaml2obj] - Remove excessive variable. NFC.George Rimar2019-04-261-3/+3
* [yaml2obj] - Make the code to match the LLVM style. NFCI.George Rimar2019-04-261-7/+7
* [yaml2elf] - Cleanup the initSectionHeaders(). NFCI.George Rimar2019-04-261-67/+74
* [yaml2elf] - Replace a loop with write_zeros(). NFC.George Rimar2019-04-241-6/+5
* [yaml2elf/obj2yaml] - Allow normal parsing/dumping of the .rela.dyn sectionGeorge Rimar2019-04-181-2/+3
* [yaml2obj][obj2yaml] - Change how symbol's binding is descibed when parsing/d...George Rimar2019-04-031-47/+37
* [yaml2obj][obj2yaml] - Teach yaml2obj/obj2yaml tools about STB_GNU_UNIQUE sym...George Rimar2019-03-281-8/+11
* [yaml2obj]Allow explicit setting of p_filesz, p_memsz, and p_offsetJames Henderson2019-03-151-34/+48
* [yaml2obj]Allow explicit symbol indexes in relocations and emit error for bad...James Henderson2019-03-121-5/+8
* [yaml2obj] - Simplify. NFC.George Rimar2019-03-111-16/+15
* [yaml2obj] - Allow producing ELFDATANONE ELFsGeorge Rimar2019-03-071-2/+1
* [yaml2obj] - Allow setting custom sh_info for RawContentSection sections.George Rimar2019-03-011-7/+11
OpenPOWER on IntegriCloud