summaryrefslogtreecommitdiff
path: root/tools/llvm-objdump/MachODump.cpp
Commit message (Expand)AuthorAge
* Fixed ObjectFile functions:Danil Malyshev2011-11-29
* Revert r145180 as it is causing test failures on all the bots.Chandler Carruth2011-11-27
* Fixed ObjectFile functions:Danil Malyshev2011-11-27
* Fix llvm-objdump's MachO mode to not depend on the value returned by Relocati...Owen Anderson2011-11-07
* Add more PRI.64 macros for MSVC and use them throughout the codebase.Benjamin Kramer2011-11-05
* Expand relocation type field to 64 bits. MachO scattered relocations require...Owen Anderson2011-10-26
* Rewrite most of MachODump to work through the generic libObject interfaces ra...Owen Anderson2011-10-17
* llvm-objdump: Take ownership of MCInstrInfos.Benjamin Kramer2011-10-10
* Fix spelling in comment.Michael J. Spencer2011-10-07
* Revert 141376 and 141377 due to breaking the build.Bill Wendling2011-10-07
* Fix spelling in comment.Michael J. Spencer2011-10-07
* llvm-objdump: Detach symbol listing from section enumeration for mach-o.Benjamin Kramer2011-09-21
* llvm-objdump: Take the data from the right object when there's no dSYM around.Benjamin Kramer2011-09-21
* llvm-objdump: Fix use after free.Benjamin Kramer2011-09-21
* llvm-objdump: Output line info next to the disassembly if available.Benjamin Kramer2011-09-21
* llvm-objdump: factor code better, add comments.Benjamin Kramer2011-09-20
* Nope, there's another one!Benjamin Kramer2011-09-19
* Missed one instance of implicit pointer conversion.Benjamin Kramer2011-09-19
* Try to make MSVC 2010 happy.Benjamin Kramer2011-09-19
* Add a MachO-specific "mode" to llvm-objdump, that, if enabled, gathers additi...Benjamin Kramer2011-09-19