llvm-6502/lib/Target/X86/Disassembler
2012-09-13 05:45:42 +00:00
..
CMakeLists.txt
LLVMBuild.txt
Makefile
X86Disassembler.cpp Use const properly so that we dont remove const qualifier from region and MII 2012-09-05 21:17:34 +00:00
X86Disassembler.h Change unsigned to a uint16_t in static disassembler tables to reduce the table size. 2012-09-11 04:19:21 +00:00
X86DisassemblerDecoder.c Add a new compression type to ModRM table that detects when the memory modRM byte represent 8 instructions and the reg modRM byte represents up to 64 instructions. Reduces modRM table from 43k entreis to 25k entries. Based on a patch from Manman Ren. 2012-09-13 05:45:42 +00:00
X86DisassemblerDecoder.h Change unsigned to a uint16_t in static disassembler tables to reduce the table size. 2012-09-11 04:19:21 +00:00
X86DisassemblerDecoderCommon.h Add a new compression type to ModRM table that detects when the memory modRM byte represent 8 instructions and the reg modRM byte represents up to 64 instructions. Reduces modRM table from 43k entreis to 25k entries. Based on a patch from Manman Ren. 2012-09-13 05:45:42 +00:00