summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vec_extract-mmx.ll
AgeCommit message (Expand)Author
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-03-02[X86][MMX] Fixed i32 extraction on 32-bit targetsSimon Pilgrim
2017-02-27[X86][SSE] Attempt to extract vector elements through target shufflesSimon Pilgrim
2017-02-15[X86][SSE] Propagate undef upper elements from scalar_to_vector during shuffl...Simon Pilgrim
2016-12-18[X86][SSE] Add support for combining target shuffles to SHUFPS.Simon Pilgrim
2016-12-15[X86][SSE] Fix domains for VZEXT_LOAD type instructionsSimon Pilgrim
2016-04-27[X86] Don't assume that MMX extractelts are from index 0.Ahmed Bougacha
2016-04-27[X86] Re-enable MMX i32 extractelt combine.Ahmed Bougacha
2016-04-01[X86][SSE] Regenerated the vec_extract tests.Simon Pilgrim
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-26[X86][MMX] Fix a typo in a couple of testsBruno Cardoso Lopes
2015-02-26[X86][MMX] Remove widening experimental flag from MMX tests.Bruno Cardoso Lopes
2015-02-25[X86][MMX] Reapply: Add MMX instructions to foldable tablesBruno Cardoso Lopes
2015-02-23Revert "[X86][MMX] Add MMX instructions to foldable tables"Bruno Cardoso Lopes
2015-02-23[X86][MMX] Add MMX instructions to foldable tablesBruno Cardoso Lopes
2015-02-05[X86][MMX] Handle i32->mmx conversion using movdBruno Cardoso Lopes
2015-02-03[X86][MMX] Improve transfer from mmx to i32Bruno Cardoso Lopes
2015-02-02[X86][MMX] Add tests for MMX extract elementBruno Cardoso Lopes