summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objdump
Commit message (Expand)AuthorAgeFilesLines
* [llvm-objdump] Warn if no user specified sections (-j) are not found.Yuanfang Chen2019-07-021-3/+26
* Cleanup: llvm::bsearch -> llvm::partition_point after r364719Fangrui Song2019-06-301-17/+18
* [llvm-objdump] Match GNU objdump on symbol types shown in disassemblyYuanfang Chen2019-06-241-6/+13
* [llvm-objdump] Allow --disassemble-functions to take demangled namesYuanfang Chen2019-06-221-9/+10
* [llvm-objdump] Move --start-address >= --stop-address check out of theYuanfang Chen2019-06-221-3/+3
* [binutils] Add response file option to help and docsJames Henderson2019-06-211-0/+3
* [llvm-objdump] Switch between ARM/Thumb based on mapping symbols.Eli Friedman2019-06-201-29/+80
* [llvm-objdump] Remove unnecessary indentation when dumping ELF data.Yuanfang Chen2019-06-191-3/+1
* Test commit accessYuanfang Chen2019-06-191-0/+1
* Print dylib load kind (weak, reexport, etc) in llvm-objdump -m -dylibs-usedMichael Trent2019-06-181-1/+10
* [llvm-objdump] Tidy up AMDGCNPrettyPrinterFangrui Song2019-06-181-13/+13
* [llvm-objdump] Use %08 instead of %016 to print leading addresses for 32-bit ...Fangrui Song2019-06-171-7/+6
* Symbolize: Replace the Options constructor with in-class initialization. NFCI.Peter Collingbourne2019-06-111-3/+4
* [llvm-objdump] Fix Bugzilla ID 41862 to support checking addresses of disasse...Jordan Rupprecht2019-06-071-2/+2
* [llvm-objdump] Add warning if --disassemble-functions specifies an unknown sy...Michael Pozulp2019-06-071-0/+12
* Revert "[llvm-objdump] Add warning if --disassemble-functions specifies an un...Vlad Tsyrklevich2019-06-071-12/+0
* [llvm-objdump] Print source when subsequent lines in the translation unit com...Michael Pozulp2019-06-071-2/+3
* [llvm-objdump] Add warning if --disassemble-functions specifies an unknown sy...Michael Pozulp2019-06-071-0/+12
* [llvm-objdump] - Disassemble non-executable sections if specifically requested.George Rimar2019-06-051-1/+2
* Write new tests for r362121Michael Trent2019-05-301-6/+57
* Reverting change r362121 due to lld-x86_64-ubuntu-fast test failuresMichael Trent2019-05-301-57/+6
* Support Universal dSYM files in llvm-objdumpMichael Trent2019-05-301-6/+57
* [Object] object::ELFObjectFile::symbol_begin(): skip symbol index 0Fangrui Song2019-05-231-5/+0
* [llvm-objdump] Dump inline relocations if the relocated section is specified ...Fangrui Song2019-05-221-17/+17
* Properly categorize llvm-objdump optionsSerge Guelton2019-05-222-71/+127
* [llvm-objdump] Make --disassemble-functions imply -dGeorge Rimar2019-05-211-1/+2
* Recommit [Object] Change object::SectionRef::getContents() to return Expected...Fangrui Song2019-05-162-29/+23
* Revert r360876 "[Object] Change object::SectionRef::getContents() to return E...Hans Wennborg2019-05-162-23/+29
* [Object] Change object::SectionRef::getContents() to return Expected<StringRef>Fangrui Song2019-05-162-29/+23
* AArch64: support binutils-like things on arm64_32.Tim Northover2019-05-141-2/+27
* [Object] Change ObjectFile::getSectionContents to return Expected<ArrayRef<ui...Fangrui Song2019-05-141-3/+1
* [llvm-objdump] Print st_otherFangrui Song2019-05-101-6/+24
* [Object] Change SymbolicFile::printSymbolName to use ErrorFangrui Song2019-05-101-1/+1
* [llvm-objdump] - Print relocation record in a GNU format.George Rimar2019-05-071-11/+23
* [Object] Change getSectionName() to return Expected<StringRef>Fangrui Song2019-05-021-14/+11
* [llvm-objdump] Print newlines before and after "Disassembly of section ...:"Fangrui Song2019-05-011-2/+2
* [llvm-objdump] errorToErrorCode+message -> toStringFangrui Song2019-04-251-4/+3
* Revert "[llvm-objdump] errorToErrorCode+message -> toString"JF Bastien2019-04-241-3/+4
* [llvm-objdump] Delete redundant checkFangrui Song2019-04-241-4/+1
* [llvm-objdump] errorToErrorCode+message -> toStringFangrui Song2019-04-241-4/+3
* [CommandLine] Provide parser<unsigned long> instantiation to allow cl::opt<ui...Fangrui Song2019-04-241-5/+6
* [llvm-objdump] Fix End in disassemblyObject after rL358806Fangrui Song2019-04-201-3/+3
* [llvm-objdump] Don't disassemble symbols before SectionAddrFangrui Song2019-04-201-4/+6
* [llvm-objdump] Simplify --{start,stop}-addressFangrui Song2019-04-201-23/+13
* Change some llvm::{lower,upper}_bound to llvm::bsearch. NFCFangrui Song2019-04-171-22/+19
* [llvm-objdump] Align instructions to a tab stop in disassembly outputFangrui Song2019-04-161-5/+18
* [llvm-objdump] Simplify PrintHelpMessage() logicFangrui Song2019-04-161-28/+9
* Revert r358405: "[llvm-objdump] Align instructions to a tab stop in disassemb...Alex Lorenz2019-04-151-18/+5
* Revert r358418: "[llvm-objdump] Simplify PrintHelpMessage() logic"Alex Lorenz2019-04-151-9/+28
* [llvm-objdump] Simplify PrintHelpMessage() logicFangrui Song2019-04-151-28/+9
OpenPOWER on IntegriCloud