[llvm-objdump/MachO] Don't cut'n'paste the same code over and over.
[oota-llvm.git] / tools / llvm-objdump / llvm-objdump.h
2015-12-08 Davide Italiano[llvm-objdump/MachO] Don't cut'n'paste the same code...
2015-08-05 Davide Italiano[llvm-objdump] Call exit(1) on error, i.e. fail early.
2015-07-29 Colin LeMahieu[llvm-objdump] Merging MachO DumpSections in to FilterS...
2015-07-29 Colin LeMahieu[llvm-objdump] Added -j flag to filter sections that...
2015-07-23 Colin LeMahieu[llvm-objdump] Add -D and --disassemble-all flags that...
2015-07-08 Adrian Prantlllvm-objdump: Replace the -macho -raw option with a...
2015-06-07 Colin LeMahieu[objdump] Moving PrintImmHex out of MachODump and in...
2015-05-28 Colin LeMahieu[llvm] Parameterizing the output stream for dumpbytes...
2015-04-01 Kevin EnderbyAdd the option -objc-meta-data to llvm-objdump used...
2015-03-27 Adrian PrantlAdd a -raw option to the -section mode of llvm-objdump.
2015-03-18 Colin LeMahieu[Objdump] DumpBytes of uint8_t from ArrayRef<uint8_t...
2015-03-17 Kevin EnderbyAdd the option, -dis-symname to llvm-objdump used with...
2015-03-16 Kevin EnderbyAdd the options, -dylibs-used and -dylib-id to llvm...
2015-03-13 Kevin EnderbyAdd the option, -non-verbose to llvm-objdump used with...
2015-03-11 Kevin EnderbyAdd the option, -info-plist to llvm-objdump used with...
2015-01-31 Kevin EnderbyAdd the -section option to llvm-objdump used with ...
2015-01-27 Kevin Enderbydd the option, -link-opt-hints to llvm-objdump used...
2015-01-23 Kevin EnderbyAdd the option, -data-in-code, to llvm-objdump used...
2015-01-22 Kevin EnderbyAdd the option, -indirect-symbols, used with -macho...
2015-01-20 Kevin EnderbyFor llvm-objdump, hook up existing options to work...
2015-01-15 Kevin EnderbyAdd the option, -archive-headers, used with -macho...
2015-01-09 Kevin EnderbyAdd the option, -universal-headers, used with -macho...
2015-01-07 Kevin EnderbySlightly refactor things for llvm-objdump and the ...
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,...