summaryrefslogtreecommitdiff
path: root/utils/TableGen/X86RecognizableInstr.cpp
Commit message (Expand)AuthorAge
* Add support for the VIA PadLock instructions.Joerg Sonnenberger2011-04-04
* X86 table-generator and disassembler support for the AVXSean Callanan2011-03-15
* Implement xgetbv and xsetbv.Rafael Espindola2011-02-22
* In Thumb2, direct branches can be encoded as either a "short" conditional bra...Owen Anderson2010-12-13
* factor the operand list (and related fields/operations) out of Chris Lattner2010-11-01
* Added the x86 instruction ud2b (2nd official undefined instruction).Kevin Enderby2010-10-27
* Fixed the disassembler to handle two new X86Sean Callanan2010-10-04
* Massive rewrite of MMX: Dale Johannesen2010-09-30
* add basic avx support to the disassembler, also teach it about ssmem/sdmemChris Lattner2010-09-29
* Add patterns for MMX that use the new intrinsics.Dale Johannesen2010-09-07
* Convert some tab stops into spaces.Duncan Sands2010-07-12
* Implement the major chunk of PR7195: support for 'callw'Chris Lattner2010-07-07
* More AVX instructions ({ADD,SUB,MUL,DIV}{SS,SD}rm)Bruno Cardoso Lopes2010-06-11
* Reapply r105521, this time appending "LLU" to 64 bitBruno Cardoso Lopes2010-06-08
* revert r105521, which is breaking the buildbots with stuff like this:Chris Lattner2010-06-05
* Initial AVX support for some instructions. No patterns matchedBruno Cardoso Lopes2010-06-05
* tblgen/Target: Add a isAsmParserOnly bit, and teach the disassembler to honorDaniel Dunbar2010-05-20
* Eliminated the classification of control registers into %ecr_Sean Callanan2010-05-06
* Fixed a bug where the disassembler would allow an immediateSean Callanan2010-04-07
* Check in tablegen changes to fix disassembler related failures caused by r98465.Evan Cheng2010-03-14
* Changed the table generator so that the X86Sean Callanan2010-02-24
* Added the rdtscp instruction to the x86 instructionSean Callanan2010-02-13
* Fixed encodings for invlpg, invept, and invvpid.Sean Callanan2010-02-13
* remove special cases for vmlaunch, vmresume, vmxoff, and swapgsChris Lattner2010-02-13
* Remove special cases for [LM]FENCE, MONITOR and MWAIT fromChris Lattner2010-02-12
* Reworked the Intel disassembler to support instructionsSean Callanan2010-02-12
* add a bunch of mod/rm encoding types for fixed mod/rm bytes.Chris Lattner2010-02-12
* Introduce a new CodeGenInstruction::ConstraintInfo classChris Lattner2010-02-10
* Fixes to the X86 disassembler:Sean Callanan2009-12-22
* Add missing newlines at EOF (for clang++).Daniel Dunbar2009-12-19
* Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit Sean Callanan2009-12-19