aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/X86RecognizableInstr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Eliminated the classification of control registers into %ecr_Sean Callanan2010-05-061-4/+2
* Fixed a bug where the disassembler would allow an immediateSean Callanan2010-04-071-1/+1
* Check in tablegen changes to fix disassembler related failures caused by r98465.Evan Cheng2010-03-141-0/+1
* Changed the table generator so that the X86Sean Callanan2010-02-241-3/+4
* Added the rdtscp instruction to the x86 instructionSean Callanan2010-02-131-1/+2
* Fixed encodings for invlpg, invept, and invvpid.Sean Callanan2010-02-131-32/+7
* remove special cases for vmlaunch, vmresume, vmxoff, and swapgsChris Lattner2010-02-131-8/+8
* Remove special cases for [LM]FENCE, MONITOR and MWAIT fromChris Lattner2010-02-121-3/+0
* Reworked the Intel disassembler to support instructionsSean Callanan2010-02-121-17/+51
* add a bunch of mod/rm encoding types for fixed mod/rm bytes.Chris Lattner2010-02-121-2/+3
* Introduce a new CodeGenInstruction::ConstraintInfo classChris Lattner2010-02-101-7/+4
* Fixes to the X86 disassembler:Sean Callanan2009-12-221-3/+3
* Add missing newlines at EOF (for clang++).Daniel Dunbar2009-12-191-1/+1
* Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit Sean Callanan2009-12-191-0/+959