llvm-project/llvm/lib/Target/X86/Disassembler
Lang Hames 0563ca1be8 [X86] unique_ptr'ify one of X86GenericDisassembler's members.
llvm-svn: 206127
2014-04-13 04:09:16 +00:00
..
CMakeLists.txt Cleaning up two more pre-Visual C++ 2012 build hacks. 2014-03-06 08:05:43 +00:00
LLVMBuild.txt Prune redundant dependencies in LLVMBuild.txt. 2013-12-11 00:30:57 +00:00
Makefile
X86Disassembler.cpp [X86] unique_ptr'ify one of X86GenericDisassembler's members. 2014-04-13 04:09:16 +00:00
X86Disassembler.h [X86] unique_ptr'ify one of X86GenericDisassembler's members. 2014-04-13 04:09:16 +00:00
X86DisassemblerDecoder.c [X86] Check return value of readSIB in disassembler so errors propagate. In particular this makes a too short instruction with a missing SIB byte fail. 2014-03-20 05:56:00 +00:00
X86DisassemblerDecoder.h Fix known typos 2014-01-24 17:20:08 +00:00
X86DisassemblerDecoderCommon.h Remove A6/A7 opcode maps. They can all be handled with a TB map, opcode of 0xa6/0xa7, and adding MRM_C0/MRM_E0 forms. Removes 376K from the disassembler tables. 2014-02-19 05:34:21 +00:00