Add printing the LC_ROUTINES load commands with llvm-objdump’s -private-headers.
[oota-llvm.git] / tools / llvm-objdump / llvm-objdump.h
2014-11-12 Rafael EspindolaRemove the now unused StringRefMemoryObject.h.
2014-09-24 Kevin EnderbyFlush out enough of llvm-objdump’s SymbolizerSymbolLook...
2014-09-16 Nick Kledzik[llvm-objdump] for mach-o add -bind, -lazy-bind, and...
2014-09-12 Nick Kledzik[llvm-objdump] support -rebase option for mach-o to...
2014-08-30 Nick KledzikObject/llvm-objdump: allow dumping of mach-o exports...
2014-08-22 Kevin EnderbyAdd the start of the support for llvm-objdump’s -privat...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-06 Kevin EnderbyAdd the -mcpu= option to llvm-objdump for use with...
2014-08-01 Tim Northoverllvm-objdump: implement printing for MachO __compact_un...
2014-06-13 Rafael EspindolaRemove all uses of 'using std::error_code' from headers.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-11 Rafael EspindolaUse std::error_code instead of llvm::error_code.
2013-09-27 Rui UeyamaRe-submit r191472 with a fix for big endian.
2013-09-27 Rui UeyamaRevert "llvm-objdump: Dump COFF import table if -privat...
2013-09-27 Rui Ueyamallvm-objdump: Dump COFF import table if -private-header...
2013-05-24 Ahmed BougachaMC: Disassembled CFG reconstruction.
2013-05-24 Ahmed BougachaAdd MCSymbolizer for symbolic/annotated disassembly.
2013-01-06 Michael J. Spencer[objdump] Add --private-headers, -p.
2012-12-05 Michael J. SpencerAdd dump of Win64 EH unwind data.
2012-02-29 Derek SchuffMake MemoryObject accessor members const again
2012-02-06 Derek SchuffEnable streaming of bitcode
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-10-08 Michael J. Spencerllvm-objdump: Add relocation and archive support.
2011-09-19 Benjamin KramerAdd a MachO-specific "mode" to llvm-objdump, that,...