summaryrefslogtreecommitdiffstats
path: root/llvm/tools/yaml2obj/yaml2coff.cpp
Commit message (Expand)AuthorAgeFilesLines
* [yaml2obj] Move core yaml2obj code into lib and include for use in unit testsAlex Brachet2019-08-071-616/+0
* Revert "[yaml2obj] Move core yaml2obj code into lib and include for use in un...Dmitri Gribenko2019-08-061-0/+616
* [yaml2obj] Move core yaml2obj code into lib and include for use in unit testsAlex Brachet2019-08-061-616/+0
* [COFF] Fix .bss section size bug in obj2yaml / yaml2objReid Kleckner2019-05-101-2/+3
* [yaml2obj] Replace num_zeros with write_zerosFangrui Song2019-04-241-35/+24
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ObjectYAML] [COFF] Support multiple symbols with the same nameMartin Storsjo2019-01-071-1/+10
* [yaml2obj] Treat COFF/ARM64 as a 64 bit architectureMartin Storsjo2018-11-271-1/+2
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* [Debuginfo][COFF] Minimal serialization support for precompiled types recordsAlexandre Ganea2018-04-091-1/+4
* Update obj2yaml and yaml2obj for .debug$H section.Zachary Turner2017-12-061-0/+3
* 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