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