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

2007-06-18 Thread Dan Gohman
Changes in directory llvm/lib/Target/X86: X86InstrX86-64.td updated: 1.16 -> 1.17 --- Log message: Define the pushq instruction for x86-64. --- Diffs of the changes: (+2 -0) X86InstrX86-64.td |2 ++ 1 files changed, 2 insertions(+) Index: llvm/lib/Target/X86/X86InstrX86-64.td diff -u

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

2007-05-16 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: X86InstrX86-64.td updated: 1.15 -> 1.16 --- Log message: add support for 128-bit integer add/sub --- Diffs of the changes: (+20 -0) X86InstrX86-64.td | 20 1 files changed, 20 insertions(+) Index: llvm/lib/Target/X86/X86Ins

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

2007-04-26 Thread Bill Wendling
Changes in directory llvm/lib/Target/X86: X86InstrX86-64.td updated: 1.14 -> 1.15 --- Log message: Have MMX registers clobbered in x86-64 too. --- Diffs of the changes: (+1 -0) X86InstrX86-64.td |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/Target/X86/X86InstrX86-64.td diff -

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

2006-12-15 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86InstrX86-64.td updated: 1.13 -> 1.14 --- Log message: Some AT&T syntax assembler (e.g. Mac OS X) does not recognize the movq alias for i64 <-> XMM moves. --- Diffs of the changes: (+8 -8) X86InstrX86-64.td | 16 1 files change

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

2006-12-14 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86InstrX86-64.td updated: 1.11 -> 1.12 --- Log message: Fix a couple of typo's. --- Diffs of the changes: (+2 -2) X86InstrX86-64.td |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/lib/Target/X86/X86InstrX86-64.td diff -u

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

2006-11-27 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86InstrX86-64.td updated: 1.7 -> 1.8 --- Log message: Fix JIT encoding bugs for shift / rotate by one ops. --- Diffs of the changes: (+5 -5) X86InstrX86-64.td | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) Index: llvm/lib/Tar

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

2006-09-07 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86InstrX86-64.td updated: 1.1 -> 1.2 --- Log message: Remove TEST64mr. It's same as TEST64rm since and is commutative. --- Diffs of the changes: (+0 -3) X86InstrX86-64.td |3 --- 1 files changed, 3 deletions(-) Index: llvm/lib/Target/X86/X86I