aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86InstrFragmentsSIMD.td
AgeCommit message (Expand)Author
2013-01-28Fix inconsistent usage of PALIGN and PALIGNR when referring to the same instr...Craig Topper
2012-12-21X86: Match the SSE/AVX min/max vector ops using a custom node instead of intr...Benjamin Kramer
2012-12-15X86: Add a couple of target-specific dag combines that turn VSELECTS into psu...Benjamin Kramer
2012-12-05Simplified BLEND pattern matching for shuffles.Elena Demikhovsky
2012-10-23Enable lowering ZERO_EXTEND/ANY_EXTEND to PMOVZX from SSE4.1Michael Liao
2012-10-10Add support for FP_ROUND from v2f64 to v2f32Michael Liao
2012-09-10Enhance PR11334 fix to support extload from v2f32/v4f32Michael Liao
2012-08-29Convert FMA4 patterns to use target specific nodes instead of intrinsics to a...Craig Topper
2012-08-19When unsafe math is used, we can use commutative FMAX and FMIN. In some casesNadav Rotem
2012-08-14fix PR11334Michael Liao
2012-08-06Implement proper handling for pcmpistri/pcmpestri intrinsics. Requires custom...Craig Topper
2012-08-01Added FMA functionality to X86 target.Elena Demikhovsky
2012-07-19Remove tabs.Bill Wendling
2012-06-09Use XOP vpcom intrinsics in patterns instead of a target specific SDNode type...Craig Topper
2012-04-22ZERO_EXTEND/SIGN_EXTEND/TRUNCATE optimization for AVX2Elena Demikhovsky
2012-04-16Change type profile for vpermv back to using operand type for the mask argume...Craig Topper
2012-04-16Merge vpermps/vpermd and vpermpd/vpermq SD nodes.Craig Topper
2012-04-16Fix SDTypeProfile for vpermps. The mask operand should be v8i32.Craig Topper
2012-04-15Added VPERM optimization for AVX2 shufflesElena Demikhovsky
2012-04-11Reapply 154396 after fixing a test.Nadav Rotem
2012-04-10Temporarily revert this patch to see if it brings the buildbots back.Eric Christopher
2012-04-10Modify the code that lowers shuffles to blends from using blendvXX to vblendXX.Nadav Rotem
2012-03-09Fix a regression from r147481.Chad Rosier
2012-02-19some comment fix for X86 and ARMJia Liu
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu
2012-02-17Remove the last of the old vector_shuffle patterns from X86 isel.Craig Topper
2012-02-14Move old movl vector_shuffle patterns. Not needed anymore since vector_shuffl...Craig Topper
2012-02-13Still more vector_shuffle pattern removal.Craig Topper
2012-02-13Recommit r150328. Previous test failures should be fixed by r150360.Craig Topper
2012-02-13Revert r150328, "Remove more vector_shuffle patterns."NAKAMURA Takumi
2012-02-12Remove more vector_shuffle patterns.Craig Topper
2012-02-12Remove more vector_shuffle patterns.Craig Topper
2012-02-11Remove some patterns for matching vector_shuffle instructions since vector_sh...Craig Topper
2012-02-05Add target specific node for PMULUDQ. Change patterns to use it and custom lo...Craig Topper
2012-02-02Optimization for SIGN_EXTEND operation on AVX.Elena Demikhovsky
2012-01-30Move some XOP patterns into instruction definition. Replae VPCMOV intrinsic p...Craig Topper
2012-01-25Custom lower PSIGN and PSHUFB intrinsics to their corresponding target specif...Craig Topper
2012-01-24Add comments near load pattern fragments indicating that all integer vector l...Craig Topper
2012-01-23Remove pattern fragments for v32i8, v16i16, v8i32, v16i8, v8i16, and v4i32 lo...Craig Topper
2012-01-22Combine X86 CMPPD and CMPPS node types. Simplifies selection code and pattern...Craig Topper
2012-01-22Merge PCMPEQB/PCMPEQW/PCMPEQD/PCMPEQQ and PCMPGTB/PCMPGTW/PCMPGTD/PCMPGTQ X86...Craig Topper
2012-01-22Add target specific ISD node types for SSE/AVX vector shuffle instructions an...Craig Topper
2012-01-19Merge 128-bit and 256-bit SHUFPS/SHUFPD handling.Craig Topper
2011-12-31Merge X86 SHUFPS and SHUFPD node types.Craig Topper
2011-12-17Remove an unused X86ISD node type.Craig Topper
2011-12-11Remove some remants of the old palign pattern fragment that were still hangin...Craig Topper
2011-12-06Merge floating point and integer UNPCK X86ISD node types.Craig Topper
2011-11-30Merge VPERM2F128/VPERM2I128 ISD node types.Craig Topper
2011-11-30Merge decoding of VPERMILPD and VPERMILPS shuffle masks. Merge X86ISD node ty...Craig Topper
2011-11-28Add X86 instruction selection for VPERM2I128 when AVX2 is enabled. Merge VPER...Craig Topper