llvm-6502/lib/Target/X86/Disassembler
Sean Callanan 5edca81626 Fixed a bug where the disassembler would allow an immediate
argument that had to be between 0 and 7 to have any value,
firing an assert later in the AsmPrinter.  Now, the
disassembler rejects instructions with out-of-range values
for that immediate.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100694 91177308-0d34-0410-b5e6-96231b3b80d8
2010-04-07 21:42:19 +00:00
..
CMakeLists.txt
Makefile Fix LLVM build when the user specifies CPPFLAGS on the make command line. 2010-03-12 21:42:14 +00:00
X86Disassembler.cpp Fixes to the X86 disassembler. The disassembler will now 2010-04-02 21:23:51 +00:00
X86Disassembler.h
X86DisassemblerDecoder.c Fixed a bug where the disassembler would allow an immediate 2010-04-07 21:42:19 +00:00
X86DisassemblerDecoder.h Fixes to the X86 disassembler. The disassembler will now 2010-04-02 21:23:51 +00:00
X86DisassemblerDecoderCommon.h Fixed a bug where the disassembler would allow an immediate 2010-04-07 21:42:19 +00:00