summaryrefslogtreecommitdiff
path: root/test/tools/llvm-readobj
AgeCommit message (Expand)AuthorFilesLines
2016-05-21[llvm-readobj] - Teach readobj to recognize SHF_COMPRESSED flag.George Rimar2-0/+9
2016-05-17[codeview] Test serialization of all known type recordsReid Kleckner2-0/+95
2016-05-14[codeview] Add type stream merging prototypeReid Kleckner3-0/+65
2016-05-13[codeview] Align class and print names of typesReid Kleckner1-3/+3
2016-05-13[codeview] Dump the type index on the first line of each recordReid Kleckner1-6/+3
2016-05-12[codeview] Fix dumping VFTables, stop when we see LF_PAD*Reid Kleckner2-0/+51
2016-05-04[llvm-readobj] Print MIPS .MIPS.options section contentSimon Atanasyan2-0/+12
2016-05-02[llvm-readobj] Dump hash as part of -version-info.Davide Italiano1-0/+3
2016-04-11[llvm-readobj] Add ELF hash histogram printingHemant Kulkarni1-0/+27
2016-03-25[llvm-readobj] Impl GNU style program headers printHemant Kulkarni3-0/+78
2016-03-24[llvm-readobj] Decode st_other symbol's flagsSimon Atanasyan3-0/+25
2016-03-21[llvm-readobj] Impl GNU style symbols printingHemant Kulkarni2-0/+46
2016-03-15[llvm-readobj] Impl GNU style printing of sections and relocationsHemant Kulkarni2-0/+63
2016-03-09[llvm-readobj] Enable GNU style section group printHemant Kulkarni1-0/+13
2016-03-01[lanai] Add ELF enum value and relocations.Jacques Pienaar5-0/+50
2016-02-25Reverts change r261907 and r261918Hemant Kulkarni2-63/+0
2016-02-25[llvm-readobj] Enable GNU style sections and relocations printingHemant Kulkarni2-0/+63
2016-02-16This reverts commit r260488 and r260489.Rafael Espindola3-223/+0
2016-02-11[readobj] Dump DT_JMPREL relocations when outputting dynamic relocations.Michael J. Spencer1-3/+28
2016-02-11[readobj] Handle ELF files with no section table or with no program headers.Michael J. Spencer3-0/+198
2016-02-10[llvm-readobj] Option to emit readelf like outputHemant Kulkarni1-0/+46
2016-02-10Revert "[llvm-readobj] Option to emit readelf like output"Hemant Kulkarni1-46/+0
2016-02-10[llvm-readobj] Option to emit readelf like outputHemant Kulkarni1-0/+46
2016-02-09[llvm-readobj][ELF] Show MIPS GOT content when there is another zero-sized se...Simon Atanasyan2-0/+45
2016-01-26[llvm-readobj] Add -elf-section-groups optionHemant Kulkarni2-0/+39
2016-01-25[ARM] Add DSP build attribute and extension targetingBradley Smith2-0/+14
2016-01-20[llvm-readobj][ELF] Teach llvm-readobj to show arch specific ELF section's flagsSimon Atanasyan1-0/+90
2016-01-16Fixed CRLF->LF line endings from r257914. NFC.George Rimar2-52/+52
2016-01-16[llvm-readobj] Dump DT_RELACOUNT correctly.Davide Italiano1-1/+1
2016-01-15[codeview] Handle multiple frame descriptions in readobjReid Kleckner1-7/+7
2016-01-15# This is a combination of 2 commits.Reid Kleckner2-14/+0
2016-01-15Recommit r257912George Rimar3-11/+53
2016-01-15Revert r257912 - forgot to commit one file.George Rimar3-53/+11
2016-01-15[llvm-readobj] Add support for TLSDESC_PLT and TLSDESC_GOT dynamic section ta...George Rimar3-11/+53
2016-01-15[ARM] Add DSP build attribute and extension targetingBradley Smith2-0/+14
2016-01-15[codeview] Translate file table offsets to filenames and print themReid Kleckner1-5/+5
2016-01-14[codeview] Dump CodeView inlinee lines subsectionReid Kleckner2-0/+65
2016-01-13[readobj] Expand CodeView dumping functionalityReid Kleckner1-131/+132
2016-01-13[CodeView] Improve the line table dumperDavid Majnemer1-79/+230
2015-12-15[llvm-readobj] s/FunctionName/LinkageName/ for codeview dumpingReid Kleckner1-18/+18
2015-10-16[llvm-readobj] Teach ELFDumper about symbol versioning.Davide Italiano1-1/+75
2015-10-15[llvm-readobj/ELF] Dump DT_VERDEF/DT_VERDEFNUM correctly.Davide Italiano2-0/+7
2015-10-14[llvm-readobj/ELF] fix: add correct test inputsIgor Kudrin4-0/+0
2015-10-14[llvm-readobj/ELF] Print GNU Hash sectionIgor Kudrin5-0/+63
2015-10-05Added missing test for [ARM] AttributeParser. Check that build attributeAlexandros Lamprineas1-0/+7
2015-09-17[llvm-readobj] Fix another "time of check to time of use bug".Davide Italiano1-0/+2
2015-09-01[llvm-readobj] MachO -- correctly dump section field 'Reserved3'Davide Italiano2-0/+14
2015-09-01Object: Fix COFF import file's symbols.Rui Ueyama1-1/+1
2015-08-28llvm-readobj: Dump more info for COFF import libraries.Rui Ueyama1-1/+5
2015-08-28Re-apply r246276 - Object: Teach llvm-ar to create symbol table for COFF shor...Rui Ueyama1-13/+1