aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/Disassembler
Commit message (Expand)AuthorAgeFilesLines
* Add disassembler support for VPERMIL2PD and VPERMIL2PS.Craig Topper2011-12-301-2/+5
* Add FMA4 instructions to disassembler.Craig Topper2011-12-301-0/+6
* Fix execution domains for PS/PD FMA3 instructions. Add SS/SD forms o FMA3 ins...Craig Topper2011-12-291-0/+12
* Expose FMA3 instructions to the disassembler.Craig Topper2011-12-291-0/+24
* ARM NEON VST2 assembly parsing and encoding.Jim Grosbach2011-12-141-1/+1
* Add several new instructions supported by the latest MicroBlaze.Wesley Peck2011-11-272-0/+17
* Fix an ambiguous decoding where we failed to properly decode VMOVv2f32 and VM...Owen Anderson2011-11-151-0/+6
* ARM VLDR/VSTR instructions don't need a size suffix.Jim Grosbach2011-11-142-17/+17
* Simplify some uses of utohexstr.Benjamin Kramer2011-11-073-23/+23
* Fix the issue that r143552 was trying to address the _right_ way. One-regist...Owen Anderson2011-11-021-0/+4
* Fix disassembly of some VST1 instructions.Owen Anderson2011-11-011-1/+2
* More not-crashing NEON disassembly updates for the vld refactoring.Owen Anderson2011-10-311-0/+2
* Fix illegal disassembly testcase.Owen Anderson2011-10-281-2/+2
* Reapply r143202, with a manual decoding hook for SWP. This change inadvertan...Owen Anderson2011-10-281-1/+1
* Add testcase for r143162.Owen Anderson2011-10-271-0/+4
* Fix a NEON disassembly case that was broken in the recent refactorings. As m...Owen Anderson2011-10-241-0/+4
* Add X86 SARX, SHRX, and SHLX instructions.Craig Topper2011-10-232-0/+54
* Add X86 RORX instructionCraig Topper2011-10-232-0/+18
* Add X86 MULX instruction for disassembler.Craig Topper2011-10-232-0/+24
* Revert r142618, r142622, and r142624, which were based on an incorrect readin...Owen Anderson2011-10-202-5/+55
* Fix decoding tests for fixed MSR encodings.Owen Anderson2011-10-202-55/+5
* Rename PEXTR to PEXT. Add intrinsics for BMI instructions.Craig Topper2011-10-192-6/+6
* Add X86 PEXTR and PDEP instructions.Craig Topper2011-10-162-0/+36
* Add X86 BZHI instruction as well as BMI2 feature detection.Craig Topper2011-10-162-0/+18
* Add X86 INVPCID instruction. Add 32/64-bit predicates to INVEPT, INVVPID, VMR...Craig Topper2011-10-162-0/+6
* Add X86 BEXTR instruction. This instruction uses VEX.vvvv to encode Operand 3...Craig Topper2011-10-162-0/+18
* Add support for X86 blsr, blsmsk, and blsi instructions. Required extra work ...Craig Topper2011-10-152-0/+27
* Add X86 ANDN instruction. Including instruction selection.Craig Topper2011-10-142-0/+24
* Add X86 TZCNT instruction and patterns to select it. Also added core-avx2 pro...Craig Topper2011-10-142-0/+15
* Revert r141854 because it was causing failures:Bill Wendling2011-10-132-15/+0
* Add X86 TZCNT instruction and patterns to select it. Also added core-avx2 pro...Craig Topper2011-10-132-0/+15
* Thumb2 assembly parsing and encoding for LDC/STC.Jim Grosbach2011-10-121-1/+1
* Update test for r141704.Jim Grosbach2011-10-111-3/+3
* Add X86 LZCNT instruction. Including instruction selection support.Craig Topper2011-10-112-0/+15
* Fix disassembling of popcntw. Also remove some code that says it accounts for...Craig Topper2011-10-112-0/+15
* Insert dummy ED table entries for pseudo-instructions.Jakob Stoklund Olesen2011-10-101-0/+4
* Add Ivy Bridge 16-bit floating point conversion instructions for the X86 disa...Craig Topper2011-10-092-8/+56
* Add X86 disassembler support for RDFSBASE, RDGSBASE, WRFSBASE, and WRGSBASE.Craig Topper2011-10-071-0/+24
* Add X86 disassembler support for XSAVE, XRSTOR, and XSAVEOPT.Craig Topper2011-10-072-0/+18
* Add support in the disassembler for ignoring the L-bit on certain VEX instruc...Craig Topper2011-10-042-0/+54
* Add support for MOVBE and RDRAND instructions for the assembler and disassemb...Craig Topper2011-10-032-0/+45
* Treat VEX.vvvv as a 3-bit field outside of 64-bit mode. Prevents access to re...Craig Topper2011-10-032-0/+6
* 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-023-0/+168
* Special case disassembler handling of REX.B prefix on NOP instruction to deco...Craig Topper2011-10-021-0/+3
* Fix disassembling of INVEPT and INVVPID to take operandsCraig Topper2011-10-012-0/+11
* Fix disassembler handling of CRC32 which is an odd instruction that uses 0xf2...Craig Topper2011-10-012-0/+15
* Check in a patch that has already been code reviewed by Owen that I'd forgott...James Molloy2011-09-282-0/+13
* Fix an incorrect decoder test.Owen Anderson2011-09-261-2/+2
* Fix VEX decoding in i386 mode. Fixes PR11008.Craig Topper2011-09-261-0/+289