[uselistorder] Insert blank line, NFC
[oota-llvm.git] / tools / yaml2obj / yaml2coff.cpp
2015-04-11 Benjamin KramerMark empty default constructors as =default if it makes...
2015-03-09 Benjamin KramerMake helper functions static.
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-11-15 David Majnemeryaml2obj, COFF: Consider the DOS stub when laying out...
2014-11-14 David Majnemeryaml2obj, COFF: Correctly calculate SizeOfImage and...
2014-11-14 David Majnemerobj2yaml, yaml2obj: Add support for COFF executables
2014-10-22 Aaron BallmanFixing a -Wsign-compare warning; NFC.
2014-09-16 David Majnemeryaml2obj: Support bigobj
2014-09-15 David MajnemerMC: Add support for BigObj
2014-05-31 Simon Atanasyan[yaml2obj] Add new command line option `-docnum`.
2014-03-19 David MajnemerObject: Provide a richer means of describing auxiliary...
2013-10-12 Will Dietzyaml2coff/elf: Touchup for compatibility.
2013-06-06 Rafael EspindolaPrint symbol names in relocations when dumping COFF...
2013-06-05 Sean SilvaAdd BinaryRef binary_size() method.
2013-06-05 Sean SilvaAdd writeAsBinary(raw_ostream &) method to BinaryRef.
2013-06-05 Sean Silvayaml2obj: split out COFF logic into separate file