summaryrefslogtreecommitdiff
path: root/tools/obj2yaml
Commit message (Expand)AuthorAge
* Remove unused and odd code.Rafael Espindola2014-06-13
* Remove 'using std::error_code' from tools.Rafael Espindola2014-06-13
* Remove all uses of 'using std::error_code' from headers.Rafael Espindola2014-06-13
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* Remove system_error.h.Rafael Espindola2014-06-12
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-12
* Don't import error_category into the llvm namespace.Rafael Espindola2014-06-12
* Don't import error_condition into the llvm namespace.Rafael Espindola2014-06-12
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-11
* Use an enum class.Rafael Espindola2014-06-11
* Mark a few functions noexcept.Rafael Espindola2014-06-10
* [yaml2obj][obj2yaml] Support ELF symbol's visibility flags (default/hidden/pr...Simon Atanasyan2014-06-06
* There is no std::errc::success, remove the llvm one.Rafael Espindola2014-05-31
* [elf2yaml][ELF] Move Info field to the RelocationSection structure. ThisSimon Atanasyan2014-05-29
* [yaml2obj][ELF] Add an optional `Size` field to the YAML section declaration.Simon Atanasyan2014-05-16
* [obj2yaml] Support ELF input format in the obj2yaml tool.Simon Atanasyan2014-05-14
* [obj2yaml] Recognize input file format using llvm::object::ObjectFileSimon Atanasyan2014-05-07
* 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