aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/Disassembler/X86/x86-32.txt
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-1/+51
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-0/+3
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-0/+3
* Update to LLVM 3.5a.Stephen Hines2014-04-241-0/+12
* Remove some instructions that seem to only exist to trick the filtering check...Craig Topper2013-10-071-0/+6
* Add disassembler support for long encodings for INC/DEC in 32-bit mode.Craig Topper2013-10-071-0/+24
* First round of fixes for the x86 fixes for the x86 move accumulator from/to m...Craig Topper2013-08-251-0/+18
* added basic support for Intel ADX instructionsKay Tiong Khoo2013-02-141-0/+12
* added test cases for r174920 (prefetch disassembly)Kay Tiong Khoo2013-02-121-0/+6
* Fix suffix handling for parsing and printing of cvtsi2ss, cvtsi2sd, cvtss2si,...Craig Topper2013-01-061-5/+5
* Make l/q suffixes on AVX forms of scalar convert instructions consistent with...Craig Topper2012-07-261-4/+4
* Add intrinsics, code gen, assembler and disassembler support for the SSE4a ex...Benjamin Kramer2012-05-291-0/+18
* Add support for AVX enhanced comparison predicates. Patch from Kay Tiong Khoo.Craig Topper2012-04-031-0/+12
* X86 disassembler support for jcxz, jecxz, and jrcxz. Fixes PR11643. Patch by ...Craig Topper2012-02-271-0/+6
* Add vmfunc instruction to X86 assembler and disassembler.Craig Topper2012-02-191-0/+3
* Add X86 assembler and disassembler support for AMD SVM instructions. Original...Craig Topper2012-02-181-0/+24
* Add X86 SARX, SHRX, and SHLX instructions.Craig Topper2011-10-231-0/+18
* Add X86 RORX instructionCraig Topper2011-10-231-0/+6
* Add X86 MULX instruction for disassembler.Craig Topper2011-10-231-0/+12
* Rename PEXTR to PEXT. Add intrinsics for BMI instructions.Craig Topper2011-10-191-2/+2
* Add X86 PEXTR and PDEP instructions.Craig Topper2011-10-161-0/+12
* Add X86 BZHI instruction as well as BMI2 feature detection.Craig Topper2011-10-161-0/+6
* Add X86 INVPCID instruction. Add 32/64-bit predicates to INVEPT, INVVPID, VMR...Craig Topper2011-10-161-0/+3
* Add X86 BEXTR instruction. This instruction uses VEX.vvvv to encode Operand 3...Craig Topper2011-10-161-0/+6
* Add support for X86 blsr, blsmsk, and blsi instructions. Required extra work ...Craig Topper2011-10-151-0/+9
* Add X86 ANDN instruction. Including instruction selection.Craig Topper2011-10-141-0/+12
* Add X86 TZCNT instruction and patterns to select it. Also added core-avx2 pro...Craig Topper2011-10-141-0/+6
* Revert r141854 because it was causing failures:Bill Wendling2011-10-131-6/+0
* Add X86 TZCNT instruction and patterns to select it. Also added core-avx2 pro...Craig Topper2011-10-131-0/+6
* Add X86 LZCNT instruction. Including instruction selection support.Craig Topper2011-10-111-0/+6
* Fix disassembling of popcntw. Also remove some code that says it accounts for...Craig Topper2011-10-111-0/+6
* Add Ivy Bridge 16-bit floating point conversion instructions for the X86 disa...Craig Topper2011-10-091-0/+24
* Add X86 disassembler support for XSAVE, XRSTOR, and XSAVEOPT.Craig Topper2011-10-071-0/+9
* Add support in the disassembler for ignoring the L-bit on certain VEX instruc...Craig Topper2011-10-041-0/+27
* Add support for MOVBE and RDRAND instructions for the assembler and disassemb...Craig Topper2011-10-031-0/+18
* Treat VEX.vvvv as a 3-bit field outside of 64-bit mode. Prevents access to re...Craig Topper2011-10-031-0/+3
* Test updates that were supposed to go with r140993.Craig Topper2011-10-031-4/+4
* Fix some Intel syntax disassembly issues with instructions that implicitly us...Craig Topper2011-10-021-0/+57
* Fix disassembling of INVEPT and INVVPID to take operandsCraig Topper2011-10-011-0/+5
* Fix disassembler handling of CRC32 which is an odd instruction that uses 0xf2...Craig Topper2011-10-011-0/+3
* Fix VEX decoding in i386 mode. Fixes PR11008.Craig Topper2011-09-261-0/+289
* Fix the disassembly of the X86 "crc32w %ax, %eax" instruction. Bug 10702.Kevin Enderby2011-09-021-0/+3
* Fix the disassembly of the X86 crc32 instruction. Bug 10702 and rdar://8795217Kevin Enderby2011-08-291-0/+3
* Make the disassembler able to disassemble a bunch of instructions with names ...Eli Friedman2011-07-161-0/+26