summaryrefslogtreecommitdiff
path: root/tools/obj2yaml/coff2yaml.cpp
Commit message (Expand)AuthorAge
* 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