summaryrefslogtreecommitdiff
path: root/llvm/tools/yaml2obj
AgeCommit message (Expand)Author
2025-09-18[llvm][clang] Pass VFS to `llvm::cl` command line handling (#159174)Jan Svoboda
2025-07-08[llvm] add ProfileData to yaml2obj and obj2yaml LLVM_LINK_COMPONENTS (#147344)Andrew Rogers
2025-06-19[yaml2obj] Report error when the input filename does not existFangrui Song
2025-04-17[yaml2obj] Fix shared build. NFCMichael Liao
2025-03-03[NFC]Make file-local cl::opt global variables static (#126486)chrisPyr
2024-05-01[z/OS] treat text files as text files so auto-conversion is done (#90128)Sean Perry
2023-12-11[llvm] Use StringRef::{starts,ends}_with (NFC) (#74956)Kazu Hirata
2022-12-06[YAML] Convert Optional to std::optionalKrzysztof Parzyszek
2022-11-26[yaml2obj] Use std::optional in yaml2obj.cpp (NFC)Kazu Hirata
2022-08-02[yaml2obj] Add a `-E` flag to preprocess only.Simon Tatham
2021-11-24Have yaml2obj describe all options in --helpPaul Robinson
2020-10-19[llvm] Make obj2yaml and yaml2obj LLVM utilities instead of toolsJonas Devlieghere
2020-06-30[yaml2obj] - Add a way to set default values for macros used in a YAML.Georgii Rymar
2020-06-10[yaml2obj] - Introduce a 10 Mb limit of the output by default and a --max-siz...Georgii Rymar
2020-02-07[yaml2obj] Add -D k=v to preprocess the input YAMLFangrui Song
2020-02-06[yaml2obj] Refactor command line parsingFangrui Song
2020-01-31[yaml2obj] Internlize DocNum. NFCFangrui Song
2019-09-13[yaml2obj/ObjectYAML] - Cleanup the error reporting API, add custom errors ha...George Rimar
2019-08-07[yaml2obj] Move core yaml2obj code into lib and include for use in unit testsAlex Brachet
2019-08-06Revert "[yaml2obj] Move core yaml2obj code into lib and include for use in un...Dmitri Gribenko
2019-08-06[yaml2obj] Move core yaml2obj code into lib and include for use in unit testsAlex Brachet
2019-08-05[yaml2obj] - Allow overriding sh_entsize for SHT_GNU_versym sections.George Rimar
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song
2019-07-25Recommit "rL366894: [yaml2obj] - Allow custom fields for the SHT_UNDEF sectio...George Rimar
2019-07-24Revert "[yaml2obj] - Allow custom fields for the SHT_UNDEF sections."JF Bastien
2019-07-24[yaml2obj] - Allow custom fields for the SHT_UNDEF sections.George Rimar
2019-07-24Recommit rr366796 "[Object/ELF.h] - Improve testing of the fields in ELFFile<...George Rimar
2019-07-23Revert "[Object/ELF.h] - Improve testing of the fields in ELFFile<ELFT>::sect...Vlad Tsyrklevich
2019-07-23[Object/ELF.h] - Improve testing of the fields in ELFFile<ELFT>::sections().George Rimar
2019-07-23[yaml2obj] - Add a support for defining null sections in YAMLs.George Rimar
2019-07-23[yaml2elf] - Treat the SHN_UNDEF section as kind of regular section.George Rimar
2019-07-22[yaml2obj] - Change how we handle implicit sections.George Rimar
2019-07-11[yaml2obj] - Allow overriding the sh_size field.George Rimar
2019-07-02[yaml2obj] - Allow overriding sh_offset field from the YAML.George Rimar
2019-06-27[yaml2obj] - Allow overriding e_shentsize, e_shoff, e_shnum and e_shstrndx fi...George Rimar
2019-06-25[yaml2obj/obj2yaml] - Allow having the symbols and sections with duplicated n...George Rimar
2019-06-20[yaml2obj] - Convert `ELFState<ELFT>::addSymbols` method to `toELFSymbols` he...George Rimar
2019-06-19[yaml2obj/obj2yaml] - Make RawContentSection::Info Optional<>George Rimar
2019-06-17[yaml2obj][MachO] Don't fill dummy data for virtual sectionsSeiya Nuta
2019-06-14Revert "Revert r363377: [yaml2obj] - Allow setting custom section types for i...George Rimar
2019-06-14Revert r363377: [yaml2obj] - Allow setting custom section types for implicit ...Rui Ueyama
2019-06-14[yaml2obj] - Allow setting custom section types for implicit sections.George Rimar
2019-06-14[yaml2obj] - Allow setting the custom Address for .strtabGeorge Rimar
2019-06-14[yaml2obj] - Allow setting cutom Flags for implicit sections.George Rimar
2019-06-11[yaml2elf] - Check we are able to set custom sh_link for .symtab/.dynsymGeorge Rimar
2019-06-10[yaml2obj/obj2yaml] - Make RawContentSection::Content and RawContentSection::...George Rimar
2019-06-10[yaml2obj] - Do not assert when .dynsym is specified explicitly, but .dynstr ...George Rimar
2019-06-10[yaml2obj] - Remove helper methods that are probably excessive. NFC.George Rimar
2019-06-07[yaml2elf] - Refactoring followup for D62809George Rimar
2019-06-05[yaml2obj] - Change how we handle implicit sections.George Rimar