summaryrefslogtreecommitdiffstats
path: root/llvm/tools/obj2yaml
Commit message (Expand)AuthorAgeFilesLines
* obj2yaml, yaml2obj: Add support for COFF executablesDavid Majnemer2014-11-141-13/+72
* [ELF][yaml2obj] Handle additional MIPS specific st_other field flagsSimon Atanasyan2014-11-061-1/+1
* Add accessor to get 'visibility' part of st_other fieldSimon Atanasyan2014-11-051-1/+1
* Object, COFF: Cleanup symbol type code, improve binutils compatibilityDavid Majnemer2014-10-311-1/+1
* obj2yaml, COFF: Handle long section namesDavid Majnemer2014-10-101-5/+5
* MC: Add support for BigObjDavid Majnemer2014-09-151-3/+5
* Added missing LLVM_NOEXCEPT to the definition of _obj2yaml_error_category::nameIsmail Pazarbasi2014-09-111-1/+3
* Object: Add support for bigobjDavid Majnemer2014-09-101-38/+32
* Don't own the buffer in object::Binary.Rafael Espindola2014-08-191-2/+2
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-132-4/+4
* Remove some calls to std::move.Rafael Espindola2014-08-011-2/+2
* Use std::unique_ptr to make the ownership explicit.Rafael Espindola2014-07-311-2/+2
* Install the `obj2yaml` and `yaml2obj` utilities together with other LLVM tools.Simon Atanasyan2014-07-292-4/+1
* Invert the MC -> Object dependency.Rafael Espindola2014-07-032-2/+2
* Remove unused and odd code.Rafael Espindola2014-06-131-9/+0
* Remove 'using std::error_code' from tools.Rafael Espindola2014-06-133-42/+41
* Remove all uses of 'using std::error_code' from headers.Rafael Espindola2014-06-133-3/+4
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* Remove system_error.h.Rafael Espindola2014-06-122-3/+3
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-121-4/+4
* Don't import error_category into the llvm namespace.Rafael Espindola2014-06-122-3/+3
* Don't import error_condition into the llvm namespace.Rafael Espindola2014-06-121-3/+4
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-112-3/+5
* Use an enum class.Rafael Espindola2014-06-112-18/+9
* Mark a few functions noexcept.Rafael Espindola2014-06-101-2/+2
* [yaml2obj][obj2yaml] Support ELF symbol's visibility flags (default/hidden/pr...Simon Atanasyan2014-06-061-0/+1
* There is no std::errc::success, remove the llvm one.Rafael Espindola2014-05-311-1/+1
* [elf2yaml][ELF] Move Info field to the RelocationSection structure. ThisSimon Atanasyan2014-05-291-9/+22
* [yaml2obj][ELF] Add an optional `Size` field to the YAML section declaration.Simon Atanasyan2014-05-161-0/+1
* [obj2yaml] Support ELF input format in the obj2yaml tool.Simon Atanasyan2014-05-144-1/+294
* [obj2yaml] Recognize input file format using llvm::object::ObjectFileSimon Atanasyan2014-05-076-25/+126
* Object: Output .file symbols properlyDavid Majnemer2014-03-201-1/+2
* Object: Abstract out the determination of function line symbolsDavid Majnemer2014-03-201-1/+1
* Object: Provide a richer means of describing auxiliary symbolsDavid Majnemer2014-03-191-1/+111
* [C++11] Change the interface of getCOFF{Section,Relocation,Symbol} to make it...Alexey Samsonov2014-03-181-10/+7
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-2/+1
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-051-1/+1
* Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola2014-02-101-6/+6
* llvm/tools: Prune redundant target_link_libraries.NAKAMURA Takumi2014-01-311-2/+0
* Simplify the handling of iterators in ObjectFile.Rafael Espindola2014-01-301-7/+3
* [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi2013-12-101-1/+4
* Remove several unused variables.Rafael Espindola2013-10-011-1/+0
* Don't link with the archive library programs that don't use it.Rafael Espindola2013-06-171-1/+1
* readobj: Dump PE/COFF optional records.Rui Ueyama2013-06-121-1/+1
* Print symbol names in relocations when dumping COFF as YAML.Rafael Espindola2013-06-061-3/+5
* Move BinaryRef to a new include/llvm/Object/YAML.h file.Rafael Espindola2013-06-051-2/+2
* Remove dead code.Rafael Espindola2013-06-032-44/+0
* Rename COFFYaml.h to COFFYAML.h for consistency.Rafael Espindola2013-05-311-1/+1
* Don't allocate temporary string for section data.Rafael Espindola2013-05-311-18/+2
* Use std::list so that we have a stable iterator.Rafael Espindola2013-05-211-1/+3
OpenPOWER on IntegriCloud