aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86InstrSSE.td
AgeCommit message (Expand)Author
2013-03-20Model prefetches and barriers as loads.Jakob Stoklund Olesen
2013-03-20Add a catch-all WriteSystem SchedWrite type.Jakob Stoklund Olesen
2013-03-20Annotate the remaining SSE MOV instructions.Jakob Stoklund Olesen
2013-03-20Annotate SSE horizontal and integer instructions.Jakob Stoklund Olesen
2013-03-20Add some missing SSE annotations.Jakob Stoklund Olesen
2013-03-19Annotate various null idioms with SchedRW lists.Jakob Stoklund Olesen
2013-03-19Annotate SSE float conversions with SchedRW lists.Jakob Stoklund Olesen
2013-03-18Add SchedRW annotations to most of X86InstrSSE.td.Jakob Stoklund Olesen
2013-03-14Unaligned loads should use the VMOVUPS opcode.Nadav Rotem
2013-01-28Fix inconsistent usage of PALIGN and PALIGNR when referring to the same instr...Craig Topper
2013-01-17Combine AVX and SSE forms of MOVSS and MOVSD into the same multiclasses so th...Craig Topper
2013-01-14Simplify nested strconcats in X86 td files since strconcat can take more than...Craig Topper
2013-01-14Create a single multiclass for SSE and AVX version of MOVL/MOVH. Prevents nee...Craig Topper
2013-01-13X86: Add patterns for X86ISD::VSEXT in registers.Benjamin Kramer
2013-01-07Remove unnecessary # tokens at the beginning and end of defm names.Craig Topper
2013-01-06Fix suffix handling for parsing and printing of cvtsi2ss, cvtsi2sd, cvtss2si,...Craig Topper
2013-01-02Merge SSE and AVX instruction definitions for scalar forms of SQRT, RSQRT, an...Craig Topper
2013-01-02Merge SSE and AVX instruction definitions for PSHUFD/PSHUFHW/PSHUFLW.Craig Topper
2013-01-02Revert 171351. It broke MC/X86/x86-32-avx.s.Rafael Espindola
2013-01-01Merge SSE and AVX instruction definitions for scalar forms of SQRT, RSQRT, an...Craig Topper
2013-01-01Remove unused argument from a multiclass.Craig Topper
2013-01-01Merge intrinsic instruction definitions for SSE and AVX versions of RCPPS and...Craig Topper
2013-01-01Remove 2 unused multiclasses.Craig Topper
2013-01-01Merge AVX/SSE instruction definitions for SQRTPS/PD, RSQRTPS, RCPPS. No funci...Craig Topper
2012-12-31Use packed instead of scalar itineraries for SSE1/2 SQRTPS/PD, RCPPS, and RSQ...Craig Topper
2012-12-29Remove intrinsic specific instructions for (V)SQRTPS/PD. Instead lower to tar...Craig Topper
2012-12-29Remove intrinsic specific instructions for SSE/SSE2/AVX floating point max/mi...Craig Topper
2012-12-27Merge basic_sse12_fp_binop_p_int and basic_sse12_fp_binop_p_y_int multiclasses.Craig Topper
2012-12-27Merge basic_sse12_fp_binop_p and basic_sse12_fp_binop_p_y multiclasses.Craig Topper
2012-12-27Add hasSideEffects=0 to some forms of ROUND, RCP, and RSQRT.Craig Topper
2012-12-27Move single letter 'P' prefix out of multiclass now that tablegen allows defm...Craig Topper
2012-12-26Mark all the _REV instructions as not having side effects. They aren't really...Craig Topper
2012-12-26Remove a special conditional setting of neverHasSideEffects if the instructio...Craig Topper
2012-12-26Merge still more SSE/AVX instruction definitions.Craig Topper
2012-12-26Merge more SSE/AVX instruction definitions.Craig Topper
2012-12-26Fix 80 column violation.Craig Topper
2012-12-26Fix class name in comment.Craig Topper
2012-12-26Merge SSE/AVX PCMPEQ/PCMPGT instruction definitions.Craig Topper
2012-12-26Remove 'v' from mnemonic to fix asm matching failures.Craig Topper
2012-12-26Use an additional multiclass to merge the 128/256-bit SSE/AVX instruction def...Craig Topper
2012-12-26Use an additional multiclass to merge the 128/256-bit SSE/AVX instruction def...Craig Topper
2012-12-26Merge an AVX/SSE 256-bit and 128-bit multiclass.Craig Topper
2012-12-26Mark VANDNPD/VANDNPDS as not commutable.Craig Topper
2012-12-21X86: Match the SSE/AVX min/max vector ops using a custom node instead of intr...Benjamin Kramer
2012-12-19Optimized load + SIGN_EXTEND patterns in the X86 backend.Elena Demikhovsky
2012-12-15X86: Add a couple of target-specific dag combines that turn VSELECTS into psu...Benjamin Kramer
2012-12-06Remove intrinsic specific instructions for (V)MOVQUmr with patterns pointing ...Craig Topper
2012-12-06Mark MOVDQ(A/U)rm as ReMaterializable. Mark all MOVDQ(A/U) instructions as ne...Craig Topper
2012-12-05Simplified BLEND pattern matching for shuffles.Elena Demikhovsky
2012-11-16Use roundps/pd for llvm.ceil, llvm.trunc, llvm.rint, and llvm.nearbyint of ve...Craig Topper