History log of /llvm-project/llvm/lib/MC/MCDisassembler/Disassembler.cpp (Results 101 – 103 of 103)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-2.9.0
# 3cf622a8 29-Mar-2011 Francois Pichet <pichet2000@gmail.com>

Fix the MSVC build.

llvm-svn: 128441


# f3070dc4 28-Mar-2011 Kevin Enderby <enderby@apple.com>

Again adding a C API to the disassembler for use by such tools as Darwin's
otool(1), this time with the needed fix for case sensitive file systems :) .
This is a work in progress as the interface for

Again adding a C API to the disassembler for use by such tools as Darwin's
otool(1), this time with the needed fix for case sensitive file systems :) .
This is a work in progress as the interface for producing symbolic operands is
not done. But a hacked prototype using information from the object file's
relocation entiries and replacing immediate operands with MCExpr's has been
shown to work with no changes to the instrucion printer. These APIs will be
moved into a dynamic library at some point.

llvm-svn: 128415

show more ...


Revision tags: llvmorg-2.9.0-rc3
# c8b40786 26-Mar-2011 Kevin Enderby <enderby@apple.com>

Adding a C API to the disassembler for use by such tools as Darwin's otool(1).
This is a work in progress as the interface for producing symbolic operands is
not done. But a hacked prototype using i

Adding a C API to the disassembler for use by such tools as Darwin's otool(1).
This is a work in progress as the interface for producing symbolic operands is
not done. But a hacked prototype using information from the object file's
relocation entiries and replacing immediate operands with MCExpr's has been
shown to work with no changes to the instrucion printer. These APIs will be
moved into a dynamic library at some point.

llvm-svn: 128308

show more ...


12345