[llvm-commits] CVS: llvm/lib/CodeGen/AsmPrinter.cpp MachineFunction.cpp

2006-09-12 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen: AsmPrinter.cpp updated: 1.93 -> 1.94 MachineFunction.cpp updated: 1.97 -> 1.98 --- Log message: Added support for machine specific constantpool values. These are useful for representing expressions that can only be resolved at link time, etc. --- Diffs o

[llvm-commits] CVS: llvm/lib/CodeGen/AsmPrinter.cpp MachineFunction.cpp

2006-02-08 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen: AsmPrinter.cpp updated: 1.51 -> 1.52 MachineFunction.cpp updated: 1.85 -> 1.86 --- 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 chang

[llvm-commits] CVS: llvm/lib/CodeGen/AsmPrinter.cpp MachineFunction.cpp

2006-02-08 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen: AsmPrinter.cpp updated: 1.50 -> 1.51 MachineFunction.cpp updated: 1.84 -> 1.85 --- Log message: rename fields of constant pool entries --- Diffs of the changes: (+6 -6) AsmPrinter.cpp |8 MachineFunction.cpp |4 ++-- 2 files chan

[llvm-commits] CVS: llvm/lib/CodeGen/AsmPrinter.cpp MachineFunction.cpp

2006-01-31 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen: AsmPrinter.cpp updated: 1.42 -> 1.43 MachineFunction.cpp updated: 1.83 -> 1.84 --- Log message: Allow the specification of explicit alignments for constant pool entries. --- Diffs of the changes: (+14 -7) AsmPrinter.cpp | 14 +- Mac