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

2007-04-17 Thread Evan Cheng
Changes in directory llvm/lib/Target: MRegisterInfo.cpp updated: 1.23 -> 1.24 --- Log message: Oops. Didn't mean to check in a quick hack. --- Diffs of the changes: (+16 -8) MRegisterInfo.cpp | 24 1 files changed, 16 insertions(+), 8 deletions(-) Index: llvm/li

Re: [llvm-commits] CVS: llvm/lib/Target/MRegisterInfo.cpp

2007-04-17 Thread Chris Lattner
> MRegisterInfo::~MRegisterInfo() {} > > -BitVector MRegisterInfo::getAllocatableSet(MachineFunction &MF) > const { > +BitVector MRegisterInfo::getAllocatableSet(MachineFunction &MF, > + const > TargetRegisterClass *RC) const { >BitVector Allocatab

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

2007-04-17 Thread Evan Cheng
Changes in directory llvm/lib/Target: MRegisterInfo.cpp updated: 1.22 -> 1.23 --- Log message: Change getAllocatableSet() so it returns allocatable registers for a specific register class. --- Diffs of the changes: (+7 -4) MRegisterInfo.cpp | 11 +++ 1 files changed, 7 insertions

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

2007-02-19 Thread Evan Cheng
Changes in directory llvm/lib/Target: MRegisterInfo.cpp updated: 1.21 -> 1.22 --- Log message: Re-apply my liveintervalanalysis changes. Now with PR1207: http://llvm.org/PR1207 fixes. --- Diffs of the changes: (+1 -1) MRegisterInfo.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletio

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

2007-02-18 Thread Reid Spencer
Changes in directory llvm/lib/Target: MRegisterInfo.cpp updated: 1.20 -> 1.21 --- 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. --- Diffs of the changes: (+1 -1) MRegisterIn

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

2007-02-17 Thread Evan Cheng
Changes in directory llvm/lib/Target: MRegisterInfo.cpp updated: 1.19 -> 1.20 --- Log message: Added getReservedRegs(). --- Diffs of the changes: (+1 -1) MRegisterInfo.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Target/MRegisterInfo.cpp diff -u llvm/lib/T

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

2007-02-14 Thread Evan Cheng
Changes in directory llvm/lib/Target: MRegisterInfo.cpp updated: 1.18 -> 1.19 --- Log message: Use BitVector instead of vector which can be extremely slow. --- Diffs of the changes: (+3 -3) MRegisterInfo.cpp |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm/lib/T

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

2007-01-24 Thread Jim Laskey
Changes in directory llvm/lib/Target: MRegisterInfo.cpp updated: 1.17 -> 1.18 --- Log message: Repair debug frames as a prelude to eh_frames. Switched to using MachineMoves by value so that clean up is less confusing (these vectors tend to be small.) --- Diffs of the changes: (+1 -1) MReg

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

2006-11-17 Thread Jim Laskey
Changes in directory llvm/lib/Target: MRegisterInfo.cpp updated: 1.16 -> 1.17 --- Log message: Hopefully a good crack at making debugging work on intel -disable-fp-elim. --- Diffs of the changes: (+2 -1) MRegisterInfo.cpp |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index:

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

2006-08-03 Thread Jim Laskey
Changes in directory llvm/lib/Target: MRegisterInfo.cpp updated: 1.15 -> 1.16 --- Log message: Get darwin intel debugging up and running. --- Diffs of the changes: (+6 -1) MRegisterInfo.cpp |7 ++- 1 files changed, 6 insertions(+), 1 deletion(-) Index: llvm/lib/Target/MRegisterIn

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

2006-04-10 Thread Jim Laskey
Changes in directory llvm/lib/Target: MRegisterInfo.cpp updated: 1.14 -> 1.15 --- Log message: Use existing information. --- Diffs of the changes: (+0 -7) MRegisterInfo.cpp |7 --- 1 files changed, 7 deletions(-) Index: llvm/lib/Target/MRegisterInfo.cpp diff -u llvm/lib/Target/MR

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

2006-04-07 Thread Jim Laskey
Changes in directory llvm/lib/Target: MRegisterInfo.cpp updated: 1.13 -> 1.14 --- Log message: Foundation for call frame information. --- Diffs of the changes: (+15 -0) MRegisterInfo.cpp | 15 +++ 1 files changed, 15 insertions(+) Index: llvm/lib/Target/MRegisterInfo.cpp di

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

2006-03-28 Thread Jim Laskey
Changes in directory llvm/lib/Target: MRegisterInfo.cpp updated: 1.12 -> 1.13 --- Log message: Expose base register for DwarfWriter. Refactor code accordingly. --- Diffs of the changes: (+16 -0) MRegisterInfo.cpp | 16 1 files changed, 16 insertions(+) Index: llvm/lib

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

2006-02-01 Thread Chris Lattner
Changes in directory llvm/lib/Target: MRegisterInfo.cpp updated: 1.11 -> 1.12 --- Log message: Finegrainify namespacification --- Diffs of the changes: (+1 -4) MRegisterInfo.cpp |5 + 1 files changed, 1 insertion(+), 4 deletions(-) Index: llvm/lib/Target/MRegisterInfo.cpp diff -u