aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm-objdump/MachODump.cpp
AgeCommit message (Expand)Author
2012-03-05Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach
2012-02-03Allow command-line overrides of the target triple with the Mach-OCameron Zwarich
2012-02-03Do the same fix as r149667, but for the Mach-O disassembler.Cameron Zwarich
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-07Fix llvm-objdump's MachO mode to not depend on the value returned by Relocati...Owen Anderson
2011-11-05Add more PRI.64 macros for MSVC and use them throughout the codebase.Benjamin Kramer
2011-10-26Expand relocation type field to 64 bits. MachO scattered relocations require...Owen Anderson
2011-10-17Rewrite most of MachODump to work through the generic libObject interfaces ra...Owen Anderson
2011-10-10llvm-objdump: Take ownership of MCInstrInfos.Benjamin Kramer
2011-10-07Fix spelling in comment.Michael J. Spencer
2011-10-07Revert 141376 and 141377 due to breaking the build.Bill Wendling
2011-10-07Fix spelling in comment.Michael J. Spencer
2011-09-21llvm-objdump: Detach symbol listing from section enumeration for mach-o.Benjamin Kramer
2011-09-21llvm-objdump: Take the data from the right object when there's no dSYM around.Benjamin Kramer
2011-09-21llvm-objdump: Fix use after free.Benjamin Kramer
2011-09-21llvm-objdump: Output line info next to the disassembly if available.Benjamin Kramer
2011-09-20llvm-objdump: factor code better, add comments.Benjamin Kramer
2011-09-19Nope, there's another one!Benjamin Kramer
2011-09-19Missed one instance of implicit pointer conversion.Benjamin Kramer
2011-09-19Try to make MSVC 2010 happy.Benjamin Kramer
2011-09-19Add a MachO-specific "mode" to llvm-objdump, that, if enabled, gathers additi...Benjamin Kramer