aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm-objdump/llvm-objdump.cpp
AgeCommit message (Expand)Author
2012-03-10Fix uses of the C99 PRI format macros not to conflict with C++11 UDLs.Benjamin Kramer
2012-03-05Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach
2012-02-29[Object] Add symbol attribute flags: ST_ThreadLocal, ST_Common, and ST_Undefi...David Meyer
2012-02-28In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), ...David Meyer
2012-02-03Fix llvm-objdump disassembly for interesting Mach-O binaries, e.g. any MacOSCameron Zwarich
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-11-29Fixed ObjectFile functions:Danil Malyshev
2011-11-27Revert r145180 as it is causing test failures on all the bots.Chandler Carruth
2011-11-27Fixed ObjectFile functions:Danil Malyshev
2011-11-16llvm-objdump: Ignore non-objects in archives.Michael J. Spencer
2011-10-28uint64 formatted output: replaced %llx with PRIx64 macro.Stepan Dyatkovskiy
2011-10-27Revert r143149, stubbing out symbolic disassembly support. The symbolic disa...Owen Anderson
2011-10-27Stub out support for symbol disassembly in llvm-objdump.Owen Anderson
2011-10-27Fixed llvm-objdump uint64_t formatted output.Stepan Dyatkovskiy
2011-10-25Add support for the notion of "hidden" relocations. On MachO, these are relo...Owen Anderson
2011-10-25Fix off-by-one error when printing relocations inline with disassembly.Owen Anderson
2011-10-18llvm-objdump: Add static symbol table dumping.Michael J. Spencer
2011-10-18Revert "llvm-objdump: Add static symbol table dumping."Michael J. Spencer
2011-10-17llvm-objdump: Add static symbol table dumping.Michael J. Spencer
2011-10-17llvm-objdump: Add -s, which prints the contents of each section.Michael J. Spencer
2011-10-13llvm-object: Add inline relocation information to disassembly.Michael J. Spencer
2011-10-13llvm-objdump: Fix whitespace.Michael J. Spencer
2011-10-13llvm-objdump: Fix dumping of multiple symbols with the same address.Michael J. Spencer
2011-10-11llvm-objdump.cpp: Use PRIx64 as format specifier for int64_t.NAKAMURA Takumi
2011-10-10Add support for dumping section headers to llvm-objdump. This uses the sameNick Lewycky
2011-10-10llvm-objdump: Take ownership of MCInstrInfos.Benjamin Kramer
2011-10-08llvm-objdump: Add relocation and archive support.Michael J. Spencer
2011-10-07Change relocation API to be per section. This time without breaking GCC.Michael J. Spencer
2011-10-07Revert 141376 and 141377 due to breaking the build.Bill Wendling
2011-10-07Change relocation API to be per section.Michael J. Spencer
2011-09-19Add a MachO-specific "mode" to llvm-objdump, that, if enabled, gathers additi...Benjamin Kramer
2011-09-15Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson
2011-09-14Object: make the following changes into SymbolRefBenjamin Kramer
2011-09-07Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy
2011-08-24Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng
2011-08-23Some refactoring so TargetRegistry.h no longer has to include any filesEvan Cheng
2011-08-08Add MCInstrAnalysis class. This allows the targets to specify own versions of...Benjamin Kramer
2011-08-08llvm-objdump: disassembly enhancementsBenjamin Kramer
2011-08-08llvm-objdump: Use help of CFG to print assembly when --cfg is passed.Benjamin Kramer
2011-07-25I will save before I commit.Benjamin Kramer
2011-07-25llvm-objdump: Ignore unreachable blocks when printing the CFG.Benjamin Kramer
2011-07-25Separate MCInstPrinter registration from AsmPrinter registration.Evan Cheng
2011-07-25Fix last bits of MC layer issues. llvm-mc doesn't need to initialize TargetMa...Evan Cheng
2011-07-22Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,Evan Cheng
2011-07-22llvm-objdump: Don't ignore errors from raw_fd_ostream.Benjamin Kramer
2011-07-22Move the registered target printing in version strings completely out ofChandler Carruth
2011-07-20Sketch out an CFG reconstruction mode for llvm-objdump.Benjamin Kramer
2011-07-19Fix off-by-one.Benjamin Kramer
2011-07-19Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng
2011-07-15Teach llvm-objdump to disassemble sections symbol by symbol.Benjamin Kramer