aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/yaml2obj
AgeCommit message (Expand)AuthorFilesLines
2023-12-11[llvm] Use StringRef::{starts,ends}_with (NFC) (#74956)Kazu Hirata1-3/+3
2022-12-06[YAML] Convert Optional to std::optionalKrzysztof Parzyszek1-3/+4
2022-11-26[yaml2obj] Use std::optional in yaml2obj.cpp (NFC)Kazu Hirata1-1/+2
2022-08-02[yaml2obj] Add a `-E` flag to preprocess only.Simon Tatham1-4/+12
2021-11-24Have yaml2obj describe all options in --helpPaul Robinson1-2/+4
2020-10-19[llvm] Make obj2yaml and yaml2obj LLVM utilities instead of toolsJonas Devlieghere1-1/+1
2020-06-30[yaml2obj] - Add a way to set default values for macros used in a YAML.Georgii Rymar1-3/+15
2020-06-10[yaml2obj] - Introduce a 10 Mb limit of the output by default and a --max-siz...Georgii Rymar1-1/+8
2020-02-07[yaml2obj] Add -D k=v to preprocess the input YAMLFangrui Song1-1/+47
2020-02-06[yaml2obj] Refactor command line parsingFangrui Song1-10/+16
2020-01-31[yaml2obj] Internlize DocNum. NFCFangrui Song1-3/+3
2019-09-13[yaml2obj/ObjectYAML] - Cleanup the error reporting API, add custom errors ha...George Rimar1-10/+9
2019-08-07[yaml2obj] Move core yaml2obj code into lib and include for use in unit testsAlex Brachet8-3067/+8
2019-08-06Revert "[yaml2obj] Move core yaml2obj code into lib and include for use in un...Dmitri Gribenko8-8/+3067
2019-08-06[yaml2obj] Move core yaml2obj code into lib and include for use in unit testsAlex Brachet8-3067/+8
2019-08-05[yaml2obj] - Allow overriding sh_entsize for SHT_GNU_versym sections.George Rimar1-1/+1
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song1-1/+1
2019-07-25Recommit "rL366894: [yaml2obj] - Allow custom fields for the SHT_UNDEF sectio...George Rimar1-20/+18
2019-07-24Revert "[yaml2obj] - Allow custom fields for the SHT_UNDEF sections."JF Bastien1-18/+20
2019-07-24[yaml2obj] - Allow custom fields for the SHT_UNDEF sections.George Rimar1-20/+18
2019-07-24Recommit rr366796 "[Object/ELF.h] - Improve testing of the fields in ELFFile<...George Rimar1-1/+1
2019-07-23Revert "[Object/ELF.h] - Improve testing of the fields in ELFFile<ELFT>::sect...Vlad Tsyrklevich1-1/+1
2019-07-23[Object/ELF.h] - Improve testing of the fields in ELFFile<ELFT>::sections().George Rimar1-1/+1
2019-07-23[yaml2obj] - Add a support for defining null sections in YAMLs.George Rimar1-5/+23
2019-07-23[yaml2elf] - Treat the SHN_UNDEF section as kind of regular section.George Rimar1-10/+13
2019-07-22[yaml2obj] - Change how we handle implicit sections.George Rimar1-36/+35
2019-07-11[yaml2obj] - Allow overriding the sh_size field.George Rimar1-6/+14
2019-07-02[yaml2obj] - Allow overriding sh_offset field from the YAML.George Rimar1-0/+9
2019-06-27[yaml2obj] - Allow overriding e_shentsize, e_shoff, e_shnum and e_shstrndx fi...George Rimar1-4/+10
2019-06-25[yaml2obj/obj2yaml] - Allow having the symbols and sections with duplicated n...George Rimar1-5/+12
2019-06-20[yaml2obj] - Convert `ELFState<ELFT>::addSymbols` method to `toELFSymbols` he...George Rimar1-47/+44
2019-06-19[yaml2obj/obj2yaml] - Make RawContentSection::Info Optional<>George Rimar1-3/+9
2019-06-17[yaml2obj][MachO] Don't fill dummy data for virtual sectionsSeiya Nuta1-3/+15
2019-06-14Revert "Revert r363377: [yaml2obj] - Allow setting custom section types for i...George Rimar1-2/+6
2019-06-14Revert r363377: [yaml2obj] - Allow setting custom section types for implicit ...Rui Ueyama1-6/+2
2019-06-14[yaml2obj] - Allow setting custom section types for implicit sections.George Rimar1-2/+6
2019-06-14[yaml2obj] - Allow setting the custom Address for .strtabGeorge Rimar1-3/+2
2019-06-14[yaml2obj] - Allow setting cutom Flags for implicit sections.George Rimar1-9/+14
2019-06-11[yaml2elf] - Check we are able to set custom sh_link for .symtab/.dynsymGeorge Rimar1-10/+19
2019-06-10[yaml2obj/obj2yaml] - Make RawContentSection::Content and RawContentSection::...George Rimar1-35/+59
2019-06-10[yaml2obj] - Do not assert when .dynsym is specified explicitly, but .dynstr ...George Rimar1-1/+12
2019-06-10[yaml2obj] - Remove helper methods that are probably excessive. NFC.George Rimar1-17/+4
2019-06-07[yaml2elf] - Refactoring followup for D62809George Rimar1-44/+35
2019-06-05[yaml2obj] - Change how we handle implicit sections.George Rimar1-62/+119
2019-05-11[NFC] yaml2obj/yam2elf.cpp whitespace changes: dos2unix removed CRs.Puyan Lotfi1-32/+32
2019-05-10[COFF] Fix .bss section size bug in obj2yaml / yaml2objReid Kleckner1-2/+3
2019-05-07[yaml2obj] - Allow setting st_value explicitly for Symbol.George Rimar1-46/+53
2019-05-07[WebAssembly] Add more test coverage for reloctions against section symbolsSam Clegg1-5/+0
2019-05-02[yaml2obj] - Make interface of `NameToIdxMap` class be human friendly and fix...George Rimar1-77/+78
2019-05-01[yaml2obj] - Report when unknown section is referenced from program header de...George Rimar1-28/+24