summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-readobj
Commit message (Expand)AuthorAgeFilesLines
* Correctly handle {Always,Never}StepIntoLineDavid Majnemer2016-02-041-8/+9
* Add support for S_DEFRANGE and S_DEFRANGE_SUBFIELDDavid Majnemer2016-02-041-2/+27
* Make the dumper's output for variable ranges easier to readDavid Majnemer2016-02-041-24/+14
* Print the OffsetStart field's relocationDavid Majnemer2016-02-031-8/+15
* [llvm-readobj] Add support for dumping S_DEFRANGE symbolsDavid Majnemer2016-02-031-1/+84
* [codeview] Wire up the .cv_inline_linetable directiveReid Kleckner2016-02-021-1/+1
* [CodeView] Fix dumping the is_stmt bit from the line tableReid Kleckner2016-01-291-1/+1
* Reland "[CodeView] Use assembler directives for line tables"Reid Kleckner2016-01-291-6/+5
* Revert "[CodeView] Use assembler directives for line tables"Reid Kleckner2016-01-291-5/+6
* Silence gcc warning about ternary and enumerationsReid Kleckner2016-01-281-299/+0
* [CodeView] Use assembler directives for line tablesReid Kleckner2016-01-281-6/+5
* One more batch of self-containing headers.Benjamin Kramer2016-01-271-0/+1
* Remove superfluous call to std::to_string that's breaking the cygwin build.Benjamin Kramer2016-01-271-2/+1
* Remove autoconf supportChris Bieneman2016-01-261-18/+0
* Fix comparison warning (r258845)Hemant Kulkarni2016-01-261-1/+1
* Fixes build break introduced by r258845Hemant Kulkarni2016-01-261-1/+1
* [llvm-readobj] Add -elf-section-groups optionHemant Kulkarni2016-01-263-10/+67
* [ARM] Add DSP build attribute and extension targetingBradley Smith2016-01-252-0/+13
* [readobj] Print CodeOffset first, it's easier to readReid Kleckner2016-01-201-5/+5
* [llvm-readobj][ELF] Teach llvm-readobj to show arch specific ELF section's flagsSimon Atanasyan2016-01-201-2/+47
* Use new function name. NFC.Rafael Espindola2016-01-181-3/+2
* [llvm-readobj][ELF] s/dyn_rela_/dyn_rel_/ No functional changes.Simon Atanasyan2016-01-181-16/+16
* [llvm-readobj][ELF] Teach llvm-readobj to show dynamic relocation in REL formatSimon Atanasyan2016-01-161-34/+69
* Fixed CRLF->LF line endings from r257914. NFC.George Rimar2016-01-161-8/+8
* [llvm-readobj] Dump DT_RELACOUNT correctly.Davide Italiano2016-01-161-0/+2
* Revert of 57967George Rimar2016-01-161-1/+2170
* CRLF -> LF. NFCGeorge Rimar2016-01-161-2170/+1
* [codeview] Handle multiple frame descriptions in readobjReid Kleckner2016-01-151-35/+29
* # This is a combination of 2 commits.Reid Kleckner2016-01-152-13/+0
* Recommit r257912George Rimar2016-01-151-6/+8
* [codeview] Dump the file checksum substreamReid Kleckner2016-01-151-0/+38
* [ARM] Add DSP build attribute and extension targetingBradley Smith2016-01-152-0/+13
* [codeview] Translate file table offsets to filenames and print themReid Kleckner2016-01-151-48/+63
* [codeview] Dump function callees and add more labels to inlinee infoReid Kleckner2016-01-141-8/+26
* Update to use new name alignTo().Rui Ueyama2016-01-141-1/+1
* [codeview] Dump CodeView inlinee lines subsectionReid Kleckner2016-01-141-0/+36
* Use std::map::insert instead of emplace for libstdc++ 4.7Reid Kleckner2016-01-141-1/+1
* Print function names when they are referenced via TypeIndexReid Kleckner2016-01-141-1/+1
* [readobj] Add functionality to dump relocations inside of binary blobsReid Kleckner2016-01-141-6/+38
* [codeview] Print relocations against code and data offset fieldsReid Kleckner2016-01-142-76/+67
* [CodeView] Add support for dumping binary annotationsDavid Majnemer2016-01-141-1/+100
* [codeview] Share more enums across the writer and the dumperReid Kleckner2016-01-135-686/+25
* [readobj] Expand CodeView dumping functionalityReid Kleckner2016-01-136-140/+2601
* [CodeView] Improve the line table dumperDavid Majnemer2016-01-131-14/+28
* [WebAssembly] Add a EM_WEBASSEMBLY value, and several bits of code that use it.Dan Gohman2016-01-121-1/+2
* [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
OpenPOWER on IntegriCloud