llvm-project/llvm/lib/Target/X86/Disassembler
Sean Callanan 4cd930f417 Fixed a sign-extension bug in the X86 disassembler
that was causing PC-relative branch targets to be
evaluated incorrectly.  Also added support for
checking operand values to the llvm-mc tester.

llvm-svn: 103128
2010-05-05 22:47:27 +00:00
..
CMakeLists.txt disable optimizations in this directory for MSVC9. This avoids 2010-04-20 01:11:32 +00:00
Makefile Fix LLVM build when the user specifies CPPFLAGS on the make command line. 2010-03-12 21:42:14 +00:00
X86Disassembler.cpp Fixed a sign-extension bug in the X86 disassembler 2010-05-05 22:47:27 +00:00
X86Disassembler.h Fixed a nasty layering violation in the edis source 2010-04-13 21:21:57 +00:00
X86DisassemblerDecoder.c add a missing break back, patch by Nico Schmidt! 2010-04-16 21:15:15 +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