llvm-6502/lib/Target/X86/Disassembler
Sean Callanan 1a8b789a4b Eliminated the classification of control registers into %ecr_
and %rcr_, leaving just %cr_ which is what people expect.
Updated the disassembler to support this unified register set.
Added a testcase to verify that the registers continue to be
decoded correctly.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103196 91177308-0d34-0410-b5e6-96231b3b80d8
2010-05-06 20:59:00 +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 Eliminated the classification of control registers into %ecr_ 2010-05-06 20:59:00 +00:00
X86Disassembler.h Fixed a nasty layering violation in the edis source 2010-04-13 21:21:57 +00:00
X86DisassemblerDecoder.c Eliminated the classification of control registers into %ecr_ 2010-05-06 20:59:00 +00:00
X86DisassemblerDecoder.h Eliminated the classification of control registers into %ecr_ 2010-05-06 20:59:00 +00:00
X86DisassemblerDecoderCommon.h Eliminated the classification of control registers into %ecr_ 2010-05-06 20:59:00 +00:00