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
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
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 -
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
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
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
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