ReleaseNotes: new Win EH instructions; by David Majnemer
[oota-llvm.git] / tools / yaml2obj / yaml2obj.cpp
2015-03-09 Benjamin KramerMake helper functions static.
2014-08-25 Rafael EspindolaModernize raw_fd_ostream's constructor a bit.
2014-07-06 Rafael EspindolaUpdate the MemoryBuffer API to use ErrorOr.
2014-06-12 Rafael EspindolaRemove system_error.h.
2014-05-31 Simon Atanasyan[yaml2obj] Add new command line option `-docnum`.
2014-05-15 Simon Atanasyan[yaml2obj] Add "-o" command line option to specify...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2013-06-10 Sean Silva[yaml2obj] Initial ELF support.
2013-06-05 Sean Silvayaml2obj: split out COFF logic into separate file
2013-06-05 Sean Silvayaml2obj: add -format=<fmt> to choose input YAML interp...
2013-05-31 Rafael EspindolaRename COFFYaml.h to COFFYAML.h for consistency.
2013-05-31 Rafael EspindolaDon't allocate temporary string for section data.
2013-05-17 Rafael EspindolaConvert obj2yaml to use yamlio.
2013-05-06 Rafael EspindolaSplit Alignment out of the Section Characteristics.
2013-04-25 Rafael EspindolaDon't compute a std::vector<uint8_t> just to write...
2013-04-23 Rafael EspindolaFix typo.
2013-04-23 Rafael EspindolaSimplify yaml2obj a bit.
2013-04-23 Rafael EspindolaWrite relocations in yaml2obj.
2013-04-20 Rafael EspindolaRemove COFFYAML::Header.
2013-04-19 Rafael EspindolaRemove COFFYAML::Relocation.
2013-04-05 Rafael EspindolaMove yaml2obj to tools too.