aboutsummaryrefslogtreecommitdiff
path: root/tools/yaml2obj/yaml2obj.cpp
AgeCommit message (Expand)Author
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
2013-04-23Write relocations in yaml2obj.Rafael Espindola
2013-04-20Remove COFFYAML::Header.Rafael Espindola
2013-04-19Remove COFFYAML::Relocation.Rafael Espindola
2013-04-05Move yaml2obj to tools too.Rafael Espindola