index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
llvm-objdump
/
MachODump.cpp
Age
Commit message (
Expand
)
Author
2012-03-05
Make MCRegisterInfo available to the the MCInstPrinter.
Jim Grosbach
2012-02-03
Allow command-line overrides of the target triple with the Mach-O
Cameron Zwarich
2012-02-03
Do the same fix as r149667, but for the Mach-O disassembler.
Cameron Zwarich
2011-11-29
Fixed ObjectFile functions:
Danil Malyshev
2011-11-27
Revert r145180 as it is causing test failures on all the bots.
Chandler Carruth
2011-11-27
Fixed ObjectFile functions:
Danil Malyshev
2011-11-07
Fix llvm-objdump's MachO mode to not depend on the value returned by Relocati...
Owen Anderson
2011-11-05
Add more PRI.64 macros for MSVC and use them throughout the codebase.
Benjamin Kramer
2011-10-26
Expand relocation type field to 64 bits. MachO scattered relocations require...
Owen Anderson
2011-10-17
Rewrite most of MachODump to work through the generic libObject interfaces ra...
Owen Anderson
2011-10-10
llvm-objdump: Take ownership of MCInstrInfos.
Benjamin Kramer
2011-10-07
Fix spelling in comment.
Michael J. Spencer
2011-10-07
Revert 141376 and 141377 due to breaking the build.
Bill Wendling
2011-10-07
Fix spelling in comment.
Michael J. Spencer
2011-09-21
llvm-objdump: Detach symbol listing from section enumeration for mach-o.
Benjamin Kramer
2011-09-21
llvm-objdump: Take the data from the right object when there's no dSYM around.
Benjamin Kramer
2011-09-21
llvm-objdump: Fix use after free.
Benjamin Kramer
2011-09-21
llvm-objdump: Output line info next to the disassembly if available.
Benjamin Kramer
2011-09-20
llvm-objdump: factor code better, add comments.
Benjamin Kramer
2011-09-19
Nope, there's another one!
Benjamin Kramer
2011-09-19
Missed one instance of implicit pointer conversion.
Benjamin Kramer
2011-09-19
Try to make MSVC 2010 happy.
Benjamin Kramer
2011-09-19
Add a MachO-specific "mode" to llvm-objdump, that, if enabled, gathers additi...
Benjamin Kramer