summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-readobj/llvm-readobj.cpp
Commit message (Expand)AuthorAgeFilesLines
* Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith2016-06-091-1/+1
* [COFF] Expose the PE debug data directory and dump itReid Kleckner2016-06-021-0/+7
* Change llvm-objdump, llvm-nm and llvm-size when reporting an object file errorKevin Enderby2016-05-311-3/+8
* Change llvm-objdump, llvm-nm and llvm-size when reporting an object file errorKevin Enderby2016-05-171-6/+9
* [codeview] Add type stream merging prototypeReid Kleckner2016-05-141-0/+15
* [llvm-readobj] Print MIPS .MIPS.options section contentSimon Atanasyan2016-05-041-0/+6
* Move llvm-readobj/StreamWriter to Support.Zachary Turner2016-05-031-3/+4
* [llvm-readobj] Add ELF hash histogram printingHemant Kulkarni2016-04-111-0/+7
* Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby2016-04-061-3/+3
* Fix typo. NFC.Tim Northover2016-03-011-1/+1
* [llvm-readobj] Option to emit readelf like outputHemant Kulkarni2016-02-101-8/+14
* Revert "[llvm-readobj] Option to emit readelf like output"Hemant Kulkarni2016-02-101-14/+8
* [llvm-readobj] Option to emit readelf like outputHemant Kulkarni2016-02-101-8/+14
* [llvm-readobj] Add -elf-section-groups optionHemant Kulkarni2016-01-261-10/+20
* [llvm-readobj] Use stderr and not stdout for error messages.Davide Italiano2015-12-231-2/+2
* Reland "[llvm-readobj] Simplify usage of -codeview flag"Reid Kleckner2015-12-161-0/+2
* Revert "[llvm-readobj] Simplify usage of -codeview flag"Reid Kleckner2015-12-161-2/+0
* [llvm-readobj] Simplify usage of -codeview flagReid Kleckner2015-12-161-0/+2
* [llvm-readobj] report_error() does not return, so we can simplify.Davide Italiano2015-12-051-6/+2
* [llvm-readobj] reportError() never returns. Mark with the correct attribute.Davide Italiano2015-12-041-1/+1
* Reapply r250906 with many suggested updates from Rafael Espindola.Kevin Enderby2015-11-051-1/+4
* 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
OpenPOWER on IntegriCloud