summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/X86RecognizableInstr.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Don't allow 32-bit only instructions to be disassembled in 64-bit mode. Fixes...Craig Topper2011-09-231-3/+8
* Fix mem type for VEX.128 form of VROUNDP*. Remove filter preventing VROUND fr...Craig Topper2011-09-141-5/+0
* Remove filter that was preventing MOVDQU/MOVDQA and their VEX forms from bein...Craig Topper2011-09-131-3/+1
* Fix disassembling of reverse register/register forms of ADD/SUB/XOR/OR/AND/SB...Craig Topper2011-09-111-1/+1
* Fix disassembling of PAUSE instruction. Fixes PR10900. Also fixed NOP disasse...Craig Topper2011-09-111-1/+2
* Fix the disassembly of the X86 "crc32w %ax, %eax" instruction. Bug 10702.Kevin Enderby2011-09-021-2/+5
* Add vvvv support to disassembling of instructions with MRMDestMem and MRMDest...Craig Topper2011-08-301-4/+27
* Fix the disassembly of the X86 crc32 instruction. Bug 10702 and rdar://8795217Kevin Enderby2011-08-291-2/+3
* Unconstify InitsDavid Greene2011-07-291-3/+3
* [AVX] Constify InitsDavid Greene2011-07-291-3/+3
* Fix llvm-mc handing of x86 instructions that take 8-bit unsigned immediates.Kevin Enderby2011-07-271-0/+2
* Make the disassembler able to disassemble a bunch of instructions with names ...Eli Friedman2011-07-161-1/+25
* Revert r134921, 134917, 134908 and 134907. They're causing failuresEric Christopher2011-07-111-3/+3
* [AVX] Make Inits FoldableDavid Greene2011-07-111-3/+3
* Add support for the VIA PadLock instructions.Joerg Sonnenberger2011-04-041-1/+17
* X86 table-generator and disassembler support for the AVXSean Callanan2011-03-151-48/+177
* Implement xgetbv and xsetbv.Rafael Espindola2011-02-221-1/+3
* In Thumb2, direct branches can be encoded as either a "short" conditional bra...Owen Anderson2010-12-131-0/+1
* factor the operand list (and related fields/operations) out of Chris Lattner2010-11-011-3/+3
* Added the x86 instruction ud2b (2nd official undefined instruction).Kevin Enderby2010-10-271-1/+0
* Fixed the disassembler to handle two new X86Sean Callanan2010-10-041-1/+16
* Massive rewrite of MMX: Dale Johannesen2010-09-301-6/+0
* add basic avx support to the disassembler, also teach it about ssmem/sdmemChris Lattner2010-09-291-0/+6
* Add patterns for MMX that use the new intrinsics.Dale Johannesen2010-09-071-1/+7
* Convert some tab stops into spaces.Duncan Sands2010-07-121-1/+1
* Implement the major chunk of PR7195: support for 'callw'Chris Lattner2010-07-071-0/+2
* More AVX instructions ({ADD,SUB,MUL,DIV}{SS,SD}rm)Bruno Cardoso Lopes2010-06-111-1/+8
* Reapply r105521, this time appending "LLU" to 64 bitBruno Cardoso Lopes2010-06-081-1/+7
* revert r105521, which is breaking the buildbots with stuff like this:Chris Lattner2010-06-051-7/+1
* Initial AVX support for some instructions. No patterns matchedBruno Cardoso Lopes2010-06-051-1/+7
* tblgen/Target: Add a isAsmParserOnly bit, and teach the disassembler to honorDaniel Dunbar2010-05-201-0/+4
* 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
OpenPOWER on IntegriCloud