summaryrefslogtreecommitdiff
path: root/tools/llvm-readobj
AgeCommit message (Expand)Author
2015-12-05[llvm-readobj] report_error() does not return, so we can simplify.Davide Italiano
2015-12-04Fix llvm-readobj build on Windows, match noreturn attribute on reportError in...Reid Kleckner
2015-12-04[llvm-readobj] reportError() never returns. Mark with the correct attribute.Davide Italiano
2015-12-04[llvm-readobj/ELF] Simplify Verdef handling.Davide Italiano
2015-11-05Reapply r250906 with many suggested updates from Rafael Espindola.Kevin Enderby
2015-10-28ARM: support .watchos_version_min and .tvos_version_min.Tim Northover
2015-10-23[llvm-readobj] Don't cast qualifiers away. Now gcc is happy again.Davide Italiano
2015-10-21Backing out commit r250906 as it broke lld.Kevin Enderby
2015-10-21This removes the eating of the error in Archive::Child::getSize() when the ch...Kevin Enderby
2015-10-18Make a bunch of static arrays const.Craig Topper
2015-10-17StreamWriter: List basic types instead of derived ones in HexNumberMatthias Braun
2015-10-16[llvm-readobj] Teach ELFDumper about symbol versioning.Davide Italiano
2015-10-15[llvm-readobj/ELF] Dump DT_VERDEF/DT_VERDEFNUM correctly.Davide Italiano
2015-10-14[llvm-readobj/ELF] Print GNU Hash sectionIgor Kudrin
2015-10-05Added missing test for [ARM] AttributeParser. Check that build attributeAlexandros Lamprineas
2015-10-01Fix printing of 64 bit values and make test more strict.Rafael Espindola
2015-09-22[llvm-readobj/MachO] Ensure we always have valid CmdName/SegmentName.Davide Italiano
2015-09-21Avoid SEGFAULT if a requested symbol section is absent.Rafael Espindola
2015-09-21Use makeArrayRef or None to avoid unnecessarily mentioning the ArrayRef type ...Craig Topper
2015-09-17[llvm-readobj] Fix another "time of check to time of use bug".Davide Italiano
2015-09-09[llvm-readobj] MachO -- dump LinkerOptions load command.Davide Italiano
2015-09-04[llvm-readobj] MachO: dump the correct field.Davide Italiano
2015-09-03[llvm-readobj] Dump MachO indirect symbols.Davide Italiano
2015-09-02[llvm-readobj] MachO: Dump segment command.Davide Italiano
2015-09-02Pass a symbol table to getRelocationSymbol instead of returning one.Rafael Espindola
2015-09-01[llvm-readobj] MachO -- correctly dump section field 'Reserved3'Davide Italiano
2015-08-31[llvm-readobj] Dump MachO Dysymtab command.Davide Italiano
2015-08-31[llvm-readobj] Add pair of missing braces.Davide Italiano
2015-08-28llvm-readobj: Dump more info for COFF import libraries.Rui Ueyama
2015-08-28Re-apply r246276 - Object: Teach llvm-ar to create symbol table for COFF shor...Rui Ueyama
2015-08-27[llvm-readobj] Add support for dumping MachO min version load command.Davide Italiano
2015-08-23[llvm-readobj/ELF] Factor out common code.Davide Italiano
2015-08-21[llvm-readobj] Add support for MachO DataInCodeDataCommand.Davide Italiano
2015-08-10Don't iterate over all sections in the ELFFile constructor.Rafael Espindola
2015-08-10Delete getDotSymtabSec.Rafael Espindola
2015-08-10Use continue to reduce indentation. NFC.Rafael Espindola
2015-08-07Convert getSymbolSection to return an ErrorOr.Rafael Espindola
2015-08-07Don't look for a SHT_DYNSYM in the ELFFile's constructor.Rafael Espindola
2015-08-07Remove the symbol iteration functions that don't take a symbol table.Rafael Espindola
2015-08-07Add dynamic_table iterators back to ELF.h.Rafael Espindola
2015-08-07ELF: Add AMDGPU specific defintionsTom Stellard
2015-08-07[llvm-readobj] Convert to range-loops.Davide Italiano
2015-08-06Move to llvm-readobj code that is only used there.Rafael Espindola
2015-08-01[Mips] Support DT_MIPS_RLD_MAP_REL dynamic section tag in the llvm-readobjSimon Atanasyan
2015-07-30[COFF] Add IMAGE_SCN_TYPE_NOLOAD to SectionCharacteristicsDavid Majnemer
2015-07-24[llvm-reaobj] Display COFF-specific sections/tables only if the object is COFF.Davide Italiano
2015-07-23Support printing relocations in files with no section table.Rafael Espindola
2015-07-23Use typdef to simplify the code. NFC.Rafael Espindola
2015-07-22Delete ELFEntityIterator. NFC.Rafael Espindola
2015-07-21Don't iterate over the program headers in the constructor of ELFFile.Rafael Espindola