summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-readobj
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-011-33/+33
* Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis2013-08-271-33/+33
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-08-271-33/+33
* Remove byte order mark from source file.Benjamin Kramer2013-08-091-1/+1
* [Object] Split the ELF interface into 3 parts.Michael J. Spencer2013-08-082-175/+134
* Remove the mblaze backend from llvm.Rafael Espindola2013-07-251-3/+1
* Retry submitting r186623: COFFDumper: Dump data directory entries.Rui Ueyama2013-07-191-0/+24
* Revert "COFFDumper: Dump data directory entries."Rui Ueyama2013-07-181-24/+0
* COFFDumper: Dump data directory entries.Rui Ueyama2013-07-181-0/+24
* COFFDumper: Print uint64_t with the right format string.Benjamin Kramer2013-07-061-3/+3
* Don't link with the archive library programs that don't use it.Rafael Espindola2013-06-173-3/+2
* readobj: Dump PE/COFF optional records.Rui Ueyama2013-06-121-11/+77
* Handle relocations that don't point to symbols.Rafael Espindola2013-06-053-12/+9
* 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-033-70/+0
* Add support for reading ARM ELF build attributes.Amara Emerson2013-05-033-0/+70
* Clarify getRelocationAddress x getRelocationOffset a bit.Rafael Espindola2013-04-252-3/+7
* Use pointers to iterate over symbols.Rafael Espindola2013-04-241-1/+3
* llvm-readobj: Dump more COFF auxiliary recordsNico Rieck2013-04-221-1/+6
OpenPOWER on IntegriCloud