summaryrefslogtreecommitdiffstats
path: root/llvm/tools/yaml2obj/yaml2coff.cpp
Commit message (Expand)AuthorAgeFilesLines
* Resubmit "[codeview] Make obj2yaml/yaml2obj support .debug$S..."Zachary Turner2017-06-141-0/+56
* Revert "[codeview] Make obj2yaml/yaml2obj support .debug$S..."Zachary Turner2017-06-141-56/+0
* Fix some more errors.Zachary Turner2017-06-141-27/+0
* [codeview] Make obj2yaml/yaml2obj support .debug$S/T sections.Zachary Turner2017-06-141-0/+83
* [yaml2obj] Remove --format option in favor of YAML tagsChris Bieneman2016-06-271-9/+2
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* [yaml2obj, COFF] Correctly handle section alignmentDavid Majnemer2016-03-171-2/+12
* Move ObjectYAML code to a new library.Rafael Espindola2016-03-011-1/+1
* Update to use new name alignTo().Rui Ueyama2016-01-141-9/+7
* Mark empty default constructors as =default if it makes the type PODBenjamin Kramer2015-04-111-4/+1
* Make helper functions static.Benjamin Kramer2015-03-091-1/+1
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-2/+2
* yaml2obj, COFF: Consider the DOS stub when laying out section headersDavid Majnemer2014-11-151-2/+12
* yaml2obj, COFF: Correctly calculate SizeOfImage and SizeOfHeadersDavid Majnemer2014-11-141-9/+16
* obj2yaml, yaml2obj: Add support for COFF executablesDavid Majnemer2014-11-141-31/+165
* Fixing a -Wsign-compare warning; NFC.Aaron Ballman2014-10-221-1/+2
* yaml2obj: Support bigobjDavid Majnemer2014-09-161-21/+73
* MC: Add support for BigObjDavid Majnemer2014-09-151-9/+10
* [yaml2obj] Add new command line option `-docnum`.Simon Atanasyan2014-05-311-2/+1
* Object: Provide a richer means of describing auxiliary symbolsDavid Majnemer2014-03-191-8/+74
* yaml2coff/elf: Touchup for compatibility.Will Dietz2013-10-121-1/+1
* 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-051-0/+306
OpenPOWER on IntegriCloud