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

2006-02-08 Thread Chris Lattner
Changes in directory llvm/lib/Target/SparcV9: SparcV9AsmPrinter.cpp updated: 1.129 -> 1.130 --- Log message: Adjust to MachineConstantPool interface change: instead of keeping a value/alignment pair for each constant, keep a value/offset pair. --- Diffs of the changes: (+12 -2) SparcV9Asm

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

2006-02-08 Thread Chris Lattner
Changes in directory llvm/lib/Target/SparcV9: SparcV9AsmPrinter.cpp updated: 1.128 -> 1.129 --- Log message: rename fields of constant pool entries --- Diffs of the changes: (+2 -2) SparcV9AsmPrinter.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/lib/Target

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

2006-01-31 Thread Evan Cheng
Changes in directory llvm/lib/Target/SparcV9: SparcV9AsmPrinter.cpp updated: 1.127 -> 1.128 --- Log message: Allow the specification of explicit alignments for constant pool entries. --- Diffs of the changes: (+8 -5) SparcV9AsmPrinter.cpp | 13 - 1 files changed, 8 insertions