[llvm-commits] CVS: llvm/test/CodeGen/X86/mmx-arith.ll

2007-03-16 Thread Bill Wendling
Changes in directory llvm/test/CodeGen/X86: mmx-arith.ll updated: 1.3 -> 1.4 --- Log message: And now support for MMX logical operations. --- Diffs of the changes: (+89 -59) mmx-arith.ll | 148 +++ 1 files changed, 89 insertions(+),

[llvm-commits] CVS: llvm/test/CodeGen/X86/mmx-arith.ll

2007-03-15 Thread Bill Wendling
Changes in directory llvm/test/CodeGen/X86: mmx-arith.ll updated: 1.2 -> 1.3 --- Log message: Multiplication support for MMX. --- Diffs of the changes: (+17 -0) mmx-arith.ll | 17 + 1 files changed, 17 insertions(+) Index: llvm/test/CodeGen/X86/mmx-arith.ll diff -u llvm

[llvm-commits] CVS: llvm/test/CodeGen/X86/mmx-arith.ll

2007-03-10 Thread Bill Wendling
Changes in directory llvm/test/CodeGen/X86: mmx-arith.ll updated: 1.1 -> 1.2 --- Log message: Adding more arithmetic operators to MMX. This is an almost exact copy of the addition. Please let me know if you have suggestions. --- Diffs of the changes: (+64 -15) mmx-arith.ll | 79 +

[llvm-commits] CVS: llvm/test/CodeGen/X86/mmx-arith.ll

2007-03-08 Thread Bill Wendling
Changes in directory llvm/test/CodeGen/X86: mmx-arith.ll added (r1.1) --- Log message: Add MMX arithmetic testcase. --- Diffs of the changes: (+35 -0) mmx-arith.ll | 35 +++ 1 files changed, 35 insertions(+) Index: llvm/test/CodeGen/X86/mmx-arith.ll diff