summaryrefslogtreecommitdiff
path: root/llvm/tools/yaml2obj/yaml2obj.cpp
AgeCommit message (Expand)Author
2025-09-18[llvm][clang] Pass VFS to `llvm::cl` command line handling (#159174)Jan Svoboda
2025-06-19[yaml2obj] Report error when the input filename does not existFangrui Song
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-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-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song
2019-04-25[yaml2obj] - Don't crash on invalid inputs.George Rimar
2019-03-28[yaml2obj] Fixing opening empty yaml files.Puyan Lotfi
2019-03-22[ObjectYAML] Add basic minidump generation supportPavel Labath
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-04-13Define InitLLVM to do common initialization all at once.Rui Ueyama
2017-12-28Avoid int to string conversion in Twine or raw_ostream contexts.Benjamin Kramer
2017-09-23[Support] Rename tool_output_file to ToolOutputFile, NFCReid Kleckner
2017-06-15Try to fix uninitialized read reported by msan.Zachary Turner
2017-04-05[yaml2obj] Factor out error handling code.Davide Italiano
2017-04-05[yaml2obj] Improve error message when output file cannot be opened.Davide Italiano
2017-03-30[WebAssembly] Improve support for WebAssembly binary formatDerek Schuff
2016-06-27[yaml2obj] Remove --format option in favor of YAML tagsChris Bieneman
2016-06-09Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith
2016-05-11Initial add for MachO support for yaml2objChris Bieneman
2015-03-09Make helper functions static.Benjamin Kramer
2014-08-25Modernize raw_fd_ostream's constructor a bit.Rafael Espindola
2014-07-06Update the MemoryBuffer API to use ErrorOr.Rafael Espindola
2014-06-12Remove system_error.h.Rafael Espindola
2014-05-31[yaml2obj] Add new command line option `-docnum`.Simon Atanasyan
2014-05-15[yaml2obj] Add "-o" command line option to specify an output file name.Simon Atanasyan
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles
2013-06-10[yaml2obj] Initial ELF support.Sean Silva
2013-06-05yaml2obj: split out COFF logic into separate fileSean Silva
2013-06-05yaml2obj: add -format=<fmt> to choose input YAML interpretationSean Silva
2013-05-31Rename COFFYaml.h to COFFYAML.h for consistency.Rafael Espindola
2013-05-31Don't allocate temporary string for section data.Rafael Espindola
2013-05-17Convert obj2yaml to use yamlio.Rafael Espindola
2013-05-06Split Alignment out of the Section Characteristics.Rafael Espindola
2013-04-25Don't compute a std::vector<uint8_t> just to write it out a stream.Rafael Espindola
2013-04-23Fix typo.Rafael Espindola
2013-04-23Simplify yaml2obj a bit.Rafael Espindola