Fixed ObjectFile functions:
[oota-llvm.git] / tools / llvm-objdump / MachODump.cpp
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,...