summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-readobj/ELFDumper.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Mips] Support SHT_MIPS_ABIFLAGS section type flag in the llvm-readobj,Simon Atanasyan2014-07-131-0/+1
* [llvm-readobj] Fix output of MIPS GOT without local and global entries.Simon Atanasyan2014-07-051-1/+1
* [llvm-readobj] Fix member functions name style.Simon Atanasyan2014-06-181-13/+13
* [llvm-readobj] Fix compile error.Simon Atanasyan2014-06-181-1/+1
* [llvm-readobj][ELF] New `-mips-plt-got` command line option to outputSimon Atanasyan2014-06-181-0/+217
* Remove 'using std::error_code' from tools.Rafael Espindola2014-06-131-6/+6
* Remove all uses of 'using std::error_code' from headers.Rafael Espindola2014-06-131-0/+1
* [llvm-readobj][ELF] Factor out the code retrieve ELF symbol informationSimon Atanasyan2014-06-101-35/+50
* [Object][ELF] Range-based loop simplification.Simon Atanasyan2014-06-041-13/+10
* [Mips] Add more relocation types and MIPS specific e_flags constants.Simon Atanasyan2014-05-201-1/+3
* [llvm-readobj] Print values of FLAGS and MIPS_FLAGS dynamic table tagsSimon Atanasyan2014-05-111-1/+61
* [llvm-readobj] Transform 'switch' with the only 'case' statementSimon Atanasyan2014-05-011-5/+2
* [llvm-readobj] Add support for Mips specific ELF header e_flags.Simon Atanasyan2014-05-011-1/+29
* [C++] Use 'nullptr'. Tools edition.Craig Topper2014-04-251-1/+2
* Create .symtab_shndxr only when needed.Rafael Espindola2014-03-251-2/+4
* Teach llvm-readobj to print human friendly description of reserved sections.Rafael Espindola2014-03-241-2/+22
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-081-12/+12
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-4/+3
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-021-12/+12
* tools: remove unnecessary typenameSaleem Abdulrasool2014-01-301-2/+2
* tools: add support for decoding ARM attributesSaleem Abdulrasool2014-01-301-0/+44
* Re-sort #include lines again, prior to moving headers around.Chandler Carruth2014-01-131-2/+1
* Use getError and remove the error_code operator.Rafael Espindola2014-01-081-2/+2
* llvm-readobj: add support for ARM EHABI unwind infoSaleem Abdulrasool2014-01-081-0/+13
* [Mips] Add support for DT_MIPS_RLD_MAP and DT_MIPS_PLTGOT dynamicSimon Atanasyan2014-01-051-0/+4
* 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
OpenPOWER on IntegriCloud