Add a new interface to allow IR-level passes to access codegen-specific information.
[oota-llvm.git] / tools / llvm-objdump / MachODump.cpp
2012-07-19 Bill WendlingRemove tabs.
2012-07-02 Evan ChengNeed a space.
2012-05-18 Kevin EnderbyFixed a bug in llvm-objdump when disassembling using...
2012-05-15 Kevin EnderbyFixed a bug in llvm-objdump when disassembling using...
2012-04-02 Craig TopperMake MCInstrInfo available to the MCInstPrinter. This...
2012-03-05 Jim GrosbachMake MCRegisterInfo available to the the MCInstPrinter.
2012-02-03 Cameron ZwarichAllow command-line overrides of the target triple with...
2012-02-03 Cameron ZwarichDo the same fix as r149667, but for the Mach-O disassem...
2011-11-29 Danil MalyshevFixed ObjectFile functions:
2011-11-27 Chandler CarruthRevert r145180 as it is causing test failures on all...
2011-11-27 Danil MalyshevFixed ObjectFile functions:
2011-11-07 Owen AndersonFix llvm-objdump's MachO mode to not depend on the...
2011-11-05 Benjamin KramerAdd more PRI.64 macros for MSVC and use them throughout...
2011-10-26 Owen AndersonExpand relocation type field to 64 bits. MachO scatter...
2011-10-17 Owen AndersonRewrite most of MachODump to work through the generic...
2011-10-10 Benjamin Kramerllvm-objdump: Take ownership of MCInstrInfos.
2011-10-07 Michael J. SpencerFix spelling in comment.
2011-10-07 Bill WendlingRevert 141376 and 141377 due to breaking the build.
2011-10-07 Michael J. SpencerFix spelling in comment.
2011-09-21 Benjamin Kramerllvm-objdump: Detach symbol listing from section enumer...
2011-09-21 Benjamin Kramerllvm-objdump: Take the data from the right object when...
2011-09-21 Benjamin Kramerllvm-objdump: Fix use after free.
2011-09-21 Benjamin Kramerllvm-objdump: Output line info next to the disassembly...
2011-09-20 Benjamin Kramerllvm-objdump: factor code better, add comments.
2011-09-19 Benjamin KramerNope, there's another one!
2011-09-19 Benjamin KramerMissed one instance of implicit pointer conversion.
2011-09-19 Benjamin KramerTry to make MSVC 2010 happy.
2011-09-19 Benjamin KramerAdd a MachO-specific "mode" to llvm-objdump, that,...