aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-objdump/llvm-objdump.h
AgeCommit message (Expand)AuthorFilesLines
2015-01-07Slightly refactor things for llvm-objdump and the -macho option so it can be ...Kevin Enderby1-1/+13
2014-11-12Remove the now unused StringRefMemoryObject.h.Rafael Espindola1-1/+0
2014-09-24Flush out enough of llvm-objdump’s SymbolizerSymbolLookUp() for Mach-O file...Kevin Enderby1-0/+1
2014-09-16[llvm-objdump] for mach-o add -bind, -lazy-bind, and -weak-bind optionsNick Kledzik1-0/+3
2014-09-12[llvm-objdump] support -rebase option for mach-o to dump rebasing infoNick Kledzik1-0/+1
2014-08-30Object/llvm-objdump: allow dumping of mach-o exports trieNick Kledzik1-1/+1
2014-08-22Add the start of the support for llvm-objdump’s -private-headers for Mach-O...Kevin Enderby1-0/+1
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer1-2/+2
2014-08-06Add the -mcpu= option to llvm-objdump for use with the disassemblers.Kevin Enderby1-0/+2
2014-08-01llvm-objdump: implement printing for MachO __compact_unwind info.Tim Northover1-0/+3
2014-06-13Remove all uses of 'using std::error_code' from headers.Rafael Espindola1-3/+1
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola1-0/+1
2014-06-11Use std::error_code instead of llvm::error_code.Rafael Espindola1-1/+0
2013-09-27Re-submit r191472 with a fix for big endian.Rui Ueyama1-1/+2
2013-09-27Revert "llvm-objdump: Dump COFF import table if -private-headers option is gi...Rui Ueyama1-2/+1
2013-09-27llvm-objdump: Dump COFF import table if -private-headers option is given.Rui Ueyama1-1/+2
2013-05-24MC: Disassembled CFG reconstruction.Ahmed Bougacha1-20/+1
2013-05-24Add MCSymbolizer for symbolic/annotated disassembly.Ahmed Bougacha1-4/+6
2013-01-06[objdump] Add --private-headers, -p.Michael J. Spencer1-0/+2
2012-12-05Add dump of Win64 EH unwind data.Michael J. Spencer1-0/+9
2012-02-29Make MemoryObject accessor members const againDerek Schuff1-2/+2
2012-02-06Enable streaming of bitcodeDerek Schuff1-2/+2
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie1-1/+1
2011-10-08llvm-objdump: Add relocation and archive support.Michael J. Spencer1-1/+0
2011-09-19Add a MachO-specific "mode" to llvm-objdump, that, if enabled, gathers additi...Benjamin Kramer1-0/+47