aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-readobj/ELFDumper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-0/+1
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-3/+4
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-2/+4
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-53/+283
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-3/+91
* Update to LLVM 3.5a.Stephen Hines2014-04-241-19/+100
* Add support for DT_VERxxx and DT_MIPS_xxx .dynamic section entries to theSimon Atanasyan2013-11-111-0/+22
* [Mips] Teach llvm-readobj to print MIPS-specific ELF program headers.Simon Atanasyan2013-10-071-21/+38
* Remove several unused variables.Rafael Espindola2013-10-011-5/+0
* 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