summaryrefslogtreecommitdiffstats
path: root/llvm/tools/obj2yaml/coff2yaml.cpp
Commit message (Expand)AuthorAgeFilesLines
* Object: Output .file symbols properlyDavid Majnemer2014-03-201-1/+2
* Object: Abstract out the determination of function line symbolsDavid Majnemer2014-03-201-1/+1
* Object: Provide a richer means of describing auxiliary symbolsDavid Majnemer2014-03-191-1/+111
* [C++11] Change the interface of getCOFF{Section,Relocation,Symbol} to make it...Alexey Samsonov2014-03-181-10/+7
* Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola2014-02-101-6/+6
* Simplify the handling of iterators in ObjectFile.Rafael Espindola2014-01-301-7/+3
* Remove several unused variables.Rafael Espindola2013-10-011-1/+0
* readobj: Dump PE/COFF optional records.Rui Ueyama2013-06-121-1/+1
* Print symbol names in relocations when dumping COFF as YAML.Rafael Espindola2013-06-061-3/+5
* Move BinaryRef to a new include/llvm/Object/YAML.h file.Rafael Espindola2013-06-051-2/+2
* Rename COFFYaml.h to COFFYAML.h for consistency.Rafael Espindola2013-05-311-1/+1
* Don't allocate temporary string for section data.Rafael Espindola2013-05-311-18/+2
* Use std::list so that we have a stable iterator.Rafael Espindola2013-05-211-1/+3
* Convert obj2yaml to use yamlio.Rafael Espindola2013-05-171-305/+83
* Remove dead code.Rafael Espindola2013-04-201-4/+0
* These can be void.Rafael Espindola2013-04-201-12/+7
* Rename obj2yaml local namespace to avoid conflicts with llvm::yaml.Rafael Espindola2013-04-201-5/+5
* Remove local namespace yaml to avoid confusion with llvm::yaml.Rafael Espindola2013-04-201-8/+6
* Small obj2yaml cleanups.Rafael Espindola2013-04-201-69/+76
* Remove a global 'endl' variable from the other file as well.Chandler Carruth2013-04-081-25/+22
* Move obj2yaml to tools to sort out make's dependencies.Rafael Espindola2013-04-051-0/+361
OpenPOWER on IntegriCloud