summaryrefslogtreecommitdiff
path: root/tools/obj2yaml
AgeCommit message (Expand)AuthorFilesLines
2013-12-10[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi1-1/+4
2013-10-01Remove several unused variables.Rafael Espindola1-1/+0
2013-06-17Don't link with the archive library programs that don't use it.Rafael Espindola1-1/+1
2013-06-12readobj: Dump PE/COFF optional records.Rui Ueyama1-1/+1
2013-06-06Print symbol names in relocations when dumping COFF as YAML.Rafael Espindola1-3/+5
2013-06-05Move BinaryRef to a new include/llvm/Object/YAML.h file.Rafael Espindola1-2/+2
2013-06-03Remove dead code.Rafael Espindola2-44/+0
2013-05-31Rename COFFYaml.h to COFFYAML.h for consistency.Rafael Espindola1-1/+1
2013-05-31Don't allocate temporary string for section data.Rafael Espindola1-18/+2
2013-05-21Use std::list so that we have a stable iterator.Rafael Espindola1-1/+3
2013-05-17Convert obj2yaml to use yamlio.Rafael Espindola1-305/+83
2013-04-20Remove dead code.Rafael Espindola1-4/+0
2013-04-20These can be void.Rafael Espindola1-12/+7
2013-04-20Rename obj2yaml local namespace to avoid conflicts with llvm::yaml.Rafael Espindola3-7/+7
2013-04-20Remove local namespace yaml to avoid confusion with llvm::yaml.Rafael Espindola1-8/+6
2013-04-20Small obj2yaml cleanups.Rafael Espindola1-69/+76
2013-04-08Remove a global 'endl' variable from the other file as well.Chandler Carruth1-25/+22
2013-04-08Clean up namespaces in obj2yaml.cpp.Chandler Carruth1-11/+12
2013-04-08Cleanup the formatting of obj2yaml.cpp.Chandler Carruth1-22/+23
2013-04-08Don't define our own global 'endl' variable. While technically it hadChandler Carruth1-5/+3
2013-04-05Fix include guards to match new location.Rafael Espindola1-2/+2
2013-04-05Move obj2yaml to tools to sort out make's dependencies.Rafael Espindola5-0/+508