| Commit message (Expand) | Author | Age | Files | Lines |
* | Instruction selection priority fixes to remove the XMM/XMMInt/orAVX predicate... | Craig Topper | 2012-01-10 | 1 | -24/+1 |
* | Don't disable MMX support when AVX is enabled. Fix predicates for MMX instruc... | Craig Topper | 2012-01-09 | 1 | -3/+26 |
* | Allow CRC32 instructions to be selected when AVX is enabled. | Craig Topper | 2012-01-01 | 1 | -2/+2 |
* | Fix sfence, lfence, mfence, and clflush to be able to be selected when AVX is... | Craig Topper | 2012-01-01 | 1 | -4/+0 |
* | Separate the concept of having memory access in operand 4 from the concept of... | Craig Topper | 2011-12-30 | 1 | -3/+3 |
* | Fix execution domains for PS/PD FMA3 instructions. Add SS/SD forms o FMA3 ins... | Craig Topper | 2011-12-29 | 1 | -1/+1 |
* | Mark non-VEX forms of PCLMUL instructions as requiring SSE2 to be enabled alo... | Craig Topper | 2011-12-29 | 1 | -1/+1 |
* | Mark non-VEX forms of AES instructions as requiring SSE2 to be enabled along ... | Craig Topper | 2011-12-29 | 1 | -2/+2 |
* | Make sure we correctly note the existence of an i8 immediate for vblendvps an... | Eli Friedman | 2011-12-15 | 1 | -1/+1 |
* | XOP instructions and encoding tests. | Jan Sjödin | 2011-12-12 | 1 | -0/+18 |
* | XOP encoding bits and logic. | Jan Sjödin | 2011-12-12 | 1 | -0/+5 |
* | Remove hasSSE1orAVX(). It's the same as hasXMM(). | Evan Cheng | 2011-12-09 | 1 | -1/+1 |
* | Many of the SSE patterns should not be selected when AVX is available. This l... | Evan Cheng | 2011-12-08 | 1 | -0/+4 |
* | This patch contains support for encoding FMA4 instructions and | Bruno Cardoso Lopes | 2011-11-25 | 1 | -1/+9 |
* | More AVX2 instructions and their intrinsics. | Craig Topper | 2011-11-06 | 1 | -1/+1 |
* | Add more AVX2 instructions and intrinsics. | Craig Topper | 2011-11-06 | 1 | -0/+14 |
* | Add X86 RORX instruction | Craig Topper | 2011-10-23 | 1 | -0/+1 |
* | Add X86 PEXTR and PDEP instructions. | Craig Topper | 2011-10-16 | 1 | -3/+4 |
* | Add X86 BZHI instruction as well as BMI2 feature detection. | Craig Topper | 2011-10-16 | 1 | -4/+8 |
* | Add support in the disassembler for ignoring the L-bit on certain VEX instruc... | Craig Topper | 2011-10-04 | 1 | -1/+4 |
* | - Handle special scalar_to_vector case: splats. Using a native 128-bit | Bruno Cardoso Lopes | 2011-07-25 | 1 | -0/+3 |
* | Add assembler/disassembler support for non-AVX pclmulqdq. While I'm here, use... | Eli Friedman | 2011-07-05 | 1 | -0/+5 |
* | Add support for the VIA PadLock instructions. | Joerg Sonnenberger | 2011-04-04 | 1 | -1/+3 |
* | Expand Op0Mask by one bit in preparation for the PadLock prefixes. | Joerg Sonnenberger | 2011-04-04 | 1 | -30/+30 |
* | Enabled disassembler support for AVX instructions | Sean Callanan | 2011-03-15 | 1 | -2/+2 |
* | Implement xgetbv and xsetbv. | Rafael Espindola | 2011-02-22 | 1 | -0/+2 |
* | Fix some grammar in comments I noticed. | Eric Christopher | 2010-11-30 | 1 | -5/+5 |
* | This defaults to GenericDomain. | Eric Christopher | 2010-11-30 | 1 | -1/+1 |
* | Implement a PseudoI class and transfer the sse instructions over to use | Eric Christopher | 2010-11-30 | 1 | -0/+5 |
* | fix the !eq operator in tblgen to return a bit instead of an int. | Chris Lattner | 2010-10-31 | 1 | -0/+3 |
* | Implement support for the bizarre 3DNow! encoding (which is unlike anything | Chris Lattner | 2010-10-03 | 1 | -0/+3 |
* | fix rdar://8444631 - encoder crash on 'enter' | Chris Lattner | 2010-09-17 | 1 | -1/+2 |
* | Fix comment typos. | Bob Wilson | 2010-08-26 | 1 | -1/+1 |
* | fix PR7465, mishandling of lcall and ljmp: intersegment long | Chris Lattner | 2010-08-19 | 1 | -0/+1 |
* | minor progress towards fixing PR7465 | Chris Lattner | 2010-08-19 | 1 | -2/+2 |
* | Add AVX version of CLMUL instructions | Bruno Cardoso Lopes | 2010-07-23 | 1 | -0/+6 |
* | Add complete assembler support for FMA3 instructions, with descriptions and e... | Bruno Cardoso Lopes | 2010-07-23 | 1 | -0/+6 |
* | Add new AVX instruction vinsertf128 | Bruno Cardoso Lopes | 2010-07-20 | 1 | -0/+5 |
* | Add AVX vbroadcast new instruction | Bruno Cardoso Lopes | 2010-07-20 | 1 | -0/+9 |
* | AVX 256-bit conversion instructions | Bruno Cardoso Lopes | 2010-07-13 | 1 | -0/+3 |
* | Since AVX is a superset of all SSE versions, only use HasAVX for AVX instruct... | Bruno Cardoso Lopes | 2010-07-13 | 1 | -12/+8 |
* | Implement the major chunk of PR7195: support for 'callw' | Chris Lattner | 2010-07-07 | 1 | -3/+11 |
* | Add AVX vblendvpd, vblendvps and vpblendvb instructions | Bruno Cardoso Lopes | 2010-07-06 | 1 | -0/+4 |
* | - Add AVX SSE2 Move doubleword and quadword instructions. | Bruno Cardoso Lopes | 2010-07-01 | 1 | -3/+6 |
* | Reapply r106896: | Bruno Cardoso Lopes | 2010-06-25 | 1 | -4/+4 |
* | Add AVX CMP{SS,SD}{rr,rm} instructions and encoding testcases | Bruno Cardoso Lopes | 2010-06-24 | 1 | -0/+12 |
* | Add AVX compare packed instructions | Bruno Cardoso Lopes | 2010-06-22 | 1 | -0/+12 |
* | Add AVX MOV{SS,SD}{rr,rm} instructions | Bruno Cardoso Lopes | 2010-06-22 | 1 | -7/+10 |
* | Fix typo, SSE1 should be used by XS, not SSE2 | Bruno Cardoso Lopes | 2010-06-18 | 1 | -1/+1 |
* | Apply some refactor to packed instructions | Bruno Cardoso Lopes | 2010-06-18 | 1 | -0/+12 |