aboutsummaryrefslogtreecommitdiffstats
path: root/tools/yaml2obj
Commit message (Expand)AuthorAgeFilesLines
* Fix dubious type name similar to member name.Sean Silva2013-06-111-1/+1
* [yaml2obj] Initial ELF support.Sean Silva2013-06-104-1/+85
* Print symbol names in relocations when dumping COFF as YAML.Rafael Espindola2013-06-061-2/+12
* Add BinaryRef binary_size() method.Sean Silva2013-06-051-4/+3
* Add writeAsBinary(raw_ostream &) method to BinaryRef.Sean Silva2013-06-051-29/+2
* yaml2obj: split out COFF logic into separate fileSean Silva2013-06-054-287/+330
* 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
* Fix the configure build.Rafael Espindola2013-05-171-1/+1
* Convert obj2yaml to use yamlio.Rafael Espindola2013-05-172-360/+3
* 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-053-0/+732