summaryrefslogtreecommitdiffstats
path: root/llvm/tools/yaml2obj
Commit message (Expand)AuthorAgeFilesLines
* [yaml2obj/ObjectYAML] - Cleanup the error reporting API, add custom errors ha...George Rimar2019-09-131-10/+9
* [yaml2obj] Move core yaml2obj code into lib and include for use in unit testsAlex Brachet2019-08-078-3067/+8
* Revert "[yaml2obj] Move core yaml2obj code into lib and include for use in un...Dmitri Gribenko2019-08-068-8/+3067
* [yaml2obj] Move core yaml2obj code into lib and include for use in unit testsAlex Brachet2019-08-068-3067/+8
* [yaml2obj] - Allow overriding sh_entsize for SHT_GNU_versym sections.George Rimar2019-08-051-1/+1
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-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
* [yaml2obj][MachO] Don't fill dummy data for virtual sectionsSeiya Nuta2019-06-171-3/+15
* 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
* [COFF] Fix .bss section size bug in obj2yaml / yaml2objReid Kleckner2019-05-101-2/+3
* [yaml2obj] - Allow setting st_value explicitly for Symbol.George Rimar2019-05-071-46/+53
* [WebAssembly] Add more test coverage for reloctions against section symbolsSam Clegg2019-05-071-5/+0
* [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
* [yaml2obj] - Don't crash on invalid inputs.George Rimar2019-04-251-5/+1
* [yaml2obj] Replace num_zeros with write_zerosFangrui Song2019-04-241-35/+24
* [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
OpenPOWER on IntegriCloud