summaryrefslogtreecommitdiff
path: root/tools/yaml2obj/yaml2coff.cpp
AgeCommit message (Expand)Author
2017-12-06Update obj2yaml and yaml2obj for .debug$H section.Zachary Turner
2017-06-14Resubmit "[codeview] Make obj2yaml/yaml2obj support .debug$S..."Zachary Turner
2017-06-14Revert "[codeview] Make obj2yaml/yaml2obj support .debug$S..."Zachary Turner
2017-06-14Fix some more errors.Zachary Turner
2017-06-14[codeview] Make obj2yaml/yaml2obj support .debug$S/T sections.Zachary Turner
2016-06-27[yaml2obj] Remove --format option in favor of YAML tagsChris Bieneman
2016-04-18[NFC] Header cleanupMehdi Amini
2016-03-17[yaml2obj, COFF] Correctly handle section alignmentDavid Majnemer
2016-03-01Move ObjectYAML code to a new library.Rafael Espindola
2016-01-14Update to use new name alignTo().Rui Ueyama
2015-04-11Mark empty default constructors as =default if it makes the type PODBenjamin Kramer
2015-03-09Make helper functions static.Benjamin Kramer
2015-01-14[cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth
2014-11-15yaml2obj, COFF: Consider the DOS stub when laying out section headersDavid Majnemer
2014-11-14yaml2obj, COFF: Correctly calculate SizeOfImage and SizeOfHeadersDavid Majnemer
2014-11-14obj2yaml, yaml2obj: Add support for COFF executablesDavid Majnemer
2014-10-22Fixing a -Wsign-compare warning; NFC.Aaron Ballman
2014-09-16yaml2obj: Support bigobjDavid Majnemer
2014-09-15MC: Add support for BigObjDavid Majnemer
2014-05-31[yaml2obj] Add new command line option `-docnum`.Simon Atanasyan
2014-03-19Object: Provide a richer means of describing auxiliary symbolsDavid Majnemer
2013-10-12yaml2coff/elf: Touchup for compatibility.Will Dietz
2013-06-06Print symbol names in relocations when dumping COFF as YAML.Rafael Espindola
2013-06-05Add BinaryRef binary_size() method.Sean Silva
2013-06-05Add writeAsBinary(raw_ostream &) method to BinaryRef.Sean Silva
2013-06-05yaml2obj: split out COFF logic into separate fileSean Silva