summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-readobj/llvm-readobj.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Move to llvm-readobj code that is only used there.Rafael Espindola2015-08-061-2/+2
* [llvm-reaobj] Display COFF-specific sections/tables only if the object is COFF.Davide Italiano2015-07-241-9/+10
* Simplify printing the soname. NFC.Rafael Espindola2015-07-211-14/+1
* Remove duplicated code.Rafael Espindola2015-07-201-4/+4
* llvm-readobj: Handle invalid references to the string table.Rafael Espindola2015-07-201-3/+3
* llvm-readobj: call exit(1) on error.Rafael Espindola2015-07-201-7/+4
* Refactor duplicated code. NFC.Rafael Espindola2015-07-201-8/+9
* [Object][ELF] Support dumping hash-tables from files with no section table.Michael J. Spencer2015-07-091-0/+6
* Temporarily reverting 241765, 241768, and 241772 to unbreak the build bots.Adrian Prantl2015-07-091-6/+0
* [Object][ELF] Support dumping hash-tables from files with no section table.Michael J. Spencer2015-07-091-0/+6
* Simplify. NFC.Rafael Espindola2015-07-061-3/+1
* Don't return error_code from function that never fails.Rafael Espindola2015-06-291-3/+2
* [StackMaps] Add a lightweight parser for stackmap version 1 sections.Lang Hames2015-06-261-0/+9
* [Object][ELF] Add support for dumping dynamic relocations when sections are s...Michael J. Spencer2015-06-251-3/+6
* We don't need the targets to read objects.Rafael Espindola2015-06-251-3/+0
* [llvm-readobj] Print MIPS .reginfo section contentSimon Atanasyan2015-06-161-0/+6
* [llvm-readobj] Print .MIPS.abiflags section contentSimon Atanasyan2015-05-071-1/+8
* llvm-readobj: teach it to handle MachO Universal Archive correctlyDavid Blaikie2015-04-131-7/+6
* [llvm-readobj] add support for macho universal binary.Rafael Espindola2015-03-241-0/+17
* Modify llvm-readobj to dump symbol record bytes.Zachary Turner2015-02-181-3/+8
* llvm-readobj: add support to dump COFF export tablesSaleem Abdulrasool2015-01-031-0/+6
* llvm-readobj: teach it how to dump COFF base relocation tableRui Ueyama2014-11-191-1/+8
* llvm-readobj: relocAddressLess could potentially lieDavid Majnemer2014-11-131-2/+2
* llvm-readobj: add support to dump (COFF) directivesSaleem Abdulrasool2014-10-071-0/+7
* This patch adds a new flag "-coff-imports" to llvm-readobj.Rui Ueyama2014-10-021-0/+6
* Don't own the buffer in object::Binary.Rafael Espindola2014-08-191-2/+2
* getLoadName is only implemented for ELF, make it ELF only.Rafael Espindola2014-08-081-1/+13
* Remove some calls to std::move.Rafael Espindola2014-08-011-3/+3
* Use std::unique_ptr to make the ownership explicit.Rafael Espindola2014-07-311-2/+2
* [llvm-readobj][ELF] New `-mips-plt-got` command line option to outputSimon Atanasyan2014-06-181-0/+20
* Convert the Archive API to use ErrorOr.Rafael Espindola2014-06-161-3/+3
* Remove 'using std::error_code' from tools.Rafael Espindola2014-06-131-9/+7
* Remove all uses of 'using std::error_code' from headers.Rafael Espindola2014-06-131-0/+1
* Remove system_error.h.Rafael Espindola2014-06-121-1/+1
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-6/+5
* tools: add support for decoding ARM attributesSaleem Abdulrasool2014-01-301-0/+9
* Rename these methods to match the style guide.Rafael Espindola2014-01-211-2/+2
* Return an ErrorOr<Binary *> from createBinary.Rafael Espindola2014-01-151-2/+3
* Re-sort #include lines again, prior to moving headers around.Chandler Carruth2014-01-131-3/+0
* Teach the llvm-readobj COFF dumper to dump debug line tables from object filesTimur Iskhodzhanov2013-12-191-0/+4
* 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-081-2/+7
* Revert r181009.Amara Emerson2013-05-031-6/+0
* Add support for reading ARM ELF build attributes.Amara Emerson2013-05-031-0/+6
* Clarify getRelocationAddress x getRelocationOffset a bit.Rafael Espindola2013-04-251-2/+2
* Teach llvm-readobj to print ELF program headersNico Rieck2013-04-121-0/+6
* Add -expand-relocs to llvm-readobjNico Rieck2013-04-121-0/+4
* Implements low-level object file format specific output for COFF andEric Christopher2013-04-031-220/+215
* [tools][llvm-readobj] print the name of the section when iterating the symbol...Shankar Easwaran2013-03-251-12/+19
* [llvm-readobj] Add ELF .dynamic table dumping.Michael J. Spencer2013-02-201-0/+9
OpenPOWER on IntegriCloud