summaryrefslogtreecommitdiff
path: root/tools/llvm-objdump
AgeCommit message (Expand)AuthorFilesLines
2012-11-20Add the -no-show-raw-insn option to llvm-objdump, thus making it a bit moreEli Bendersky1-2/+9
2012-11-12Rewrite DIContext interface to take an object. Update all callers.Eric Christopher1-41/+4
2012-08-28Some of the instructions in the Mips instruction set are revisionJack Carter1-1/+16
2012-08-07Tidy up a bit.Jim Grosbach1-12/+10
2012-07-19Remove tabs.Bill Wendling1-15/+13
2012-07-02Need a space.Evan Cheng1-1/+1
2012-05-18Fixed a bug in llvm-objdump when disassembling using -macho option for a binaryKevin Enderby1-2/+29
2012-05-15Fixed a bug in llvm-objdump when disassembling using -macho option for a binaryKevin Enderby1-1/+1
2012-05-08Fix it so llvm-objdump -arch does accept x86 and x86-64 as valid arch names.Kevin Enderby1-14/+12
2012-05-03PR12729: Change 'llvm-objdump' to display the available targets.Pete Cooper1-0/+3
2012-04-02Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper2-3/+11
2012-03-23Include cctype for std::isprint.Benjamin Kramer1-0/+1
2012-03-10Fix uses of the C99 PRI format macros not to conflict with C++11 UDLs.Benjamin Kramer1-8/+8
2012-03-05Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach2-2/+11
2012-02-29[Object] Add symbol attribute flags: ST_ThreadLocal, ST_Common, and ST_Undefi...David Meyer1-1/+1
2012-02-29Make MemoryObject accessor members const againDerek Schuff3-4/+4
2012-02-28In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), ...David Meyer1-6/+6
2012-02-06Enable streaming of bitcodeDerek Schuff3-4/+4
2012-02-03Allow command-line overrides of the target triple with the Mach-OCameron Zwarich1-19/+20
2012-02-03Do the same fix as r149667, but for the Mach-O disassembler.Cameron Zwarich1-0/+4
2012-02-03Fix llvm-objdump disassembly for interesting Mach-O binaries, e.g. any MacOSCameron Zwarich1-0/+2
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2-1/+3
2011-12-12LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar1-1/+0
2011-11-29Fixed ObjectFile functions:Danil Malyshev2-8/+10
2011-11-27Revert r145180 as it is causing test failures on all the bots.Chandler Carruth2-4/+4
2011-11-27Fixed ObjectFile functions:Danil Malyshev2-4/+4
2011-11-16llvm-objdump: Ignore non-objects in archives.Michael J. Spencer1-2/+4
2011-11-11LLVMBuild: Add description files for the LLVM tools.Daniel Dunbar1-0/+23
2011-11-07Fix llvm-objdump's MachO mode to not depend on the value returned by Relocati...Owen Anderson1-6/+6
2011-11-05Add more PRI.64 macros for MSVC and use them throughout the codebase.Benjamin Kramer1-2/+2
2011-10-28uint64 formatted output: replaced %llx with PRIx64 macro.Stepan Dyatkovskiy1-5/+5
2011-10-27Revert r143149, stubbing out symbolic disassembly support. The symbolic disa...Owen Anderson1-45/+6
2011-10-27Stub out support for symbol disassembly in llvm-objdump.Owen Anderson1-6/+45
2011-10-27Fixed llvm-objdump uint64_t formatted output.Stepan Dyatkovskiy1-5/+5
2011-10-26Expand relocation type field to 64 bits. MachO scattered relocations require...Owen Anderson1-1/+1
2011-10-25Add support for the notion of "hidden" relocations. On MachO, these are relo...Owen Anderson1-0/+9
2011-10-25Fix off-by-one error when printing relocations inline with disassembly.Owen Anderson1-1/+1
2011-10-18llvm-objdump: Add static symbol table dumping.Michael J. Spencer1-1/+120
2011-10-18build: Tidy up a bunch of tool Makefiles, and simplify where possible using theDaniel Dunbar1-5/+4
2011-10-18Revert "llvm-objdump: Add static symbol table dumping."Michael J. Spencer1-118/+1
2011-10-17llvm-objdump: Add static symbol table dumping.Michael J. Spencer1-1/+118
2011-10-17Rewrite most of MachODump to work through the generic libObject interfaces ra...Owen Anderson1-169/+183
2011-10-17llvm-objdump: Add -s, which prints the contents of each section.Michael J. Spencer1-5/+52
2011-10-13llvm-object: Add inline relocation information to disassembly.Michael J. Spencer1-6/+48
2011-10-13llvm-objdump: Fix whitespace.Michael J. Spencer1-1/+1
2011-10-13llvm-objdump: Fix dumping of multiple symbols with the same address.Michael J. Spencer1-1/+12
2011-10-11llvm-objdump.cpp: Use PRIx64 as format specifier for int64_t.NAKAMURA Takumi1-1/+1
2011-10-10Add support for dumping section headers to llvm-objdump. This uses the sameNick Lewycky1-1/+39
2011-10-10llvm-objdump: Take ownership of MCInstrInfos.Benjamin Kramer2-8/+2
2011-10-08llvm-objdump: Add relocation and archive support.Michael J. Spencer2-29/+103