| Commit message (Expand) | Author | Age | Files | Lines |
* | Add disassembler support for VPERMIL2PD and VPERMIL2PS. | Craig Topper | 2011-12-30 | 1 | -2/+5 |
* | Add FMA4 instructions to disassembler. | Craig Topper | 2011-12-30 | 1 | -0/+6 |
* | Fix execution domains for PS/PD FMA3 instructions. Add SS/SD forms o FMA3 ins... | Craig Topper | 2011-12-29 | 1 | -0/+12 |
* | Expose FMA3 instructions to the disassembler. | Craig Topper | 2011-12-29 | 1 | -0/+24 |
* | ARM NEON VST2 assembly parsing and encoding. | Jim Grosbach | 2011-12-14 | 1 | -1/+1 |
* | Add several new instructions supported by the latest MicroBlaze. | Wesley Peck | 2011-11-27 | 2 | -0/+17 |
* | Fix an ambiguous decoding where we failed to properly decode VMOVv2f32 and VM... | Owen Anderson | 2011-11-15 | 1 | -0/+6 |
* | ARM VLDR/VSTR instructions don't need a size suffix. | Jim Grosbach | 2011-11-14 | 2 | -17/+17 |
* | Simplify some uses of utohexstr. | Benjamin Kramer | 2011-11-07 | 3 | -23/+23 |
* | Fix the issue that r143552 was trying to address the _right_ way. One-regist... | Owen Anderson | 2011-11-02 | 1 | -0/+4 |
* | Fix disassembly of some VST1 instructions. | Owen Anderson | 2011-11-01 | 1 | -1/+2 |
* | More not-crashing NEON disassembly updates for the vld refactoring. | Owen Anderson | 2011-10-31 | 1 | -0/+2 |
* | Fix illegal disassembly testcase. | Owen Anderson | 2011-10-28 | 1 | -2/+2 |
* | Reapply r143202, with a manual decoding hook for SWP. This change inadvertan... | Owen Anderson | 2011-10-28 | 1 | -1/+1 |
* | Add testcase for r143162. | Owen Anderson | 2011-10-27 | 1 | -0/+4 |
* | Fix a NEON disassembly case that was broken in the recent refactorings. As m... | Owen Anderson | 2011-10-24 | 1 | -0/+4 |
* | Add X86 SARX, SHRX, and SHLX instructions. | Craig Topper | 2011-10-23 | 2 | -0/+54 |
* | Add X86 RORX instruction | Craig Topper | 2011-10-23 | 2 | -0/+18 |
* | Add X86 MULX instruction for disassembler. | Craig Topper | 2011-10-23 | 2 | -0/+24 |
* | Revert r142618, r142622, and r142624, which were based on an incorrect readin... | Owen Anderson | 2011-10-20 | 2 | -5/+55 |
* | Fix decoding tests for fixed MSR encodings. | Owen Anderson | 2011-10-20 | 2 | -55/+5 |
* | Rename PEXTR to PEXT. Add intrinsics for BMI instructions. | Craig Topper | 2011-10-19 | 2 | -6/+6 |
* | Add X86 PEXTR and PDEP instructions. | Craig Topper | 2011-10-16 | 2 | -0/+36 |
* | Add X86 BZHI instruction as well as BMI2 feature detection. | Craig Topper | 2011-10-16 | 2 | -0/+18 |
* | Add X86 INVPCID instruction. Add 32/64-bit predicates to INVEPT, INVVPID, VMR... | Craig Topper | 2011-10-16 | 2 | -0/+6 |
* | Add X86 BEXTR instruction. This instruction uses VEX.vvvv to encode Operand 3... | Craig Topper | 2011-10-16 | 2 | -0/+18 |
* | Add support for X86 blsr, blsmsk, and blsi instructions. Required extra work ... | Craig Topper | 2011-10-15 | 2 | -0/+27 |
* | Add X86 ANDN instruction. Including instruction selection. | Craig Topper | 2011-10-14 | 2 | -0/+24 |
* | Add X86 TZCNT instruction and patterns to select it. Also added core-avx2 pro... | Craig Topper | 2011-10-14 | 2 | -0/+15 |
* | Revert r141854 because it was causing failures: | Bill Wendling | 2011-10-13 | 2 | -15/+0 |
* | Add X86 TZCNT instruction and patterns to select it. Also added core-avx2 pro... | Craig Topper | 2011-10-13 | 2 | -0/+15 |
* | Thumb2 assembly parsing and encoding for LDC/STC. | Jim Grosbach | 2011-10-12 | 1 | -1/+1 |
* | Update test for r141704. | Jim Grosbach | 2011-10-11 | 1 | -3/+3 |
* | Add X86 LZCNT instruction. Including instruction selection support. | Craig Topper | 2011-10-11 | 2 | -0/+15 |
* | Fix disassembling of popcntw. Also remove some code that says it accounts for... | Craig Topper | 2011-10-11 | 2 | -0/+15 |
* | Insert dummy ED table entries for pseudo-instructions. | Jakob Stoklund Olesen | 2011-10-10 | 1 | -0/+4 |
* | Add Ivy Bridge 16-bit floating point conversion instructions for the X86 disa... | Craig Topper | 2011-10-09 | 2 | -8/+56 |
* | Add X86 disassembler support for RDFSBASE, RDGSBASE, WRFSBASE, and WRGSBASE. | Craig Topper | 2011-10-07 | 1 | -0/+24 |
* | Add X86 disassembler support for XSAVE, XRSTOR, and XSAVEOPT. | Craig Topper | 2011-10-07 | 2 | -0/+18 |
* | Add support in the disassembler for ignoring the L-bit on certain VEX instruc... | Craig Topper | 2011-10-04 | 2 | -0/+54 |
* | Add support for MOVBE and RDRAND instructions for the assembler and disassemb... | Craig Topper | 2011-10-03 | 2 | -0/+45 |
* | Treat VEX.vvvv as a 3-bit field outside of 64-bit mode. Prevents access to re... | Craig Topper | 2011-10-03 | 2 | -0/+6 |
* | Test updates that were supposed to go with r140993. | Craig Topper | 2011-10-03 | 1 | -4/+4 |
* | Fix some Intel syntax disassembly issues with instructions that implicitly us... | Craig Topper | 2011-10-02 | 3 | -0/+168 |
* | Special case disassembler handling of REX.B prefix on NOP instruction to deco... | Craig Topper | 2011-10-02 | 1 | -0/+3 |
* | Fix disassembling of INVEPT and INVVPID to take operands | Craig Topper | 2011-10-01 | 2 | -0/+11 |
* | Fix disassembler handling of CRC32 which is an odd instruction that uses 0xf2... | Craig Topper | 2011-10-01 | 2 | -0/+15 |
* | Check in a patch that has already been code reviewed by Owen that I'd forgott... | James Molloy | 2011-09-28 | 2 | -0/+13 |
* | Fix an incorrect decoder test. | Owen Anderson | 2011-09-26 | 1 | -2/+2 |
* | Fix VEX decoding in i386 mode. Fixes PR11008. | Craig Topper | 2011-09-26 | 1 | -0/+289 |