llvm-project/llvm/lib/Target/X86/Disassembler
Sean Callanan 1efe661b46 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.

llvm-svn: 100694
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