summaryrefslogtreecommitdiff
path: root/tools/obj2yaml
Commit message (Expand)AuthorAge
* Remove several unused variables.Rafael Espindola2013-10-01
* Don't link with the archive library programs that don't use it.Rafael Espindola2013-06-17
* 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
* Remove dead code.Rafael Espindola2013-06-03
* 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
* Clean up namespaces in obj2yaml.cpp.Chandler Carruth2013-04-08
* Cleanup the formatting of obj2yaml.cpp.Chandler Carruth2013-04-08
* Don't define our own global 'endl' variable. While technically it hadChandler Carruth2013-04-08
* Fix include guards to match new location.Rafael Espindola2013-04-05
* Move obj2yaml to tools to sort out make's dependencies.Rafael Espindola2013-04-05