[MCInstPrinter] Enable MCInstPrinter to change its behavior based on the
[oota-llvm.git] / tools / llvm-objdump / llvm-objdump.cpp
2015-03-27 Akira Hatanaka[MCInstPrinter] Enable MCInstPrinter to change its...
2015-03-18 Colin LeMahieu[Objdump] DumpBytes of uint8_t from ArrayRef<uint8_t...
2015-03-18 Colin LeMahieu[Objdump] Removing size limit on DumpBytes and changing...
2015-03-16 Kevin EnderbyAdd the options, -dylibs-used and -dylib-id to llvm...
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 Colin LeMahieu[Objdump] Output information about common symbols in...
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-12-17 Rafael EspindolaRemove unused includes and out of date comment. NFC.
2014-12-04 Kevin EnderbyRe-add support to llvm-objdump for Mach-O universal...
2014-12-03 Rafael EspindolaThis reverts commit r223306 and r223277.
2014-12-03 Kevin EnderbyAdd support to llvm-objdump for Mach-O universal files...
2014-11-26 Rui UeyamaObject/COFF: Fix off-by-one error for object having...
2014-11-17 David MajnemerObject, COFF: Tighten the object file parser
2014-11-12 Aaron BallmanFixing more -Wcast-qual warnings; NFC.
2014-11-12 Rafael EspindolaPass an ArrayRef to MCDisassembler::getInstruction.
2014-11-11 David Majnemerllvm-objdump: Skip empty sections when dumping contents
2014-10-08 Rafael EspindolaRemove bogus std::error_code returns form SectionRef.
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-15 David MajnemerMC: Add support for BigObj
2014-09-12 Nick Kledzik[llvm-objdump] support -rebase option for mach-o to...
2014-09-10 David MajnemerObject: Add support for bigobj
2014-09-02 Sean SilvaNuke MCAnalysis.
2014-08-30 Nick KledzikObject/llvm-objdump: allow dumping of mach-o exports...
2014-08-25 Rafael EspindolaModernize raw_fd_ostream's constructor a bit.
2014-08-22 Kevin EnderbyAdd the start of the support for llvm-objdump’s -privat...
2014-08-19 Rafael EspindolaDon't own the buffer in object::Binary.
2014-08-17 Rafael Espindolallvm-objdump: don't print relocations in non-relocatabl...
2014-08-17 Rafael EspindolaFix an off-by-one bug in the target independent llvm...
2014-08-06 Kevin EnderbyAdd the -mcpu= option to llvm-objdump for use with...
2014-08-01 Rafael EspindolaRemove some calls to std::move.
2014-08-01 Tim Northoverllvm-objdump: implement printing for MachO __compact_un...
2014-07-31 Rafael EspindolaMove MCObjectSymbolizer.h to MC/MCAnalysis.
2014-07-31 Rafael EspindolaUse std::unique_ptr to make the ownership explicit.
2014-07-14 David Majnemerllvm-objdump: Handle BSS sections larger than the objec...
2014-07-02 Rafael EspindolaMove CFG building code to a new lib/MC/MCAnalysis library.
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-06-16 Rafael EspindolaConvert the Archive API to use ErrorOr.
2014-06-13 Rafael EspindolaRemove 'using std::error_code' from tools.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-12 Rafael EspindolaRemove system_error.h.
2014-04-25 Craig Topper[C++] Use 'nullptr'. Tools edition.
2014-04-17 Saleem Abdulrasoolobjdump: identify WoA WinCOFF/ARM correctly
2014-04-15 Lang Hames[MC] Require an MCContext when constructing an MCDisass...
2014-04-14 Saleem Abdulrasooltools: fix heap-buffer-overrun detected via ASAN
2014-04-14 Saleem Abdulrasooltools: simplify symbol handling in objdump
2014-04-14 Saleem Abdulrasooltools: address possible non-null terminated filenames
2014-04-13 Saleem Abdulrasooltools: avoid a string duplication
2014-04-13 Saleem Abdulrasooltools: teach objdump about FILE aux records
2014-03-27 Lang HamesUpdate MCSymbolizer and its subclasses' constructors...
2014-03-20 Greg Fitzgeraldllvm-objdump output hex to match binutils' objdump
2014-03-19 David MajnemerObject: Provide a richer means of describing auxiliary...
2014-03-18 Rui UeyamaUse early returns to reduce nesting.
2014-03-17 Alexey Samsonov[C++11] Introduce ObjectFile::symbols() to use range...
2014-03-14 Alexey Samsonov[C++11] Introduce SectionRef::relocations() to use...
2014-03-13 Alexey Samsonov[C++11] Use ObjectFile::sections() in commandline llvm...
2014-03-07 Ahmed CharlesChange MCDisassembler::setSymbolizer to take unique_ptr...
2014-03-06 Saleem AbdulrasoolSupport: split object format out of environment
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-02-24 Simon Atanasyanllvm-objdump: Do not attempt to disassemble symbols...
2014-02-24 Rafael EspindolaReplace the F_Binary flag with a F_Text one.
2014-02-24 Rafael EspindolaDon't make F_None the default.
2014-02-10 Rafael EspindolaChange the begin and end methods in ObjectFile to match...
2014-01-31 Rafael EspindolaSimplify getSymbolFlags.
2014-01-30 Rafael EspindolaSimplify the handling of iterators in ObjectFile.
2014-01-25 Mark SeabornFix "llvm-objdump -d -r" to show relocations inline...
2014-01-25 Mark Seabornllvm-objdump: Some style cleanups to follow LLVM coding...
2014-01-21 Rafael EspindolaRename these methods to match the style guide.
2014-01-15 Rafael EspindolaReturn an ErrorOr<Binary *> from createBinary.
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-08-21 Ahmed BougachaAdd basic YAML MC CFG testcase.
2013-08-21 Ahmed BougachaMC CFG: Add YAML MCModule representation to enable...
2013-06-18 Bill WendlingUse pointers to the MCAsmInfo and MCRegInfo.
2013-05-27 NAKAMURA Takumillvm-objdump.cpp: Appease MSC16 x64. utostr(n++) causes...
2013-05-24 Ahmed BougachaMC: Disassembled CFG reconstruction.
2013-05-24 Ahmed BougachaAdd MCSymbolizer for symbolic/annotated disassembly.
2013-05-16 Ahmed Bougachallvm-objdump: Initialize MCDisassembler once instead...
2013-05-13 Rafael EspindolaRemove the MachineMove class.
2013-04-25 Rafael EspindolaClarify getRelocationAddress x getRelocationOffset...
2013-04-18 Rafael EspindolaAt Jim Grosbach's request detemplate Object/MachO.h.
2013-04-16 Alexey Samsonovllvm-objdump: Don't print contents of BSS sections...
2013-04-13 Rafael EspindolaFinish templating MachObjectFile over endianness.
2013-04-09 Rafael EspindolaConvert MachOObjectFile to a template.
2013-04-05 Rafael EspindolaDon't fetch pointers from a InMemoryStruct.
2013-04-03 Eric ChristopherDon't disassemble symbols with an unknown address or...
2013-02-12 Guy BenyeiAdd static cast to unsigned char whenever a character...
2013-02-05 Michael J. Spencer[objdump,readobj] Document the purpose and goals of...
2013-01-21 Jakub StaszakRemove unneeded #include.
2013-01-10 Michael J. Spencer[llvm-objdump] Emit addresses with the correct number...
2013-01-06 Michael J. Spencer[objdump] Add --private-headers, -p.
next