Changes in directory llvm/lib/Target/IA64:
IA64RegisterInfo.td updated: 1.15 -> 1.16
---
Log message:
Add dwarf register numbering to register data.
---
Diffs of the changes: (+332 -169)
IA64RegisterInfo.td | 501 ++--
1 files changed, 332 i
Changes in directory llvm/lib/Target/IA64:
IA64RegisterInfo.td updated: 1.14 -> 1.15
---
Log message:
fix stack corruption! Previously, 16-byte whole-FP-register stores were
being treated as needing only 8 bytes (though they were 16 byte aligned.)
This should fix a bunch of tests - anyone ha
Changes in directory llvm/lib/Target/IA64:
IA64RegisterInfo.td updated: 1.10 -> 1.11
---
Log message:
Support multiple ValueTypes per RegisterClass, needed for upcoming vector
work. This change has no effect on generated code.
---
Diffs of the changes: (+3 -3)
IA64RegisterInfo.td |6 +
Changes in directory llvm/lib/Target/IA64:
IA64RegisterInfo.td updated: 1.9 -> 1.10
---
Log message:
add F0 and F1 to the FP register class
---
Diffs of the changes: (+19 -3)
IA64RegisterInfo.td | 22 +++---
1 files changed, 19 insertions(+), 3 deletions(-)
Index: llvm