1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-27 22:12:47 +01:00
llvm-mirror/lib/Target/X86/Disassembler
Sean Callanan 27a8820ffa Fixed a bug in the disassembler where the mandatory 0x66
prefix would be misinterpreted in some cases on 32-bit
x86 platforms.  Thanks to Olivier Meurant for identifying
the bug.

llvm-svn: 124709
2011-02-02 01:09:02 +00:00
..
CMakeLists.txt CMake: Add disabling optimization on MSVC8 and MSVC10 as workaround for some files in Target/ARM and Target/X86. 2010-12-29 03:59:27 +00:00
Makefile
X86Disassembler.cpp Make the disassembler tables const so they end up in read-only memory. 2010-10-23 09:10:44 +00:00
X86Disassembler.h Make the disassembler tables const so they end up in read-only memory. 2010-10-23 09:10:44 +00:00
X86DisassemblerDecoder.c Fixed a bug in the disassembler where the mandatory 0x66 2011-02-02 01:09:02 +00:00
X86DisassemblerDecoder.h Make the disassembler tables const so they end up in read-only memory. 2010-10-23 09:10:44 +00:00
X86DisassemblerDecoderCommon.h Merge System into Support. 2010-11-29 18:16:10 +00:00