[llvm-commits] CVS: llvm/lib/Target/Sparc/SparcInstrInfo.cpp SparcInstrInfo.h

2007-05-17 Thread Evan Cheng
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

[llvm-commits] CVS: llvm/lib/Target/Sparc/SparcInstrInfo.cpp SparcRegisterInfo.cpp SparcRegisterInfo.h

2006-11-13 Thread Evan Cheng
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

[llvm-commits] CVS: llvm/lib/Target/Sparc/SparcInstrInfo.cpp

2006-10-24 Thread Rafael Espindola
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

[llvm-commits] CVS: llvm/lib/Target/Sparc/SparcInstrInfo.cpp SparcInstrInfo.h

2006-10-24 Thread Chris Lattner
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.