llvm-6502/lib/Target/X86/Disassembler
2011-10-02 16:56:09 +00:00
..
CMakeLists.txt
Makefile
X86Disassembler.cpp X86Disassembler: if verbose logging is going to nulls(), disable logging completely. 2011-09-21 21:47:35 +00:00
X86Disassembler.h Don't attach annotations to MCInst's. Instead, have the disassembler return, and the printer accept, an annotation string which can be passed through if the client cares about annotations. 2011-09-15 23:38:46 +00:00
X86DisassemblerDecoder.c Special case disassembler handling of REX.B prefix on NOP instruction to decode as XCHG R8D, EAX instead. Fixes PR10344. 2011-10-02 16:56:09 +00:00
X86DisassemblerDecoder.h
X86DisassemblerDecoderCommon.h Fix disassembler handling of CRC32 which is an odd instruction that uses 0xf2 as an opcode extension and allows the opsize prefix. This necessitated adding IC_XD_OPSIZE and IC_64BIT_XD_OPSIZE contexts. Unfortunately, this increases the size of the disassembler tables. Fixes PR10702. 2011-10-01 19:54:56 +00:00