summaryrefslogtreecommitdiff
path: root/tools/obj2yaml/coff2yaml.cpp
Commit message (Expand)AuthorAge
* Remove 'using std::error_code' from tools.Rafael Espindola2014-06-13
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* [obj2yaml] Recognize input file format using llvm::object::ObjectFileSimon Atanasyan2014-05-07
* Object: Output .file symbols properlyDavid Majnemer2014-03-20
* Object: Abstract out the determination of function line symbolsDavid Majnemer2014-03-20
* Object: Provide a richer means of describing auxiliary symbolsDavid Majnemer2014-03-19
* [C++11] Change the interface of getCOFF{Section,Relocation,Symbol} to make it...Alexey Samsonov2014-03-18
* Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola2014-02-10
* Simplify the handling of iterators in ObjectFile.Rafael Espindola2014-01-30
* Remove several unused variables.Rafael Espindola2013-10-01
* readobj: Dump PE/COFF optional records.Rui Ueyama2013-06-12
* Print symbol names in relocations when dumping COFF as YAML.Rafael Espindola2013-06-06
* Move BinaryRef to a new include/llvm/Object/YAML.h file.Rafael Espindola2013-06-05
* Rename COFFYaml.h to COFFYAML.h for consistency.Rafael Espindola2013-05-31
* Don't allocate temporary string for section data.Rafael Espindola2013-05-31
* Use std::list so that we have a stable iterator.Rafael Espindola2013-05-21
* Convert obj2yaml to use yamlio.Rafael Espindola2013-05-17
* Remove dead code.Rafael Espindola2013-04-20
* These can be void.Rafael Espindola2013-04-20
* Rename obj2yaml local namespace to avoid conflicts with llvm::yaml.Rafael Espindola2013-04-20
* Remove local namespace yaml to avoid confusion with llvm::yaml.Rafael Espindola2013-04-20
* Small obj2yaml cleanups.Rafael Espindola2013-04-20
* Remove a global 'endl' variable from the other file as well.Chandler Carruth2013-04-08
* Move obj2yaml to tools to sort out make's dependencies.Rafael Espindola2013-04-05