summaryrefslogtreecommitdiff
path: root/tools/obj2yaml
Commit message (Expand)AuthorAge
* 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
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-05
* Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola2014-02-10
* llvm/tools: Prune redundant target_link_libraries.NAKAMURA Takumi2014-01-31
* Simplify the handling of iterators in ObjectFile.Rafael Espindola2014-01-30
* [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi2013-12-10
* 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