[llvm-commits] CVS: llvm/lib/Target/SparcV8/SparcV8InstrInfo.cpp

2006-02-03 Thread Chris Lattner
Changes in directory llvm/lib/Target/SparcV8: SparcV8InstrInfo.cpp updated: 1.11 -> 1.12 --- Log message: fix a bug in my last checkin --- Diffs of the changes: (+2 -2) SparcV8InstrInfo.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/lib/Target/SparcV8/Sparc

[llvm-commits] CVS: llvm/lib/Target/SparcV8/SparcV8InstrInfo.cpp SparcV8InstrInfo.h SparcV8RegisterInfo.cpp SparcV8RegisterInfo.h SparcV8TargetMachine.cpp

2006-02-03 Thread Chris Lattner
Changes in directory llvm/lib/Target/SparcV8: SparcV8InstrInfo.cpp updated: 1.10 -> 1.11 SparcV8InstrInfo.h updated: 1.6 -> 1.7 SparcV8RegisterInfo.cpp updated: 1.34 -> 1.35 SparcV8RegisterInfo.h updated: 1.7 -> 1.8 SparcV8TargetMachine.cpp updated: 1.38 -> 1.39 --- Log message: Two changes: 1

[llvm-commits] CVS: llvm/lib/Target/SparcV8/SparcV8InstrInfo.cpp SparcV8InstrInfo.h

2006-02-02 Thread Chris Lattner
Changes in directory llvm/lib/Target/SparcV8: SparcV8InstrInfo.cpp updated: 1.9 -> 1.10 SparcV8InstrInfo.h updated: 1.5 -> 1.6 --- Log message: Implement isLoadFromStackSlot and isStoreToStackSlot --- Diffs of the changes: (+52 -0) SparcV8InstrInfo.cpp | 38 ++

[llvm-commits] CVS: llvm/lib/Target/SparcV8/SparcV8InstrInfo.cpp

2005-12-17 Thread Chris Lattner
Changes in directory llvm/lib/Target/SparcV8: SparcV8InstrInfo.cpp updated: 1.8 -> 1.9 --- Log message: Tighten up some checks --- Diffs of the changes: (+1 -5) SparcV8InstrInfo.cpp |6 +- 1 files changed, 1 insertion(+), 5 deletions(-) Index: llvm/lib/Target/SparcV8/SparcV8Instr