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

2007-05-01 Thread Evan Cheng
Changes in directory llvm/lib/Target/Sparc: SparcRegisterInfo.cpp updated: 1.58 - 1.59 SparcRegisterInfo.h updated: 1.23 - 1.24 --- Log message: eliminateFrameIndex() change. --- Diffs of the changes: (+4 -2) SparcRegisterInfo.cpp |4 +++- SparcRegisterInfo.h |2 +- 2 files

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

2007-03-20 Thread Evan Cheng
Changes in directory llvm/lib/Target/Sparc: SparcRegisterInfo.cpp updated: 1.57 - 1.58 SparcRegisterInfo.h updated: 1.22 - 1.23 --- Log message: Added MRegisterInfo hook to re-materialize an instruction. --- Diffs of the changes: (+12 -0) SparcRegisterInfo.cpp |9 +

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

2007-02-27 Thread Evan Cheng
Changes in directory llvm/lib/Target/Sparc: SparcRegisterInfo.cpp updated: 1.56 - 1.57 SparcRegisterInfo.h updated: 1.21 - 1.22 --- Log message: PEI now passes a RegScavenger ptr to eliminateFrameIndex. --- Diffs of the changes: (+4 -3) SparcRegisterInfo.cpp |4 ++--

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

2007-02-19 Thread Evan Cheng
Changes in directory llvm/lib/Target/Sparc: SparcRegisterInfo.cpp updated: 1.53 - 1.54 SparcRegisterInfo.h updated: 1.19 - 1.20 --- Log message: Re-apply my liveintervalanalysis changes. Now with PR1207: http://llvm.org/PR1207 fixes. --- Diffs of the changes: (+19 -0)

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

2007-02-18 Thread Reid Spencer
Changes in directory llvm/lib/Target/Sparc: SparcRegisterInfo.cpp updated: 1.52 - 1.53 SparcRegisterInfo.h updated: 1.18 - 1.19 --- Log message: For PR1207: http://llvm.org/PR1207 : Revert patches that caused the problem. Evan, please investigate and reapply when you've discovered the problem.

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

2007-02-17 Thread Evan Cheng
Changes in directory llvm/lib/Target/Sparc: SparcRegisterInfo.cpp updated: 1.51 - 1.52 SparcRegisterInfo.h updated: 1.17 - 1.18 --- Log message: Added getReservedRegs(). --- Diffs of the changes: (+19 -0) SparcRegisterInfo.cpp | 17 + SparcRegisterInfo.h |2 ++ 2

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

2007-01-22 Thread Evan Cheng
Changes in directory llvm/lib/Target/Sparc: SparcRegisterInfo.cpp updated: 1.50 - 1.51 SparcRegisterInfo.h updated: 1.16 - 1.17 --- Log message: hasFP() is now a virtual method of MRegisterInfo. --- Diffs of the changes: (+5 -0) SparcRegisterInfo.cpp |3 +++ SparcRegisterInfo.h |

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

2007-01-02 Thread Evan Cheng
Changes in directory llvm/lib/Target/Sparc: SparcRegisterInfo.cpp updated: 1.49 - 1.50 SparcRegisterInfo.h updated: 1.15 - 1.16 --- Log message: Fix naming inconsistency. --- Diffs of the changes: (+8 -8) SparcRegisterInfo.cpp | 12 ++-- SparcRegisterInfo.h |4 ++-- 2 files

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

2006-04-07 Thread Jim Laskey
Changes in directory llvm/lib/Target/Sparc: SparcRegisterInfo.cpp updated: 1.40 - 1.41 SparcRegisterInfo.h updated: 1.11 - 1.12 --- Log message: Foundation for call frame information. --- Diffs of the changes: (+8 -1) SparcRegisterInfo.cpp |8 +++- SparcRegisterInfo.h |1 +

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

2006-03-28 Thread Jim Laskey
Changes in directory llvm/lib/Target/Sparc: SparcRegisterInfo.cpp updated: 1.39 - 1.40 SparcRegisterInfo.h updated: 1.10 - 1.11 --- Log message: Expose base register for DwarfWriter. Refactor code accordingly. --- Diffs of the changes: (+4 -11) SparcRegisterInfo.cpp | 11 ++-

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

2006-03-23 Thread Jim Laskey
Changes in directory llvm/lib/Target/Sparc: SparcRegisterInfo.cpp updated: 1.37 - 1.38 SparcRegisterInfo.h updated: 1.9 - 1.10 --- Log message: Add support to locate local variables in frames (early version.) --- Diffs of the changes: (+15 -0) SparcRegisterInfo.cpp | 12