llvm-6502/lib/Target/X86/Disassembler
Rafael Espindola 6a222ec893 Pass an ArrayRef to MCDisassembler::getInstruction.
With this patch MCDisassembler::getInstruction takes an ArrayRef<uint8_t>
instead of a MemoryObject.

Even on X86 there is a maximum size an instruction can have. Given
that, it seems way simpler and more efficient to just pass an ArrayRef
to the disassembler instead of a MemoryObject and have it do a virtual
call every time it wants some extra bytes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221751 91177308-0d34-0410-b5e6-96231b3b80d8
2014-11-12 02:04:27 +00:00
..
CMakeLists.txt What year is it! This file has no reason to be written in C, and has doubly no 2014-04-20 21:07:34 +00:00
LLVMBuild.txt Finish inverting the MC -> Object dependency. 2014-07-23 22:26:07 +00:00
Makefile Appease autoconf build since X86Disassembler.c has been disappeared in r206717. 2014-04-21 14:59:11 +00:00
X86Disassembler.cpp Pass an ArrayRef to MCDisassembler::getInstruction. 2014-11-12 02:04:27 +00:00
X86Disassembler.h Pass an ArrayRef to MCDisassembler::getInstruction. 2014-11-12 02:04:27 +00:00
X86DisassemblerDecoder.cpp [X86] Fix a bug where the disassembler was ignoring the VEX.W bit in 32-bit mode for certain instructions it shouldn't. 2014-10-07 07:29:50 +00:00
X86DisassemblerDecoder.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
X86DisassemblerDecoderCommon.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00