| Commit message (Expand) | Author | Age | Files | Lines |
* | Move remaining MMX instructions from SSE to MMX. | Dale Johannesen | 2010-09-09 | 1 | -62/+44 |
* | Move most MMX instructions (defined as anything that | Dale Johannesen | 2010-09-09 | 1 | -1/+120 |
* | Add intrinsic-based patterns for MMX PINSRW and PEXTRW. | Dale Johannesen | 2010-09-08 | 1 | -0/+19 |
* | Slight cleanup, use only one form of MMXI_binop_rm_int. | Dale Johannesen | 2010-09-08 | 1 | -53/+37 |
* | Add intrinsic forms of mmx<->sse conversions. Notes: | Dale Johannesen | 2010-09-08 | 1 | -0/+51 |
* | Add patterns for MMX that use the new intrinsics. | Dale Johannesen | 2010-09-07 | 1 | -14/+60 |
* | fix the encoding of MMX_MOVFR642Qrr, it starts with 0xF2 not 0xF3, | Chris Lattner | 2010-07-15 | 1 | -1/+1 |
* | rip out even more sporadic v2f32 support. | Chris Lattner | 2010-07-05 | 1 | -14/+0 |
* | Fix an mmx movd encoding. | Dan Gohman | 2010-05-24 | 1 | -4/+4 |
* | Delete MMX_MOVQ64gmr. It was the same as MMX_MOVQ64mr, but it didn't | Dan Gohman | 2010-05-20 | 1 | -3/+0 |
* | Fixed the encoding of two of the X86 movq instuctions. The Move quadword from | Kevin Enderby | 2010-05-03 | 1 | -1/+1 |
* | Add some missing x86 patterns for movdq2q. Fixes two (LLVM-)GCC DejaGNU test... | Stuart Hastings | 2010-04-23 | 1 | -0/+11 |
* | remove a bunch of dead patterns. | Chris Lattner | 2010-03-28 | 1 | -13/+0 |
* | fix a few more ambiguous types. | Chris Lattner | 2010-03-15 | 1 | -2/+2 |
* | fix some more ambiguous patterns, remove another nontemporalstore | Chris Lattner | 2010-03-08 | 1 | -4/+5 |
* | The mayHaveSideEffects flag is no longer used. | Dan Gohman | 2010-02-27 | 1 | -1/+1 |
* | remove a confused pattern that is trying to match an address | Chris Lattner | 2010-02-23 | 1 | -7/+0 |
* | X86InstrInfoSSE.td declares PINSRW as having type v8i16, | Chris Lattner | 2010-02-23 | 1 | -3/+5 |
* | TableGen fragment refactoring. | David Greene | 2010-02-09 | 1 | -50/+0 |
* | lower the last of the MRMInitReg instructions in MCInstLower. | Chris Lattner | 2010-02-05 | 1 | -4/+3 |
* | Improved widening loads by adding support for wider loads if | Mon P Wang | 2010-01-24 | 1 | -0/+14 |
* | Instruction fixes, added instructions, and AsmString changes in the | Sean Callanan | 2009-12-18 | 1 | -19/+24 |
* | Rename usesCustomDAGSchedInserter to usesCustomInserter, and update a | Dan Gohman | 2009-10-29 | 1 | -4/+3 |
* | Add 'isCodeGenOnly' bit to Instruction .td records. | Daniel Dunbar | 2009-08-11 | 1 | -1/+1 |
* | Whitespace, 80-column, and isTwoAddress -> Constraints = "" changes. | Eric Christopher | 2009-08-10 | 1 | -32/+48 |
* | Remove neverHasSideEffects on MMX_MOVD64rrv164 since it has a matching pattern. | Evan Cheng | 2009-08-03 | 1 | -2/+1 |
* | Use movd instead of movq | Rafael Espindola | 2009-08-03 | 1 | -2/+5 |
* | Fix the instruction encoding. | Rafael Espindola | 2009-08-03 | 1 | -2/+2 |
* | Use movq to move 64 bits in and out of mmx registers. | Rafael Espindola | 2009-08-03 | 1 | -3/+7 |
* | Add support for MMX VSETCC. | Eli Friedman | 2009-07-22 | 1 | -0/+27 |
* | Misc encoding fixes; reported on llvmdev. | Eli Friedman | 2009-07-09 | 1 | -4/+4 |
* | "The MMX_MASKMOVQ and MMX_MASKMOVQ64 instructions are labeled as MRMDestMem | Bill Wendling | 2009-06-23 | 1 | -2/+2 |
* | Get rid of some bogus patterns for X86vzmovl. Don't create VZEXT_MOVL | Eli Friedman | 2009-06-06 | 1 | -17/+0 |
* | Get rid of a bogus pattern that interferes with optimization. | Eli Friedman | 2009-06-06 | 1 | -7/+0 |
* | Evan says it's wrong; back out 72808. | Stuart Hastings | 2009-06-03 | 1 | -2/+0 |
* | Recognize another euphemism for MOVDQ2Q. | Stuart Hastings | 2009-06-03 | 1 | -0/+2 |
* | "The instructions MMX_PSADBWrm and MMX_PSADBWrr have opcode 0b11100000 (e0), but | Bill Wendling | 2009-05-28 | 1 | -1/+1 |
* | 2nd attempt, fixing SSE4.1 issues and implementing feedback from duncan. | Nate Begeman | 2009-04-27 | 1 | -67/+47 |
* | Revert 69952. Causes testsuite failures on linux x86-64. | Rafael Espindola | 2009-04-24 | 1 | -47/+67 |
* | PR2957 | Nate Begeman | 2009-04-24 | 1 | -67/+47 |
* | Only v1i16 (i.e. _m64) is returned via RAX / RDX. | Evan Cheng | 2009-02-23 | 1 | -6/+26 |
* | Added support for SELECT v8i8 v4i16 for X86 (MMX) | Mon P Wang | 2008-12-12 | 1 | -0/+11 |
* | Use mmx (punpckldq VR64, (mmx_v_set0)) to clear high 32-bits of a VR64 register. | Evan Cheng | 2008-12-03 | 1 | -3/+13 |
* | Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning. | Dan Gohman | 2008-12-03 | 1 | -2/+2 |
* | Add more vector move low and zero-extend patterns. | Evan Cheng | 2008-11-05 | 1 | -0/+9 |
* | Make "movdq2q" and "movq2dq" dependent upon having SSE2 because they use the | Bill Wendling | 2008-08-27 | 1 | -3/+3 |
* | Nevermind. This broke the bootstrap (?!). | Bill Wendling | 2008-08-25 | 1 | -3/+3 |
* | MOVQ2DQ and MOVQ2DQ use SSE2. We should conditionalize the use of these | Bill Wendling | 2008-08-25 | 1 | -3/+3 |
* | Provide a 64 bit variant of mmx.maskmovq intrinsic lowering. | Anton Korobeynikov | 2008-08-23 | 1 | -0/+4 |
* | Remove dead PatLeaf; there are a number of issues around MMX movl that need t... | Nate Begeman | 2008-07-25 | 1 | -5/+0 |