| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove some errant space charcters in mnemonic strings. | Craig Topper | 2013-07-23 | 1 | -11/+11 |
* | More Intel syntax alias fixes. | Craig Topper | 2013-07-22 | 1 | -4/+4 |
* | Change %xmm0 to XMM0 in Intel side of asm strings for PBLENDVB. | Craig Topper | 2013-07-22 | 1 | -6/+6 |
* | Removed PackedDouble domain from scalar instructions. Added more formats for ... | Elena Demikhovsky | 2013-06-09 | 1 | -39/+39 |
* | [PATCH] Fix VGATHER* operand constraints | Michael Liao | 2013-06-05 | 1 | -1/+3 |
* | Removed SSEPacked domain from all forms (AVX, SSE, signed, unsigned) scalar c... | Elena Demikhovsky | 2013-05-21 | 1 | -24/+21 |
* | Corrected Atom latencies for SSE SQRT instructions. | Preston Gurd | 2013-05-07 | 1 | -11/+19 |
* | Put VMOVPQIto64rr in the VRPDI class. | Rafael Espindola | 2013-05-01 | 1 | -3/+3 |
* | X86: Now that we have a canonical form for vector integer abs, match it into ... | Benjamin Kramer | 2013-04-26 | 1 | -0/+51 |
* | Annotate the remaining x86 instructions with SchedRW lists. | Jakob Stoklund Olesen | 2013-03-26 | 1 | -4/+4 |
* | Remove IIC_DEFAULT from X86Schedule.td | Jakob Stoklund Olesen | 2013-03-25 | 1 | -4/+4 |
* | Model prefetches and barriers as loads. | Jakob Stoklund Olesen | 2013-03-20 | 1 | -1/+4 |
* | Add a catch-all WriteSystem SchedWrite type. | Jakob Stoklund Olesen | 2013-03-20 | 1 | -0/+2 |
* | Annotate the remaining SSE MOV instructions. | Jakob Stoklund Olesen | 2013-03-20 | 1 | -25/+45 |
* | Annotate SSE horizontal and integer instructions. | Jakob Stoklund Olesen | 2013-03-20 | 1 | -16/+26 |
* | Add some missing SSE annotations. | Jakob Stoklund Olesen | 2013-03-20 | 1 | -8/+18 |
* | Annotate various null idioms with SchedRW lists. | Jakob Stoklund Olesen | 2013-03-19 | 1 | -4/+4 |
* | Annotate SSE float conversions with SchedRW lists. | Jakob Stoklund Olesen | 2013-03-19 | 1 | -60/+81 |
* | Add SchedRW annotations to most of X86InstrSSE.td. | Jakob Stoklund Olesen | 2013-03-18 | 1 | -186/+280 |
* | Unaligned loads should use the VMOVUPS opcode. | Nadav Rotem | 2013-03-14 | 1 | -1/+1 |
* | Fix inconsistent usage of PALIGN and PALIGNR when referring to the same instr... | Craig Topper | 2013-01-28 | 1 | -17/+17 |
* | Combine AVX and SSE forms of MOVSS and MOVSD into the same multiclasses so th... | Craig Topper | 2013-01-17 | 1 | -74/+50 |
* | Simplify nested strconcats in X86 td files since strconcat can take more than... | Craig Topper | 2013-01-14 | 1 | -25/+25 |
* | Create a single multiclass for SSE and AVX version of MOVL/MOVH. Prevents nee... | Craig Topper | 2013-01-14 | 1 | -23/+24 |
* | X86: Add patterns for X86ISD::VSEXT in registers. | Benjamin Kramer | 2013-01-13 | 1 | -0/+42 |
* | Remove unnecessary # tokens at the beginning and end of defm names. | Craig Topper | 2013-01-07 | 1 | -10/+10 |
* | Fix suffix handling for parsing and printing of cvtsi2ss, cvtsi2sd, cvtss2si,... | Craig Topper | 2013-01-06 | 1 | -27/+100 |
* | Merge SSE and AVX instruction definitions for scalar forms of SQRT, RSQRT, an... | Craig Topper | 2013-01-02 | 1 | -82/+97 |
* | Merge SSE and AVX instruction definitions for PSHUFD/PSHUFHW/PSHUFLW. | Craig Topper | 2013-01-02 | 1 | -62/+61 |
* | Revert 171351. It broke MC/X86/x86-32-avx.s. | Rafael Espindola | 2013-01-02 | 1 | -97/+82 |
* | Merge SSE and AVX instruction definitions for scalar forms of SQRT, RSQRT, an... | Craig Topper | 2013-01-01 | 1 | -82/+97 |
* | Remove unused argument from a multiclass. | Craig Topper | 2013-01-01 | 1 | -5/+3 |
* | Merge intrinsic instruction definitions for SSE and AVX versions of RCPPS and... | Craig Topper | 2013-01-01 | 1 | -30/+34 |
* | Remove 2 unused multiclasses. | Craig Topper | 2013-01-01 | 1 | -26/+0 |
* | Merge AVX/SSE instruction definitions for SQRTPS/PD, RSQRTPS, RCPPS. No funci... | Craig Topper | 2013-01-01 | 1 | -47/+58 |
* | Use packed instead of scalar itineraries for SSE1/2 SQRTPS/PD, RCPPS, and RSQ... | Craig Topper | 2012-12-31 | 1 | -6/+6 |
* | Remove intrinsic specific instructions for (V)SQRTPS/PD. Instead lower to tar... | Craig Topper | 2012-12-29 | 1 | -11/+1 |
* | Remove intrinsic specific instructions for SSE/SSE2/AVX floating point max/mi... | Craig Topper | 2012-12-29 | 1 | -54/+0 |
* | Merge basic_sse12_fp_binop_p_int and basic_sse12_fp_binop_p_y_int multiclasses. | Craig Topper | 2012-12-27 | 1 | -28/+28 |
* | Merge basic_sse12_fp_binop_p and basic_sse12_fp_binop_p_y multiclasses. | Craig Topper | 2012-12-27 | 1 | -49/+41 |
* | Add hasSideEffects=0 to some forms of ROUND, RCP, and RSQRT. | Craig Topper | 2012-12-27 | 1 | -0/+3 |
* | Move single letter 'P' prefix out of multiclass now that tablegen allows defm... | Craig Topper | 2012-12-27 | 1 | -86/+85 |
* | Mark all the _REV instructions as not having side effects. They aren't really... | Craig Topper | 2012-12-26 | 1 | -6/+6 |
* | Remove a special conditional setting of neverHasSideEffects if the instructio... | Craig Topper | 2012-12-26 | 1 | -4/+3 |
* | Merge still more SSE/AVX instruction definitions. | Craig Topper | 2012-12-26 | 1 | -43/+15 |
* | Merge more SSE/AVX instruction definitions. | Craig Topper | 2012-12-26 | 1 | -129/+49 |
* | Fix 80 column violation. | Craig Topper | 2012-12-26 | 1 | -2/+2 |
* | Fix class name in comment. | Craig Topper | 2012-12-26 | 1 | -1/+1 |
* | Merge SSE/AVX PCMPEQ/PCMPGT instruction definitions. | Craig Topper | 2012-12-26 | 1 | -62/+12 |
* | Remove 'v' from mnemonic to fix asm matching failures. | Craig Topper | 2012-12-26 | 1 | -1/+1 |