summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-readobj/llvm-readobj.cpp
Commit message (Expand)AuthorAgeFilesLines
* Backing out commit r250906 as it broke lld.Kevin Enderby2015-10-211-6/+1
* This removes the eating of the error in Archive::Child::getSize() when the ch...Kevin Enderby2015-10-211-1/+6
* [llvm-readobj] Teach ELFDumper about symbol versioning.Davide Italiano2015-10-161-0/+8
* [llvm-readobj/ELF] Print GNU Hash sectionIgor Kudrin2015-10-141-0/+6
* [llvm-readobj] Fix another "time of check to time of use bug".Davide Italiano2015-09-171-5/+0
* [llvm-readobj] MachO -- dump LinkerOptions load command.Davide Italiano2015-09-091-0/+7
* [llvm-readobj] Dump MachO indirect symbols.Davide Italiano2015-09-031-0/+7
* [llvm-readobj] MachO: Dump segment command.Davide Italiano2015-09-021-0/+7
* [llvm-readobj] Dump MachO Dysymtab command.Davide Italiano2015-08-311-0/+8
* [llvm-readobj] Add pair of missing braces.Davide Italiano2015-08-311-1/+2
* llvm-readobj: Dump more info for COFF import libraries.Rui Ueyama2015-08-281-6/+0
* Re-apply r246276 - Object: Teach llvm-ar to create symbol table for COFF shor...Rui Ueyama2015-08-281-0/+9
* [llvm-readobj] Add support for dumping MachO min version load command.Davide Italiano2015-08-271-0/+6
* [llvm-readobj] Add support for MachO DataInCodeDataCommand.Davide Italiano2015-08-211-0/+8
* [llvm-readobj] Convert to range-loops.Davide Italiano2015-08-071-4/+2
* 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
OpenPOWER on IntegriCloud