llvm-6502/include
Kevin Enderby 5469f605fe Add to the disassembler C API an option to print the disassembled
instructions in the assembly code variant if one exists.

The intended use for this is so tools like lldb and darwin's otool(1)
can be switched to print Intel-flavored disassembly.

I discussed extensively this API with Jim Grosbach and we feel
while it may not be fully general, in reality there is only one syntax
for each assembly with the exception of X86 which has exactly
two for historical reasons.

rdar://10989182


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170477 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-18 23:47:28 +00:00
..
llvm Remove MachineInstr::setIsInsideBundle(). 2012-12-18 23:40:14 +00:00
llvm-c Add to the disassembler C API an option to print the disassembled 2012-12-18 23:47:28 +00:00