summaryrefslogtreecommitdiffstats
path: root/llvm/tools/yaml2obj/yaml2obj.cpp
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-071-31/+8
* Revert "[yaml2obj] Move core yaml2obj code into lib and include for use in un...Dmitri Gribenko2019-08-061-8/+31
* [yaml2obj] Move core yaml2obj code into lib and include for use in unit testsAlex Brachet2019-08-061-31/+8
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* [yaml2obj] - Don't crash on invalid inputs.George Rimar2019-04-251-5/+1
* [yaml2obj] Fixing opening empty yaml files.Puyan Lotfi2019-03-281-1/+4
* [ObjectYAML] Add basic minidump generation supportPavel Labath2019-03-221-0/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Define InitLLVM to do common initialization all at once.Rui Ueyama2018-04-131-6/+2
* Avoid int to string conversion in Twine or raw_ostream contexts.Benjamin Kramer2017-12-281-1/+1
* [Support] Rename tool_output_file to ToolOutputFile, NFCReid Kleckner2017-09-231-2/+2
* Try to fix uninitialized read reported by msan.Zachary Turner2017-06-151-0/+1
* [yaml2obj] Factor out error handling code.Davide Italiano2017-04-051-15/+12
* [yaml2obj] Improve error message when output file cannot be opened.Davide Italiano2017-04-051-1/+2
* [WebAssembly] Improve support for WebAssembly binary formatDerek Schuff2017-03-301-0/+2
* [yaml2obj] Remove --format option in favor of YAML tagsChris Bieneman2016-06-271-42/+20
* Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith2016-06-091-1/+1
* Initial add for MachO support for yaml2objChris Bieneman2016-05-111-1/+5
* Make helper functions static.Benjamin Kramer2015-03-091-1/+2
* Modernize raw_fd_ostream's constructor a bit.Rafael Espindola2014-08-251-4/+4
* Update the MemoryBuffer API to use ErrorOr.Rafael Espindola2014-07-061-3/+4
* Remove system_error.h.Rafael Espindola2014-06-121-2/+2
* [yaml2obj] Add new command line option `-docnum`.Simon Atanasyan2014-05-311-4/+29
* [yaml2obj] Add "-o" command line option to specify an output file name.Simon Atanasyan2014-05-151-7/+27
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-2/+1
* [yaml2obj] Initial ELF support.Sean Silva2013-06-101-1/+5
* yaml2obj: split out COFF logic into separate fileSean Silva2013-06-051-287/+2
* yaml2obj: add -format=<fmt> to choose input YAML interpretationSean Silva2013-06-051-11/+39
* Rename COFFYaml.h to COFFYAML.h for consistency.Rafael Espindola2013-05-311-1/+1
* Don't allocate temporary string for section data.Rafael Espindola2013-05-311-7/+10
* Convert obj2yaml to use yamlio.Rafael Espindola2013-05-171-360/+1
* Split Alignment out of the Section Characteristics.Rafael Espindola2013-05-061-14/+4
* Don't compute a std::vector<uint8_t> just to write it out a stream.Rafael Espindola2013-04-251-83/+17
* Fix typo.Rafael Espindola2013-04-231-7/+7
* Simplify yaml2obj a bit.Rafael Espindola2013-04-231-105/+112
* Write relocations in yaml2obj.Rafael Espindola2013-04-231-0/+13
* Remove COFFYAML::Header.Rafael Espindola2013-04-201-17/+38
* Remove COFFYAML::Relocation.Rafael Espindola2013-04-191-11/+19
* Move yaml2obj to tools too.Rafael Espindola2013-04-051-0/+707
OpenPOWER on IntegriCloud