summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-readobj
Commit message (Expand)AuthorAgeFilesLines
* [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-163-7/+16
* Revert "[llvm-readobj] Simplify usage of -codeview flag"Reid Kleckner2015-12-163-16/+7
* [llvm-readobj] Simplify usage of -codeview flagReid Kleckner2015-12-163-7/+16
* [llvm-readobj] s/FunctionName/LinkageName/ for codeview dumpingReid Kleckner2015-12-151-7/+7
* [llvm-readobj] report_error() does not return, so we can simplify.Davide Italiano2015-12-051-6/+2
* Fix llvm-readobj build on Windows, match noreturn attribute on reportError in...Reid Kleckner2015-12-041-1/+2
* [llvm-readobj] reportError() never returns. Mark with the correct attribute.Davide Italiano2015-12-041-1/+1
* [llvm-readobj/ELF] Simplify Verdef handling.Davide Italiano2015-12-041-7/+1
* Reapply r250906 with many suggested updates from Rafael Espindola.Kevin Enderby2015-11-051-1/+4
* ARM: support .watchos_version_min and .tvos_version_min.Tim Northover2015-10-281-30/+38
* [llvm-readobj] Don't cast qualifiers away. Now gcc is happy again.Davide Italiano2015-10-231-7/+8
* 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
* Make a bunch of static arrays const.Craig Topper2015-10-181-32/+38
* StreamWriter: List basic types instead of derived ones in HexNumberMatthias Braun2015-10-171-8/+11
* [llvm-readobj] Teach ELFDumper about symbol versioning.Davide Italiano2015-10-163-6/+106
* [llvm-readobj/ELF] Dump DT_VERDEF/DT_VERDEFNUM correctly.Davide Italiano2015-10-151-0/+4
* [llvm-readobj/ELF] Print GNU Hash sectionIgor Kudrin2015-10-144-0/+44
* Added missing test for [ARM] AttributeParser. Check that build attributeAlexandros Lamprineas2015-10-051-1/+1
* Fix printing of 64 bit values and make test more strict.Rafael Espindola2015-10-011-5/+4
* [llvm-readobj/MachO] Ensure we always have valid CmdName/SegmentName.Davide Italiano2015-09-221-2/+2
* Avoid SEGFAULT if a requested symbol section is absent.Rafael Espindola2015-09-211-0/+2
* Use makeArrayRef or None to avoid unnecessarily mentioning the ArrayRef type ...Craig Topper2015-09-211-1/+1
* [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-093-0/+28
* [llvm-readobj] MachO: dump the correct field.Davide Italiano2015-09-041-1/+1
* [llvm-readobj] Dump MachO indirect symbols.Davide Italiano2015-09-033-0/+25
* [llvm-readobj] MachO: Dump segment command.Davide Italiano2015-09-023-0/+87
* Pass a symbol table to getRelocationSymbol instead of returning one.Rafael Espindola2015-09-022-21/+24
* [llvm-readobj] MachO -- correctly dump section field 'Reserved3'Davide Italiano2015-09-011-0/+4
* [llvm-readobj] Dump MachO Dysymtab command.Davide Italiano2015-08-313-0/+37
* [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-284-7/+57
* 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-273-0/+45
* [llvm-readobj/ELF] Factor out common code.Davide Italiano2015-08-231-12/+11
* [llvm-readobj] Add support for MachO DataInCodeDataCommand.Davide Italiano2015-08-213-0/+36
* Don't iterate over all sections in the ELFFile constructor.Rafael Espindola2015-08-102-13/+35
* Delete getDotSymtabSec.Rafael Espindola2015-08-102-11/+19
* Use continue to reduce indentation. NFC.Rafael Espindola2015-08-101-17/+19
* Convert getSymbolSection to return an ErrorOr.Rafael Espindola2015-08-073-9/+8
* Don't look for a SHT_DYNSYM in the ELFFile's constructor.Rafael Espindola2015-08-071-2/+9
* Remove the symbol iteration functions that don't take a symbol table.Rafael Espindola2015-08-072-3/+3
* Add dynamic_table iterators back to ELF.h.Rafael Espindola2015-08-071-22/+15
* ELF: Add AMDGPU specific defintionsTom Stellard2015-08-071-2/+24
* [llvm-readobj] Convert to range-loops.Davide Italiano2015-08-072-6/+4
* Move to llvm-readobj code that is only used there.Rafael Espindola2015-08-062-22/+215
* [Mips] Support DT_MIPS_RLD_MAP_REL dynamic section tag in the llvm-readobjSimon Atanasyan2015-08-011-0/+2
* [COFF] Add IMAGE_SCN_TYPE_NOLOAD to SectionCharacteristicsDavid Majnemer2015-07-301-0/+1
OpenPOWER on IntegriCloud