Changes in directory llvm/lib/Target/PowerPC:
PPCInstrInfo.cpp updated: 1.37 -> 1.38
PPCInstrInfo.h updated: 1.21 -> 1.22
---
Log message:
RemoveBranch() and InsertBranch() now returns number of instructions deleted /
inserted.
---
Diffs of the changes: (+16 -13)
PPCInstrInfo.cpp | 21 ++
Changes in directory llvm/lib/Target/PowerPC:
PPCInstrInfo.cpp updated: 1.28 -> 1.29
PPCInstrInfo.h updated: 1.18 -> 1.19
---
Log message:
implement the BlockHasNoFallThrough hook
---
Diffs of the changes: (+12 -0)
PPCInstrInfo.cpp | 11 +++
PPCInstrInfo.h |1 +
2 files cha
Changes in directory llvm/lib/Target/PowerPC:
PPCInstrInfo.cpp updated: 1.23 -> 1.24
PPCInstrInfo.h updated: 1.16 -> 1.17
---
Log message:
implement branch inspection/modification methods.
---
Diffs of the changes: (+106 -0)
PPCInstrInfo.cpp | 93 +
Changes in directory llvm/lib/Target/PowerPC:
PPCInstrInfo.cpp updated: 1.20 -> 1.21
PPCInstrInfo.h updated: 1.15 -> 1.16
PPCTargetMachine.cpp updated: 1.94 -> 1.95
---
Log message:
Implement the getPointerRegClass method, which is required for the ptr_rc
magic to work.
---
Diffs of the chang
Changes in directory llvm/lib/Target/PowerPC:
PPCInstrInfo.cpp updated: 1.16 -> 1.17
PPCInstrInfo.h updated: 1.11 -> 1.12
PPCInstrInfo.td updated: 1.178 -> 1.179
---
Log message:
implement TII::insertNoop
---
Diffs of the changes: (+8 -1)
PPCInstrInfo.cpp |5 +
PPCInstrInfo.h |
Changes in directory llvm/lib/Target/PowerPC:
PPCInstrInfo.cpp updated: 1.14 -> 1.15
PPCInstrInfo.h updated: 1.10 -> 1.11
---
Log message:
implement isStoreToStackSlot for PPC
---
Diffs of the changes: (+19 -1)
PPCInstrInfo.cpp | 19 ++-
PPCInstrInfo.h |1 +
2 files
Changes in directory llvm/lib/Target/PowerPC:
PPCInstrInfo.cpp updated: 1.13 -> 1.14
PPCInstrInfo.h updated: 1.9 -> 1.10
PPCRegisterInfo.cpp updated: 1.42 -> 1.43
PPCRegisterInfo.h updated: 1.9 -> 1.10
---
Log message:
Move isLoadFrom/StoreToStackSlot from MRegisterInfo to TargetInstrInfo,a far