llvm-6502/lib/Target/X86/Disassembler
2012-09-11 04:19:21 +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 Use const properly so that we dont remove const qualifier from region and MII 2012-09-05 21:17:34 +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 more indirection to the disassembler tables to reduce amount of space used to store the operand types and encodings. Store only the unique combinations in a separate table and store indices in the instruction table. Saves about 32K of static data. 2012-08-01 07:39:18 +00:00