[llvm-commits] CVS: llvm/lib/Target/X86/X86InstrMMX.td

2007-05-16 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: X86InstrMMX.td updated: 1.31 - 1.32 --- Log message: implement the missing maskmovq mmx intrinsic that akor hit. --- Diffs of the changes: (+3 -1) X86InstrMMX.td |4 +++- 1 files changed, 3 insertions(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm/lib/Target/X86/X86InstrMMX.td

2007-04-24 Thread Bill Wendling
Changes in directory llvm/lib/Target/X86: X86InstrMMX.td updated: 1.30 - 1.31 --- Log message: Add the final MMX instructions. Correct a few wrong patterns. --- Diffs of the changes: (+101 -19) X86InstrMMX.td | 120 +++-- 1 files

[llvm-commits] CVS: llvm/lib/Target/X86/X86InstrMMX.td

2007-03-27 Thread Bill Wendling
Changes in directory llvm/lib/Target/X86: X86InstrMMX.td updated: 1.26 - 1.27 --- Log message: Add the unpack low packed data instructions. This should be the last of the MMX instructions that are needed... --- Diffs of the changes: (+130 -73) X86InstrMMX.td | 203

[llvm-commits] CVS: llvm/lib/Target/X86/X86InstrMMX.td

2007-03-23 Thread Bill Wendling
Changes in directory llvm/lib/Target/X86: X86InstrMMX.td updated: 1.23 - 1.24 --- Log message: PR1260: http://llvm.org/PR1260 : Add final support to get the QT example to compile. --- Diffs of the changes: (+6 -2) X86InstrMMX.td |8 ++-- 1 files changed, 6 insertions(+), 2

[llvm-commits] CVS: llvm/lib/Target/X86/X86InstrMMX.td

2007-03-22 Thread Bill Wendling
Changes in directory llvm/lib/Target/X86: X86InstrMMX.td updated: 1.22 - 1.23 --- Log message: We generate a shufflevector instruction, so we don't need the builtin intrinsic. --- Diffs of the changes: (+13 -6) X86InstrMMX.td | 19 +-- 1 files changed, 13 insertions(+),

[llvm-commits] CVS: llvm/lib/Target/X86/X86InstrMMX.td

2007-03-07 Thread Bill Wendling
Changes in directory llvm/lib/Target/X86: X86InstrMMX.td updated: 1.16 - 1.17 --- Log message: Remove useless pattern fragments. --- Diffs of the changes: (+0 -2) X86InstrMMX.td |2 -- 1 files changed, 2 deletions(-) Index: llvm/lib/Target/X86/X86InstrMMX.td diff -u

[llvm-commits] CVS: llvm/lib/Target/X86/X86InstrMMX.td

2007-03-05 Thread Bill Wendling
Changes in directory llvm/lib/Target/X86: X86InstrMMX.td updated: 1.13 - 1.14 --- Log message: Add the emms intrinsic for MMX support. --- Diffs of the changes: (+4 -1) X86InstrMMX.td |5 - 1 files changed, 4 insertions(+), 1 deletion(-) Index: llvm/lib/Target/X86/X86InstrMMX.td

[llvm-commits] CVS: llvm/lib/Target/X86/X86InstrMMX.td X86InstrSSE.td

2006-04-11 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86InstrMMX.td updated: 1.9 - 1.10 X86InstrSSE.td updated: 1.73 - 1.74 --- Log message: movnt* and maskmovdqu intrinsics --- Diffs of the changes: (+44 -16) X86InstrMMX.td | 25 + X86InstrSSE.td | 35

[llvm-commits] CVS: llvm/lib/Target/X86/X86InstrMMX.td

2006-03-24 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86InstrMMX.td updated: 1.7 - 1.8 --- Log message: Added CVTTPS2PI. --- Diffs of the changes: (+8 -0) X86InstrMMX.td |8 1 files changed, 8 insertions(+) Index: llvm/lib/Target/X86/X86InstrMMX.td diff -u

[llvm-commits] CVS: llvm/lib/Target/X86/X86InstrMMX.td

2006-03-21 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86InstrMMX.td updated: 1.6 - 1.7 --- Log message: Didn't mean to check this in. No MMX support yet. --- Diffs of the changes: (+1 -3) X86InstrMMX.td |4 +--- 1 files changed, 1 insertion(+), 3 deletions(-) Index:

[llvm-commits] CVS: llvm/lib/Target/X86/X86InstrMMX.td X86InstrSSE.td

2006-03-20 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86InstrMMX.td updated: 1.3 - 1.4 X86InstrSSE.td updated: 1.9 - 1.10 --- Log message: x86 ISD::SCALAR_TO_VECTOR support. --- Diffs of the changes: (+54 -0) X86InstrMMX.td | 18 ++ X86InstrSSE.td | 36

[llvm-commits] CVS: llvm/lib/Target/X86/X86InstrMMX.td X86InstrSSE.td

2006-03-19 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86InstrMMX.td updated: 1.2 - 1.3 X86InstrSSE.td updated: 1.8 - 1.9 --- Log message: Move a few things around. --- Diffs of the changes: (+14 -13) X86InstrMMX.td | 10 ++ X86InstrSSE.td | 17 - 2 files changed, 14