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
> MRegisterInfo::~MRegisterInfo() {}
>
> -BitVector MRegisterInfo::getAllocatableSet(MachineFunction &MF)
> const {
> +BitVector MRegisterInfo::getAllocatableSet(MachineFunction &MF,
> + const
> TargetRegisterClass *RC) const {
>BitVector Allocatab
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
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
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
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
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
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
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:
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
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
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
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
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
14 matches
Mail list logo