aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-readobj/ELFDumper.cpp
Commit message (Expand)AuthorAgeFilesLines
* ELF: Add support for the exclude section bit for gas compat.Benjamin Kramer2013-09-151-0/+1
* Print string value for DT_RPATH and DT_RUNPATH.Joerg Sonnenberger2013-09-031-0/+4
* [Object] Split the ELF interface into 3 parts.Michael J. Spencer2013-08-081-173/+127
* Remove the mblaze backend from llvm.Rafael Espindola2013-07-251-3/+1
* Handle relocations that don't point to symbols.Rafael Espindola2013-06-051-3/+3
* Introduce convenience typedefs for the 4 ELF object types.Rafael Espindola2013-05-091-26/+16
* Change getRelocationAdditionalInfo to be ELF only.Rafael Espindola2013-05-091-4/+4
* Revert r181009.Amara Emerson2013-05-031-63/+0
* Add support for reading ARM ELF build attributes.Amara Emerson2013-05-031-0/+63
* Clarify getRelocationAddress x getRelocationOffset a bit.Rafael Espindola2013-04-251-1/+5
* llvm-readobj: Do not print NULL StringRefsNico Rieck2013-04-221-3/+3
* Teach llvm-readobj to print ELF program headersNico Rieck2013-04-121-5/+51
* Add -expand-relocs to llvm-readobjNico Rieck2013-04-121-6/+16
* Implements low-level object file format specific output for COFF andEric Christopher2013-04-031-0/+800