[llvm-commits] CVS: llvm/lib/Target/ARM/ARMMachineFunctionInfo.h ARMAsmPrinter.cpp

2007-04-23 Thread Dale Johannesen
Changes in directory llvm/lib/Target/ARM: ARMMachineFunctionInfo.h updated: 1.8 -> 1.9 ARMAsmPrinter.cpp updated: 1.65 -> 1.66 --- Log message: add Align field, and use when generating function alignment --- Diffs of the changes: (+13 -3) ARMAsmPrinter.cpp|2 +- ARMMachineFunct

[llvm-commits] CVS: llvm/lib/Target/ARM/ARMMachineFunctionInfo.h

2007-02-28 Thread Evan Cheng
Changes in directory llvm/lib/Target/ARM: ARMMachineFunctionInfo.h updated: 1.6 -> 1.7 --- Log message: Switch from std::vector to BitVector. --- Diffs of the changes: (+32 -12) ARMMachineFunctionInfo.h | 44 1 files changed, 32 insertions(+),

[llvm-commits] CVS: llvm/lib/Target/ARM/ARMMachineFunctionInfo.h ARMRegisterInfo.cpp

2007-02-07 Thread Evan Cheng
Changes in directory llvm/lib/Target/ARM: ARMMachineFunctionInfo.h updated: 1.5 -> 1.6 ARMRegisterInfo.cpp updated: 1.61 -> 1.62 --- Log message: In thumb mode, R3 is reserved, but it can be live in to the function. If that is the case, whenever we use it as a scratch register, save it to R12 f

[llvm-commits] CVS: llvm/lib/Target/ARM/ARMMachineFunctionInfo.h ARMRegisterInfo.cpp

2007-01-29 Thread Evan Cheng
Changes in directory llvm/lib/Target/ARM: ARMMachineFunctionInfo.h updated: 1.3 -> 1.4 ARMRegisterInfo.cpp updated: 1.42 -> 1.43 --- Log message: Remember if LR register has been spilled in this function. --- Diffs of the changes: (+17 -5) ARMMachineFunctionInfo.h | 16 A

[llvm-commits] CVS: llvm/lib/Target/ARM/ARMMachineFunctionInfo.h ARMRegisterInfo.cpp ARMRegisterInfo.td ARMTargetMachine.cpp

2007-01-19 Thread Evan Cheng
Changes in directory llvm/lib/Target/ARM: ARMMachineFunctionInfo.h updated: 1.1 -> 1.2 ARMRegisterInfo.cpp updated: 1.35 -> 1.36 ARMRegisterInfo.td updated: 1.7 -> 1.8 ARMTargetMachine.cpp updated: 1.15 -> 1.16 --- Log message: Clean up ARM PEI code. --- Diffs of the changes: (+75 -91) ARMM