[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPC.td PPCAsmPrinter.cpp PPCSubtarget.h

2006-12-12 Thread Jim Laskey
Changes in directory llvm/lib/Target/PowerPC: PPC.td updated: 1.18 -> 1.19 PPCAsmPrinter.cpp updated: 1.220 -> 1.221 PPCSubtarget.h updated: 1.19 -> 1.20 --- Log message: Honor cpu directive, take two. --- Diffs of the changes: (+81 -34) PPC.td| 56

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPC.td PPCISelLowering.cpp PPCSubtarget.cpp PPCSubtarget.h

2006-06-16 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPC.td updated: 1.17 -> 1.18 PPCISelLowering.cpp updated: 1.188 -> 1.189 PPCSubtarget.cpp updated: 1.20 -> 1.21 PPCSubtarget.h updated: 1.14 -> 1.15 --- Log message: Rename some subtarget features. A CPU now can *have* 64-bit instructions, can in 3

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

2006-05-17 Thread Evan Cheng
Changes in directory llvm/lib/Target/PowerPC: PPC.td updated: 1.16 -> 1.17 PPCRegisterInfo.cpp updated: 1.66 -> 1.67 PPCRegisterInfo.h updated: 1.14 -> 1.15 --- Log message: getCalleeSaveRegs and getCalleeSaveRegClasses are no long TableGen'd. --- Diffs of the changes: (+71 -9) PPC.td

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

2006-05-17 Thread Evan Cheng
Changes in directory llvm/lib/Target/PowerPC: PPC.td updated: 1.15 -> 1.16 --- Log message: Remove PointerType from class Target --- Diffs of the changes: (+0 -3) PPC.td |3 --- 1 files changed, 3 deletions(-) Index: llvm/lib/Target/PowerPC/PPC.td diff -u llvm/lib/Target/PowerPC/PPC.t

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

2006-03-16 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPC.td updated: 1.14 -> 1.15 --- Log message: add callee saved vector regs --- Diffs of the changes: (+2 -1) PPC.td |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm/lib/Target/PowerPC/PPC.td diff -u llvm/lib/Target/Powe

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPC.td PPCInstrFormats.td PPCInstrInfo.h PPCInstrInfo.td

2006-03-12 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPC.td updated: 1.13 -> 1.14 PPCInstrFormats.td updated: 1.65 -> 1.66 PPCInstrInfo.h updated: 1.13 -> 1.14 PPCInstrInfo.td updated: 1.180 -> 1.181 --- Log message: Mark instructions that are cracked by the PPC970 decoder as such. --- Diffs of the

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPC.td PPCHazardRecognizers.cpp PPCHazardRecognizers.h PPCISelDAGToDAG.cpp PPCInstrFormats.td PPCInstrInfo.h PPCInstrInfo.td

2006-03-12 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPC.td updated: 1.12 -> 1.13 PPCHazardRecognizers.cpp updated: 1.8 -> 1.9 PPCHazardRecognizers.h updated: 1.4 -> 1.5 PPCISelDAGToDAG.cpp updated: 1.163 -> 1.164 PPCInstrFormats.td updated: 1.64 -> 1.65 PPCInstrInfo.h updated: 1.12 -> 1.13 PPCInstrInf

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPC.td PPCSubtarget.h

2006-02-27 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPC.td updated: 1.11 -> 1.12 PPCSubtarget.h updated: 1.12 -> 1.13 --- Log message: Add a subtarget feature for the stfiwx instruction. I know the G5 has it, but I don't know what other PPC impls do. If someone could update the proc table, I would

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

2006-01-27 Thread Evan Cheng
Changes in directory llvm/lib/Target/PowerPC: PPC.td updated: 1.10 -> 1.11 --- Log message: Subtarget feature can now set any variable to any value --- Diffs of the changes: (+5 -5) PPC.td | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) Index: llvm/lib/Target/PowerPC/P

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

2005-10-26 Thread Jim Laskey
Changes in directory llvm/lib/Target/PowerPC: PPC.td updated: 1.9 -> 1.10 --- Log message: Add attribute name and type to SubtargetFeatures. --- Diffs of the changes: (+5 -5) PPC.td | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) Index: llvm/lib/Target/PowerPC/PPC.td

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

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPC.td updated: 1.8 -> 1.9 --- Log message: mark this as beta --- Diffs of the changes: (+1 -1) PPC.td |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Target/PowerPC/PPC.td diff -u llvm/lib/Target/PowerPC/PPC.td:1.8

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

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPC.td updated: 1.7 -> 1.8 --- Log message: rearrange things a bit so that instructions can use subtarget features in the future. --- Diffs of the changes: (+9 -11) PPC.td | 20 +--- 1 files changed, 9 insertions(+), 11 deleti

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

2005-10-22 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPC.td updated: 1.6 -> 1.7 --- Log message: improve -help output --- Diffs of the changes: (+5 -5) PPC.td | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) Index: llvm/lib/Target/PowerPC/PPC.td diff -u llvm/lib/Target/PowerP

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

2005-10-22 Thread Jim Laskey
Changes in directory llvm/lib/Target/PowerPC: PPC.td updated: 1.5 -> 1.6 --- Log message: Add g3 back to the mix and reorder to irritate them anal folk. Actually, it's to group appropriately and provide cues to maintainers that the lists don't need to be ordered. --- Diffs of the changes: