aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-objdump/llvm-objdump.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-06-18[llvm] Use value_or instead of getValueOr (NFC)Kazu Hirata1-1/+1
2022-05-16[llvm-objdump] Let --symbolize-operands symbolize basic block addresses based...Rahman Lavaee1-13/+60
2022-03-24[CSKY] Enhance asm parser and relocation fixup for some special symbol addres...Zi Xuan Wu1-1/+6
2022-02-24Cleanup include: DebugInfo/Symbolizeserge-sans-paille1-0/+1
2022-02-22Add a (nonfunctional) -dyld_info flag to llvm-objdump.Adrian Prantl1-5/+5
2022-02-20Reland [XCOFF][llvm-objdump] change the priority of symbols with the same add...esmeyi1-0/+3
2022-02-18Revert "[XCOFF][llvm-objdump] change the priority of symbols with"esmeyi1-3/+0
2022-02-18[XCOFF][llvm-objdump] change the priority of symbols withesmeyi1-0/+3
2022-01-08[llvm] Fix bugprone argument comments (NFC)Kazu Hirata1-1/+1
2021-12-21[PowerPC][llvm-objdump] enable --symbolize-operands for PowerPC ELF/XCOFF.Esme-Yi1-3/+6
2021-11-09[llvm-objdump] -p: Dump PE header for PE/COFFFangrui Song1-1/+1
2021-11-04[llvm-objdump] Fix the Assertion failure when providing invalid --debug-vars ...gbreynoo1-3/+14
2021-10-08Move TargetRegistry.(h|cpp) from Support to MCReid Kleckner1-1/+1
2021-10-04[llvm-objdump] Fix common symbol output on 32 bit platformsDavid Spickett1-1/+1
2021-10-01[AIX]implement the --syms and using "symbol index and qualname" for --sym --s...zhijian1-9/+48
2021-09-28[llvm-objdump] Fix -R display and support ET_EXECFangrui Song1-4/+11
2021-09-07[llvm-objdump] Fix 'llvm-objdump -dr' for executables with relocationsMaksim Panchenko1-2/+7
2021-08-17[llvm-objdump] -T: print symbol versionsFangrui Song1-4/+23
2021-08-05[ARM][llvm-objdump] Annotate PC-relative memory operands of VLDR instructionsIgor Kudrin1-1/+1
2021-07-28[llvm] Replace LLVM_ATTRIBUTE_NORETURN with C++11 [[noreturn]]Fangrui Song1-6/+5
2021-07-19[llvm-objdump][WebAssembly] Fix llvm-objdump on files without symbolsAndy Wingo1-0/+40
2021-06-28[llvm-objdump] Print memory operand addresses as regular commentsIgor Kudrin1-8/+17
2021-06-28[llvm-objdump] Prefix memory operand addresses with '0x'Igor Kudrin1-1/+1
2021-06-28[llvm-objdump] Prevent variable locations to overlap short commentsIgor Kudrin1-1/+1
2021-06-28[llvm-objdump] Print comments for the disassembled codeIgor Kudrin1-4/+31
2021-06-24[OptTable] Rename PrintHelp to printHelpFangrui Song1-2/+2
2021-06-25[llvm] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö1-1/+1
2021-05-27[llvm-objdump] Print the DEBUG type under `--section-headers`.Esme-Yi1-2/+4
2021-05-23[MC] Refactor MCObjectFileInfo initialization and allow targets to create MCO...Philipp Krones1-3/+4
2021-05-12[llvm-objdump] Exclude __mh_*_header symbols during MachO disassemblyGreg McGary1-3/+8
2021-05-06[llvm-objdump] Use std::make_uniqueTim Renouf1-1/+1
2021-05-05[MC] Untangle MCContext and MCObjectFileInfoPhilipp Krones1-2/+2
2021-05-05[llvm-objdump] Add -M {att,intel} & deprecate --x86-asm-syntax={att,intel}Fangrui Song1-15/+29
2021-05-04[llvm-objdump] Delete temporary Hexagon workaround optionsFangrui Song1-14/+0
2021-05-04[llvm-objdump] Delete temporary workaround option --riscv-no-aliasesFangrui Song1-2/+0
2021-05-04[llvm-objdump] Improve newline consistency between different pieces of inform...Fangrui Song1-14/+9
2021-04-26[AMDGPU][llvm-objdump] Fix memory leak in recent commitTim Renouf1-8/+9
2021-04-26[MC][AMDGPU][llvm-objdump] Synthesized local labels in disassemblyTim Renouf1-11/+62
2021-04-23llvm-objdump: refactor SourcePrinter into separate file. NFC.Tim Northover1-532/+5
2021-04-22llvm-objdump: add --rpaths to macho supportKeith Smiley1-1/+1
2021-04-20[llvm-objdump] Remove "No" prefixes on variablesNico Weber1-17/+17
2021-04-20[llvm-objdump] Prefer positive boolean Verbose instead of negative NonVerbose...Fangrui Song1-2/+2
2021-04-20[llvm-objdump] Add an llvm-otool toolNico Weber1-40/+163
2021-04-14[llvm-objdump] try to fix hexagon tests more after 51aa61e74bdbNico Weber1-0/+2
2021-04-14[llvm-objdump] try to fix hexagon and riscv tests after 1035123ac50dbNico Weber1-0/+14
2021-04-14[llvm-objdump] Switch command-line parsing from llvm::cl to OptTableNico Weber1-311/+225
2021-03-24[llvm-objdump] Implement --prefix-strip optionVinicius Tinti1-0/+27
2021-03-08[llvm-objdump][MachO] Add support for dumping function startsAlexander Shaposhnikov1-3/+3
2021-02-04[llvm-objdump] --source: drop the warning when there is no debug infoFangrui Song1-18/+12
2021-01-27[FaultsMaps][llvm-objdump] Move FaultMapParser to Object/. Remove CodeGen dep...Craig Topper1-1/+1