summaryrefslogtreecommitdiff
path: root/tools/yaml2obj
Commit message (Expand)AuthorAge
* [yaml2obj][ELF] Rudimentary symbol table support.Sean Silva2013-06-18
* [yaml2obj][ELF] Add dummy .strtab section.Sean Silva2013-06-18
* [yaml2obj][ELF] Factor out string table section creation.Sean Silva2013-06-18
* [yaml2obj][ELF] Refer specifically to the section header string table.Sean Silva2013-06-18
* [yaml2obj][ELF] Ensure more fields are zero'd.Sean Silva2013-06-18
* [yaml2obj][ELF] Exit with error status on error.Sean Silva2013-06-17
* [yaml2obj] Move some classes into anonymous namespaces.Sean Silva2013-06-15
* [yaml2obj] Add support for sh_link via `Link` key.Sean Silva2013-06-15
* [yaml2obj] Add support for sh_addralign via `AddressAlign` key.Sean Silva2013-06-14
* [yaml2obj] Add support for specifying raw section content.Sean Silva2013-06-13
* [yaml2obj] Add sh_addr via `Address` key.Sean Silva2013-06-13
* [yaml2obj] Initial ELF section support.Sean Silva2013-06-13
* Fix dubious type name similar to member name.Sean Silva2013-06-11
* [yaml2obj] Initial ELF support.Sean Silva2013-06-10
* Print symbol names in relocations when dumping COFF as YAML.Rafael Espindola2013-06-06
* Add BinaryRef binary_size() method.Sean Silva2013-06-05
* Add writeAsBinary(raw_ostream &) method to BinaryRef.Sean Silva2013-06-05
* yaml2obj: split out COFF logic into separate fileSean Silva2013-06-05
* yaml2obj: add -format=<fmt> to choose input YAML interpretationSean Silva2013-06-05
* Rename COFFYaml.h to COFFYAML.h for consistency.Rafael Espindola2013-05-31
* Don't allocate temporary string for section data.Rafael Espindola2013-05-31
* Fix the configure build.Rafael Espindola2013-05-17
* Convert obj2yaml to use yamlio.Rafael Espindola2013-05-17
* Split Alignment out of the Section Characteristics.Rafael Espindola2013-05-06
* Don't compute a std::vector<uint8_t> just to write it out a stream.Rafael Espindola2013-04-25
* Fix typo.Rafael Espindola2013-04-23
* Simplify yaml2obj a bit.Rafael Espindola2013-04-23
* Write relocations in yaml2obj.Rafael Espindola2013-04-23
* Remove COFFYAML::Header.Rafael Espindola2013-04-20
* Remove COFFYAML::Relocation.Rafael Espindola2013-04-19
* Move yaml2obj to tools too.Rafael Espindola2013-04-05