summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-readobj
Commit message (Expand)AuthorAgeFilesLines
* 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
* Object: Provide a richer means of describing auxiliary symbolsDavid Majnemer2014-03-191-18/+5
* Object: Move auxiliary symbol definitions from llvm-readobjDavid Majnemer2014-03-191-26/+7
* Object/COFF: Add function to check if section number is reserved one.Rui Ueyama2014-03-181-1/+1
* [C++11] Change the interface of getCOFF{Section,Relocation,Symbol} to make it...Alexey Samsonov2014-03-181-51/+40
* [C++11] Introduce ObjectFile::symbols() to use range-based loops.Alexey Samsonov2014-03-171-27/+24
* llvm-readobj: Print referred symbol name for CLR token definitionNico Rieck2014-03-171-1/+10
* llvm-readobj: Add test for COFF auxiliary symbols as used by C++/CLINico Rieck2014-03-171-1/+3
* Support: Make error_category's constructor publicJustin Bogner2014-03-151-1/+1
* [C++11] Introduce SectionRef::relocations() to use range-based loopsAlexey Samsonov2014-03-142-41/+36
* [C++11] Use ObjectFile::sections() in commandline llvm toolsAlexey Samsonov2014-03-131-41/+34
* Object: rename ARMV7 to ARMNTSaleem Abdulrasool2014-03-111-1/+1
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-082-15/+15
* Add missing std:: qualifiersDmitri Gribenko2014-03-071-2/+2
* Fix warning about mismatched signs in comparison.Rafael Espindola2014-03-061-1/+1
* Fix the printing of n_type.Rafael Espindola2014-03-061-4/+7
* Use the existing N_STAB from the MachO namespace.Rafael Espindola2014-03-061-5/+1
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-065-26/+20
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-023-24/+24
* Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola2014-02-102-32/+32
* tools: cast the right operandSaleem Abdulrasool2014-02-091-1/+1
* tools: explicitly cast to avoid a warningSaleem Abdulrasool2014-02-091-1/+1
* tools: handle out-of-line personality 0 decodingSaleem Abdulrasool2014-02-081-1/+1
* tools: fix Twine abuseSaleem Abdulrasool2014-01-301-10/+10
* tools: remove unnecessary typenameSaleem Abdulrasool2014-01-301-2/+2
* tools: repair Windows buildSaleem Abdulrasool2014-01-301-2/+2
* tools: add support for decoding ARM attributesSaleem Abdulrasool2014-01-308-0/+834
* Simplify the handling of iterators in ObjectFile.Rafael Espindola2014-01-302-65/+17
* Rename IMAGE_DLL_CHARACTERISTICS_HIGH_ENTROPY_VA.Rui Ueyama2014-01-271-2/+1
* COFF: Add a missing enum value for high entropy ASLR.Rui Ueyama2014-01-261-0/+2
* llvm-readobj: add support for PE32+ (Windows 64 bit executable).Rui Ueyama2014-01-261-48/+63
* Rename these methods to match the style guide.Rafael Espindola2014-01-211-2/+2
* tools: use 64-bit print specifierSaleem Abdulrasool2014-01-211-1/+1
* tools: support decoding ARM EHABI opcodes in readobjSaleem Abdulrasool2014-01-211-2/+288
* Return an ErrorOr<Binary *> from createBinary.Rafael Espindola2014-01-151-2/+3
* [cleanup] Add a missing include exposed by resorting other includes.Chandler Carruth2014-01-131-0/+1
* Re-sort #include lines again, prior to moving headers around.Chandler Carruth2014-01-137-15/+4
* llvm-readobj: address review comments for ARM EHABI printingSaleem Abdulrasool2014-01-091-18/+10
* llvm-readobj: fix endiannessSaleem Abdulrasool2014-01-091-5/+6
* 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-082-0/+291
* [Mips] Add support for DT_MIPS_RLD_MAP and DT_MIPS_PLTGOT dynamicSimon Atanasyan2014-01-051-0/+4
* Teach the llvm-readobj COFF dumper to dump debug line tables from object filesTimur Iskhodzhanov2013-12-193-0/+170
* [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi2013-12-101-2/+3
* 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-012-7/+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
OpenPOWER on IntegriCloud