aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-objdump/llvm-objdump.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-06-29Remove Elf_Sym_Iter.Rafael Espindola1-2/+5
2015-06-26Rename getObjectFile to getObject for consistency.Rafael Espindola1-1/+1
2015-06-26Simplify getSymbolType.Rafael Espindola1-3/+1
2015-06-25Add an ELFSymbolRef type.Rafael Espindola1-2/+2
2015-06-24Change how symbol sizes are handled in lib/Object.Rafael Espindola1-4/+5
2015-06-23Revert "[FaultMaps] Move FaultMapParser to Object/"Sanjoy Das1-1/+1
2015-06-23Don't pass a 32 bit value to "%08" PRIx64.Rafael Espindola1-4/+4
2015-06-23objdump: Don't print a (always 0) size for MachO symbols.Rafael Espindola1-10/+10
2015-06-23[FaultMaps] Move FaultMapParser to Object/Sanjoy Das1-1/+1
2015-06-22[FaultMaps] Add a parser for the __llvm__faultmaps section.Sanjoy Das1-1/+52
2015-06-09Remove object_error::success and use std::error_code() insteadRui Ueyama1-4/+4
2015-06-07[objdump] Moving PrintImmHex out of MachODump and in to llvm-objdump and sett...Colin LeMahieu1-0/+5
2015-06-04llvm-objdump: return non-zero exit code for certain cases of invalid inputAlexey Samsonov1-7/+12
2015-06-04Disassemble the start of sections even if there is no symbol there.Rafael Espindola1-5/+3
2015-06-03Fix the interpretation of a 0 st_name.Rafael Espindola1-11/+24
2015-06-03Move to llvm-objdump a large amount of code to that is only used there.Rafael Espindola1-3/+382
2015-06-01Simplify another function that doesn't fail.Rafael Espindola1-3/+1
2015-05-31Simplify interface of function that doesn't fail.Rafael Espindola1-3/+1
2015-05-29[Objdump] Removing unused parameter.Colin LeMahieu1-2/+2
2015-05-29[Hexagon] Disassembling, printing, and emitting instructions a whole-bundle a...Colin LeMahieu1-3/+61
2015-05-29Removing a switch statement that only contains a default; NFC.Aaron Ballman1-4/+1
2015-05-28[llvm] Adding vdtor to fix warning.Colin LeMahieu1-0/+1
2015-05-28[Objdump] Allow instruction pretty printing to be specialized by the target t...Colin LeMahieu1-6/+28
2015-05-28[llvm] Parameterizing the output stream for dumpbytes and outputting directly...Colin LeMahieu1-14/+1
2015-04-30[Object] Teach Object and llvm-objdump about ".hidden"Davide Italiano1-2/+6
2015-04-01Add the option -objc-meta-data to llvm-objdump used with -macho toKevin Enderby1-0/+1
2015-03-31Replace the MCSubtargetInfo parameter with a Triple when creatingEric Christopher1-1/+1
2015-03-27[MCInstPrinter] Enable MCInstPrinter to change its behavior based on theAkira Hatanaka1-1/+1
2015-03-18[Objdump] DumpBytes of uint8_t from ArrayRef<uint8_t> instead of char from St...Colin LeMahieu1-3/+2
2015-03-18[Objdump] Removing size limit on DumpBytes and changing to range based for loop.Colin LeMahieu1-20/+7
2015-03-16Add the options, -dylibs-used and -dylib-id to llvm-objdump used with -machoKevin Enderby1-0/+2
2015-03-11Add the option, -info-plist to llvm-objdump used with -macho to print theKevin Enderby1-0/+1
2015-01-31Add the -section option to llvm-objdump used with -macho that takes the argumentKevin Enderby1-1/+2
2015-01-27dd the option, -link-opt-hints to llvm-objdump used with -macho to print theKevin Enderby1-1/+2
2015-01-23[Objdump] Output information about common symbols in a way closer to GNU objd...Colin LeMahieu1-1/+11
2015-01-23Add the option, -data-in-code, to llvm-objdump used with -macho to print the ...Kevin Enderby1-1/+2
2015-01-22Add the option, -indirect-symbols, used with -macho to print the Mach-O indir...Kevin Enderby1-1/+2
2015-01-20For llvm-objdump, hook up existing options to work when using -macho (the Mac...Kevin Enderby1-15/+15
2015-01-15Add the option, -archive-headers, used with -macho to print the Mach-O archiv...Kevin Enderby1-1/+2
2015-01-09Add the option, -universal-headers, used with -macho to print the Mach-O univ...Kevin Enderby1-1/+2
2015-01-07Slightly refactor things for llvm-objdump and the -macho option so it can be ...Kevin Enderby1-22/+25
2014-12-17Remove unused includes and out of date comment. NFC.Rafael Espindola1-1/+0
2014-12-04Re-add support to llvm-objdump for Mach-O universal files and archives with -...Kevin Enderby1-1/+1
2014-12-03This reverts commit r223306 and r223277.Rafael Espindola1-1/+1
2014-12-03Add support to llvm-objdump for Mach-O universal files and archives with -macho.Kevin Enderby1-1/+1
2014-11-26Object/COFF: Fix off-by-one error for object having lots of relocationsRui Ueyama1-1/+3
2014-11-17Object, COFF: Tighten the object file parserDavid Majnemer1-2/+1
2014-11-12Fixing more -Wcast-qual warnings; NFC.Aaron Ballman1-2/+4
2014-11-12Pass an ArrayRef to MCDisassembler::getInstruction.Rafael Espindola1-7/+8
2014-11-11llvm-objdump: Skip empty sections when dumping contentsDavid Majnemer1-3/+6