summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/sse41-intrinsics-x86.ll
AgeCommit message (Expand)Author
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-11-13[X86] Use sse_load_f32/f64 in patterns for the memory forms of VRNDSCALESS/SD.Craig Topper
2017-11-13[X86] Use EVEX encoded VRNDSCALE instructions to implement the legacy round i...Craig Topper
2017-10-03[X86][SSE] Add support for PACKSS/PACKUS constant foldingSimon Pilgrim
2017-10-02[X86][SSE] Add PACKSS/PACKUS constant folding tests Simon Pilgrim
2017-03-12[x86] don't blindly transform SETB into SBBSanjay Patel
2017-03-07[X86][AVX512] Add missing entries to EVEX2VEX tablesAyman Musa
2017-02-05[X86] Fix printing of blendvpd/blendvps/pblendvb to include the implicit %xmm...Craig Topper
2016-12-28This is a large patch for X86 AVX-512 of an optimization for reducing code si...Gadi Haber
2016-12-12[X86] Teach selectScalarSSELoad to accept full 128-bit vector loads and the X...Craig Topper
2016-12-12[X86] Remove some intrinsic instructions from hasPartialRegUpdateCraig Topper
2016-11-06[AVX-512] Add -show-mc-encoding to legacy vector intrinsic tests so we can se...Craig Topper
2016-07-07Recommit r274692 - [X86] Transform setcc + movzbl into xorl + setccMichael Kuperstein
2016-07-07Revert r274692 to check whether this is what breaks windows selfhost.Michael Kuperstein
2016-07-06[X86] Transform setcc + movzbl into xorl + setccMichael Kuperstein
2016-05-28[X86][SSE] (Reapplied) Replace (V)PMOVSX and (V)PMOVZX integer extension intr...Simon Pilgrim
2016-05-27Revert: r270973 - [X86][SSE] Replace (V)PMOVSX and (V)PMOVZX integer extensio...Simon Pilgrim
2016-05-27[X86][SSE] Replace (V)PMOVSX and (V)PMOVZX integer extension intrinsics with ...Simon Pilgrim
2016-05-25[X86][SSE41] Removed pblendw intrinsics tests - they are auto-upgradedSimon Pilgrim
2016-05-25[X86][SSE41] Regenerated intrinsics testsSimon Pilgrim
2016-05-25[X86][SSE41] Removed blendpd/blendps intrinsics tests - they are auto-upgradedSimon Pilgrim
2015-09-23[X86][SSE] Replace 128-bit SSE41 PMOVSX intrinsics with native IRSimon Pilgrim
2015-05-21AVX-512: Enabled SSE intrinsics on AVX-512.Elena Demikhovsky
2014-09-06[x86] Fix a pretty horrible bug and inconsistency in the x86 asmChandler Carruth
2013-10-24Replace sse41/sse42 with sse4.1/sse4.2 in test command lines to fix bots.Craig Topper
2013-10-24Add tests for SSE intrinsics in non-avx mode by copying from the AVX test cas...Craig Topper