[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCRegisterInfo.td

2007-05-08 Thread Evan Cheng
Changes in directory llvm/lib/Target/PowerPC: PPCRegisterInfo.td updated: 1.45 - 1.46 --- Log message: R0 is a sub-register of X0, etc. --- Diffs of the changes: (+3 -3) PPCRegisterInfo.td |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index:

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCRegisterInfo.td

2007-04-30 Thread Nate Begeman
Changes in directory llvm/lib/Target/PowerPC: PPCRegisterInfo.td updated: 1.44 - 1.45 --- Log message: llvm bug #1350, parts 1, 2, and 3. --- Diffs of the changes: (+50 -1) PPCRegisterInfo.td | 51 ++- 1 files changed, 50 insertions(+), 1

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCRegisterInfo.td

2007-01-29 Thread Nate Begeman
Changes in directory llvm/lib/Target/PowerPC: PPCRegisterInfo.td updated: 1.43 - 1.44 --- Log message: We'd still like to register allocate r2 on darwin before the callee-save regs. --- Diffs of the changes: (+6 -6) PPCRegisterInfo.td | 12 ++-- 1 files changed, 6 insertions(+),

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCRegisterInfo.td

2006-08-17 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCRegisterInfo.td updated: 1.37 - 1.38 --- Log message: Constify some methods. Patch provided by Anton Vayvod, thanks! --- Diffs of the changes: (+8 -8) PPCRegisterInfo.td | 16 1 files changed, 8 insertions(+), 8

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCRegisterInfo.td

2006-04-17 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCRegisterInfo.td updated: 1.33 - 1.34 --- Log message: Prefer to allocate V2-V5 before V0,V1. This lets us generate code like this: vspltisw v2, -12 vrlw v2, v2, v2 instead of: vspltisw v0, -12 vrlw v2, v0, v0

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCRegisterInfo.td

2006-03-24 Thread Jim Laskey
Changes in directory llvm/lib/Target/PowerPC: PPCRegisterInfo.td updated: 1.31 - 1.32 --- Log message: Add dwarf register numbering to register data. --- Diffs of the changes: (+140 -71) PPCRegisterInfo.td | 211 +++-- 1 files changed, 140

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCRegisterInfo.td

2006-03-24 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCRegisterInfo.td updated: 1.32 - 1.33 --- Log message: add all supported formats to the vector register file --- Diffs of the changes: (+1 -1) PPCRegisterInfo.td |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCRegisterInfo.td

2006-03-19 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCRegisterInfo.td updated: 1.30 - 1.31 --- Log message: Claim to have v16i8 for perm masks --- Diffs of the changes: (+2 -1) PPCRegisterInfo.td |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCRegisterInfo.td

2005-11-30 Thread Nate Begeman
Changes in directory llvm/lib/Target/PowerPC: PPCRegisterInfo.td updated: 1.24 - 1.25 --- Log message: Cosmetic change, better reflects actual values --- Diffs of the changes: (+5 -6) PPCRegisterInfo.td | 11 +-- 1 files changed, 5 insertions(+), 6 deletions(-) Index:

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCRegisterInfo.td

2005-11-28 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCRegisterInfo.td updated: 1.22 - 1.23 --- Log message: don't say this is i128, because it isn't yet. Hopefully nate will change this to be something sane, but in the mean time it is unused, so safe to make something bogus. --- Diffs of the