summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/ret-mmx.ll
AgeCommit message (Expand)Author
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-04-26[X86][SSE2] Fix asm string for movq (Move Quadword) instruction.Ayman Musa
2016-09-04[X86] Regenerate x64 mmx/f64 return value testsSimon Pilgrim
2014-05-22[X86] Improve the lowering of BITCAST from MVT::f64 to MVT::v4i16/MVT::v8i8.Andrea Di Biagio
2014-05-06[X86] Improve the lowering of BITCAST dag nodes from type f64 to type v2i32 (...Andrea Di Biagio
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin
2013-01-08Pad Short Functions for Intel AtomPreston Gurd
2013-01-05Revert revision 171524. Original message:Nadav Rotem
2013-01-04The current Intel Atom microarchitecture has a feature whereby when a functionPreston Gurd
2011-05-16Remove dead code. Fix associated test to use FileCheck.Eli Friedman
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-02-27Make sure this test passes on linux-ppc.Evan Cheng
2009-02-23Only v1i16 (i.e. _m64) is returned via RAX / RDX.Evan Cheng
2009-02-22Be bug compatible with gcc by returning MMX values in RAX.Evan Cheng
2009-02-20Support return of MMX values in 64-bit mode.Evan Cheng