summaryrefslogtreecommitdiff
path: root/tools/llvm-readobj
AgeCommit message (Expand)Author
2016-02-11[codeview] Dump def range lengths in hexReid Kleckner
2016-02-11[readobj] Dump DT_JMPREL relocations when outputting dynamic relocations.Michael J. Spencer
2016-02-11[readobj] Handle ELF files with no section table or with no program headers.Michael J. Spencer
2016-02-11[readobj] Move dynamic table parsing to a new function. NFC.Michael J. Spencer
2016-02-11[readobj] Sort switch by enum value.Michael J. Spencer
2016-02-11[readobj] Parse sections before dynamic table.Michael J. Spencer
2016-02-11Fix const confusion while lambda function usageHemant Kulkarni
2016-02-11Fix build failure caused in r260430Hemant Kulkarni
2016-02-10[llvm-readobj] Option to emit readelf like outputHemant Kulkarni
2016-02-10Revert "[llvm-readobj] Option to emit readelf like output"Hemant Kulkarni
2016-02-10[llvm-readobj] Option to emit readelf like outputHemant Kulkarni
2016-02-09[llvm-readobj][ELF] Show MIPS GOT content when there is another zero-sized se...Simon Atanasyan
2016-02-05[codeview] Dump a missing field and change its signednessReid Kleckner
2016-02-04Correctly handle {Always,Never}StepIntoLineDavid Majnemer
2016-02-04Add support for S_DEFRANGE and S_DEFRANGE_SUBFIELDDavid Majnemer
2016-02-04Make the dumper's output for variable ranges easier to readDavid Majnemer
2016-02-03Print the OffsetStart field's relocationDavid Majnemer
2016-02-03[llvm-readobj] Add support for dumping S_DEFRANGE symbolsDavid Majnemer
2016-02-02[codeview] Wire up the .cv_inline_linetable directiveReid Kleckner
2016-01-29[CodeView] Fix dumping the is_stmt bit from the line tableReid Kleckner
2016-01-29Reland "[CodeView] Use assembler directives for line tables"Reid Kleckner
2016-01-29Revert "[CodeView] Use assembler directives for line tables"Reid Kleckner
2016-01-28Silence gcc warning about ternary and enumerationsReid Kleckner
2016-01-28[CodeView] Use assembler directives for line tablesReid Kleckner
2016-01-27One more batch of self-containing headers.Benjamin Kramer
2016-01-27Remove superfluous call to std::to_string that's breaking the cygwin build.Benjamin Kramer
2016-01-26Remove autoconf supportChris Bieneman
2016-01-26Fix comparison warning (r258845)Hemant Kulkarni
2016-01-26Fixes build break introduced by r258845Hemant Kulkarni
2016-01-26[llvm-readobj] Add -elf-section-groups optionHemant Kulkarni
2016-01-25[ARM] Add DSP build attribute and extension targetingBradley Smith
2016-01-20[readobj] Print CodeOffset first, it's easier to readReid Kleckner
2016-01-20[llvm-readobj][ELF] Teach llvm-readobj to show arch specific ELF section's flagsSimon Atanasyan
2016-01-18Use new function name. NFC.Rafael Espindola
2016-01-18[llvm-readobj][ELF] s/dyn_rela_/dyn_rel_/ No functional changes.Simon Atanasyan
2016-01-16[llvm-readobj][ELF] Teach llvm-readobj to show dynamic relocation in REL formatSimon Atanasyan
2016-01-16Fixed CRLF->LF line endings from r257914. NFC.George Rimar
2016-01-16[llvm-readobj] Dump DT_RELACOUNT correctly.Davide Italiano
2016-01-16Revert of 57967George Rimar
2016-01-16CRLF -> LF. NFCGeorge Rimar
2016-01-15[codeview] Handle multiple frame descriptions in readobjReid Kleckner
2016-01-15# This is a combination of 2 commits.Reid Kleckner
2016-01-15Recommit r257912George Rimar
2016-01-15[codeview] Dump the file checksum substreamReid Kleckner
2016-01-15[ARM] Add DSP build attribute and extension targetingBradley Smith
2016-01-15[codeview] Translate file table offsets to filenames and print themReid Kleckner
2016-01-14[codeview] Dump function callees and add more labels to inlinee infoReid Kleckner
2016-01-14Update to use new name alignTo().Rui Ueyama
2016-01-14[codeview] Dump CodeView inlinee lines subsectionReid Kleckner
2016-01-14Use std::map::insert instead of emplace for libstdc++ 4.7Reid Kleckner