Changes in directory llvm/lib/Target/Sparc:
SparcInstrInfo.cpp updated: 1.17 -> 1.18
SparcInstrInfo.h updated: 1.10 -> 1.11
---
Log message:
RemoveBranch() and InsertBranch() now returns number of instructions deleted /
inserted.
---
Diffs of the changes: (+8 -6)
SparcInstrInfo.cpp |8
Changes in directory llvm/lib/Target/Sparc:
SparcInstrInfo.cpp updated: 1.15 -> 1.16
SparcRegisterInfo.cpp updated: 1.45 -> 1.46
SparcRegisterInfo.h updated: 1.13 -> 1.14
---
Log message:
Matches MachineInstr changes.
---
Diffs of the changes: (+10 -8)
SparcInstrInfo.cpp|2 +-
Sparc
Changes in directory llvm/lib/Target/Sparc:
SparcInstrInfo.cpp updated: 1.14 -> 1.15
---
Log message:
fix warning about missing newline at end of file
---
Diffs of the changes: (+1 -1)
SparcInstrInfo.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Target/Spa
Changes in directory llvm/lib/Target/Sparc:
SparcInstrInfo.cpp updated: 1.13 -> 1.14
SparcInstrInfo.h updated: 1.9 -> 1.10
---
Log message:
implement uncond branch insertion for sparc to fix regressions from last night
due to branchfolding
---
Diffs of the changes: (+13 -0)
SparcInstrInfo.