Return ErrorOr from SymbolRef::getName.
[oota-llvm.git] / tools / obj2yaml / coff2yaml.cpp
2015-07-02 Rafael EspindolaReturn ErrorOr from SymbolRef::getName.
2015-06-09 Rui UeyamaRemove object_error::success and use std::error_code...
2014-11-14 David Majnemerobj2yaml, yaml2obj: Add support for COFF executables
2014-10-31 David MajnemerObject, COFF: Cleanup symbol type code, improve binutil...
2014-10-10 David Majnemerobj2yaml, COFF: Handle long section names
2014-09-15 David MajnemerMC: Add support for BigObj
2014-09-10 David MajnemerObject: Add support for bigobj
2014-07-03 Rafael EspindolaInvert the MC -> Object dependency.
2014-06-13 Rafael EspindolaRemove 'using std::error_code' from tools.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-05-07 Simon Atanasyan[obj2yaml] Recognize input file format using llvm:...
2014-03-20 David MajnemerObject: Output .file symbols properly
2014-03-20 David MajnemerObject: Abstract out the determination of function...
2014-03-19 David MajnemerObject: Provide a richer means of describing auxiliary...
2014-03-18 Alexey Samsonov[C++11] Change the interface of getCOFF{Section,Relocat...
2014-02-10 Rafael EspindolaChange the begin and end methods in ObjectFile to match...
2014-01-30 Rafael EspindolaSimplify the handling of iterators in ObjectFile.
2013-10-01 Rafael EspindolaRemove several unused variables.
2013-06-12 Rui Ueyamareadobj: Dump PE/COFF optional records.
2013-06-06 Rafael EspindolaPrint symbol names in relocations when dumping COFF...
2013-06-05 Rafael EspindolaMove BinaryRef to a new include/llvm/Object/YAML.h...
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-21 Rafael EspindolaUse std::list so that we have a stable iterator.
2013-05-17 Rafael EspindolaConvert obj2yaml to use yamlio.
2013-04-20 Rafael EspindolaRemove dead code.
2013-04-20 Rafael EspindolaThese can be void.
2013-04-20 Rafael EspindolaRename obj2yaml local namespace to avoid conflicts...
2013-04-20 Rafael EspindolaRemove local namespace yaml to avoid confusion with...
2013-04-20 Rafael EspindolaSmall obj2yaml cleanups.
2013-04-08 Chandler CarruthRemove a global 'endl' variable from the other file...
2013-04-05 Rafael EspindolaMove obj2yaml to tools to sort out make's dependencies.