llvm/lib/MC/MCDisassembler
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
..
CMakeLists.txt build/CMake: Finish removal of add_llvm_library_dependencies. 2011-11-29 19:25:30 +00:00
Disassembler.cpp Add to the disassembler C API an option to print the disassembled 2012-12-18 23:47:28 +00:00
Disassembler.h Add to the disassembler C API an option to print the disassembled 2012-12-18 23:47:28 +00:00
EDDisassembler.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
EDDisassembler.h Sort includes for all of the .h files under the 'lib' tree. These were 2012-12-04 07:12:27 +00:00
EDInfo.h Resynchronize EDInfo.h and EDEmitter.cpp. 2011-07-11 17:57:30 +00:00
EDInst.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
EDInst.h Sort includes for all of the .h files under the 'lib' tree. These were 2012-12-04 07:12:27 +00:00
EDMain.cpp Whitespace. 2012-07-18 19:35:16 +00:00
EDOperand.cpp Modified the Enhanced Disassembler to create and 2012-02-04 07:45:35 +00:00
EDOperand.h Merge System into Support. 2010-11-29 18:16:10 +00:00
EDToken.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
EDToken.h Fix C++0x narrowing errors when char is unsigned. 2011-08-30 20:53:29 +00:00
LLVMBuild.txt Clients are responsible for initializing the targets, remove it from the disassembler API. 2011-11-11 13:20:40 +00:00
Makefile there is no reason to dynamically generate a static header. 2010-07-20 18:59:58 +00:00