[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCFrameInfo.h

2007-04-04 Thread Reid Spencer
Changes in directory llvm/lib/Target/PowerPC: PPCFrameInfo.h updated: 1.14 -> 1.15 --- Log message: Squelch a warning about mismatch between sign of constant and sign of return type. --- Diffs of the changes: (+1 -1) PPCFrameInfo.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-)

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

2006-12-06 Thread Jim Laskey
Changes in directory llvm/lib/Target/PowerPC: PPCFrameInfo.h updated: 1.11 -> 1.12 PPCRegisterInfo.h updated: 1.19 -> 1.20 PPCRegisterInfo.cpp updated: 1.91 -> 1.92 --- Log message: Make it easier for gdb to find the return address. --- Diffs of the changes: (+98 -58) PPCFrameInfo.h |

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCFrameInfo.h PPCTargetMachine.cpp

2006-11-17 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCFrameInfo.h updated: 1.10 -> 1.11 PPCTargetMachine.cpp updated: 1.107 -> 1.108 --- Log message: make sure to safe LR8 in the right stack slot for PPC64 --- Diffs of the changes: (+8 -3) PPCFrameInfo.h |9 +++-- PPCTargetMachine