summaryrefslogtreecommitdiff
path: root/lib/Target/X86/Disassembler/X86DisassemblerDecoderCommon.h
Commit message (Expand)AuthorAge
* More C++ification.Richard Smith2014-04-20
* Don't provide two different definitions of ModRMDecision, OpcodeDecision, and...Richard Smith2014-04-20
* Don't define llvm::X86Disassembler::InstructionSpecifier in different ways inRichard Smith2014-04-20
* What year is it! This file has no reason to be written in C, and has doubly noRichard Smith2014-04-20
* Remove A6/A7 opcode maps. They can all be handled with a TB map, opcode of 0x...Craig Topper2014-02-19
* [x86] Allow address-size overrides for STOS[BWLQ] (PR9385)David Woodhouse2014-01-22
* [x86] Allow segment and address-size overrides for LODS[BWLQ] (PR9385)David Woodhouse2014-01-22
* [x86] Fix disassembly of MOV16ao16 et al.David Woodhouse2014-01-20
* [x86] Fix MOV8ao8 et al for 16-bit mode, fix up disassembler to understandDavid Woodhouse2014-01-08
* Remove modifierType/Base from X86 disassembler tables as they are no longer u...Craig Topper2014-01-01
* Remove need for MODIFIER_OPCODE in the disassembler tables. AddRegFrms are re...Craig Topper2014-01-01
* Second attempt at Removing special form of AddRegFrm used by FP instructions....Craig Topper2014-01-01
* Revert r198238 and add FP disassembler tests. It didn't work and I didn't rea...Craig Topper2013-12-31
* Remove special form of AddRegFrm used by FP instructions. These instructions ...Craig Topper2013-12-30
* AVX-512: decoder for AVX-512, made by Alexey Bader.Elena Demikhovsky2013-12-25
* AVX-512: Added legal type MVT::i1 and VK1 register for it.Elena Demikhovsky2013-12-16
* AVX-512: added VPCONFLICT instruction and intrinsics,Elena Demikhovsky2013-11-03
* Add XOP disassembler support. Fixes PR13933.Craig Topper2013-10-03
* Various x86 disassembler fixes.Craig Topper2013-09-30
* Added encoding prefixes for KNL instructions (EVEX).Elena Demikhovsky2013-07-28
* Add a new compression type to ModRM table that detects when the memory modRM ...Craig Topper2012-09-13
* Add more indirection to the disassembler tables to reduce amount of space use...Craig Topper2012-08-01
* Tidy up trailing whitespaceCraig Topper2012-07-31
* Add support for AVX enhanced comparison predicates. Patch from Kay Tiong Khoo.Craig Topper2012-04-03
* Use uint8_t instead of enums to store values in X86 disassembler table. Shave...Craig Topper2012-03-04
* X86 disassembler support for jcxz, jecxz, and jrcxz. Fixes PR11643. Patch by ...Craig Topper2012-02-27
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-18
* More tweaks to get the size of the X86 disassembler tables down.Craig Topper2012-02-09
* More AVX2 instructions and their intrinsics.Craig Topper2011-11-06
* Fix disassembling of popcntw. Also remove some code that says it accounts for...Craig Topper2011-10-11
* Add support in the disassembler for ignoring the L-bit on certain VEX instruc...Craig Topper2011-10-04
* Fix disassembler handling of CRC32 which is an odd instruction that uses 0xf2...Craig Topper2011-10-01
* Add support for the VIA PadLock instructions.Joerg Sonnenberger2011-04-04
* X86 table-generator and disassembler support for the AVXSean Callanan2011-03-15
* Merge System into Support.Michael J. Spencer2010-11-29
* add basic avx support to the disassembler, also teach it about ssmem/sdmemChris Lattner2010-09-29
* 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
* Fixes to the X86 disassembler:Sean Callanan2009-12-22
* Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit Sean Callanan2009-12-19