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

2006-11-03 Thread Chris Lattner
Changes in directory llvm/lib/Target/Sparc: SparcInstrInfo.td updated: 1.131 -> 1.132 --- Log message: remove redundant/dead vars --- Diffs of the changes: (+0 -2) SparcInstrInfo.td |2 -- 1 files changed, 2 deletions(-) Index: llvm/lib/Target/Sparc/SparcInstrInfo.td diff -u llvm/lib

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

2006-10-12 Thread Chris Lattner
Changes in directory llvm/lib/Target/Sparc: SparcInstrInfo.td updated: 1.129 -> 1.130 --- Log message: adjcallstackup/down clobbers the stack pointer --- Diffs of the changes: (+2 -2) SparcInstrInfo.td |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/lib/Target/S

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

2006-10-11 Thread Evan Cheng
Changes in directory llvm/lib/Target/Sparc: SparcInstrInfo.td updated: 1.128 -> 1.129 --- Log message: Add properties to ComplexPattern. --- Diffs of the changes: (+2 -2) SparcInstrInfo.td |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/lib/Target/Sparc/SparcInst

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

2006-09-01 Thread Chris Lattner
Changes in directory llvm/lib/Target/Sparc: SparcInstrInfo.td updated: 1.125 -> 1.126 --- Log message: remove a bunch of comments --- Diffs of the changes: (+0 -54) SparcInstrInfo.td | 54 -- 1 files changed, 54 deletions(-) Index: ll

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

2006-08-11 Thread Evan Cheng
Changes in directory llvm/lib/Target/Sparc: SparcInstrInfo.td updated: 1.124 -> 1.125 --- Log message: CALLSEQ_* produces chain even if that's not needed. --- Diffs of the changes: (+4 -2) SparcInstrInfo.td |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) Index: llvm/lib/Ta

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

2006-05-08 Thread Chris Lattner
Changes in directory llvm/lib/Target/Sparc: SparcInstrInfo.td updated: 1.123 -> 1.124 --- Log message: Some notes and thoughts to myself --- Diffs of the changes: (+7 -7) SparcInstrInfo.td | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) Index: llvm/lib/Target/Spar

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

2006-02-21 Thread Chris Lattner
Changes in directory llvm/lib/Target/Sparc: SparcInstrInfo.td updated: 1.122 -> 1.123 --- Log message: The HasNoV9 hack isn't needed here, now that tblgen knows that CustomDAGSchedInserter instructions are expensive. --- Diffs of the changes: (+2 -3) SparcInstrInfo.td |5 ++--- 1 fil

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

2006-02-09 Thread Chris Lattner
Changes in directory llvm/lib/Target/Sparc: SparcInstrInfo.td updated: 1.119 -> 1.120 SparcRegisterInfo.td updated: 1.28 -> 1.29 --- Log message: Update to new-style flags usage, simplifying the .td file --- Diffs of the changes: (+25 -36) SparcInstrInfo.td| 52 ++

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

2006-02-08 Thread Chris Lattner
Changes in directory llvm/lib/Target/Sparc: SparcInstrInfo.td updated: 1.118 -> 1.119 SparcTargetMachine.cpp updated: 1.40 -> 1.41 --- Log message: add an option to turn on LSR. --- Diffs of the changes: (+62 -1) SparcInstrInfo.td | 56 +++