summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objdump
Commit message (Expand)AuthorAgeFilesLines
* [llvm-objdump] - Remove one overload of reportError. NFCI.George Rimar2019-08-273-47/+34
* [llvm-objdump] - Cleanup the error reporting.George Rimar2019-08-215-166/+182
* [llvm-objdump] - Remove one of `report_error` functions and improve the error...George Rimar2019-08-203-31/+53
* [llvm-objdump] - Restore lost comment.George Rimar2019-08-191-0/+1
* [Object/COFF.h] - Stop returning std::error_code in a few methods. NFCI.George Rimar2019-08-191-12/+4
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-4/+4
* [llvm-objdump] Add warning messages if disassembly + source for problematic i...Michael Pozulp2019-08-152-26/+52
* Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...George Rimar2019-08-143-70/+146
* Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...George Rimar2019-08-143-146/+70
* [llvm/Object] - Convert SectionRef::getName() to return Expected<>George Rimar2019-08-143-70/+146
* Revert "[llvm-objdump] Re-commit r367284."Michael Pozulp2019-08-052-51/+26
* [llvm-objdump] Re-commit r367284.Michael Pozulp2019-08-042-26/+51
* [llvm-objdump] Fix jumptable detection when disassembling Mach-O binariesKuba Mracek2019-08-011-18/+36
* Revert "[llvm-objdump] Add warning messages if disassembly + source for probl...Michael Pozulp2019-07-302-51/+26
* [llvm-objdump] Add warning messages if disassembly + source for problematic i...Michael Pozulp2019-07-302-26/+51
* [llvm-objdump][NFC] Make the PrettyPrinter::printInst() output bufferedSeiya Nuta2019-07-251-16/+12
* [llvm-objdump] Emit warning if --start-address/--stop-address specify range o...Yuanfang Chen2019-07-241-0/+37
* [llvm-objdump] Keep warning for --disassemble-functions in correct order.Yuanfang Chen2019-07-091-1/+5
* Teach the symbolizer lib symbolize objects directly.Yuanfang Chen2019-07-081-2/+1
* [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
OpenPOWER on IntegriCloud