[llvm-commits] CVS: llvm/lib/CodeGen/RegAllocSimple.cpp VirtRegMap.cpp

2006-12-08 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen: RegAllocSimple.cpp updated: 1.80 -> 1.81 VirtRegMap.cpp updated: 1.87 -> 1.88 --- Log message: Move findTiedToSrcOperand to TargetInstrDescriptor. --- Diffs of the changes: (+3 -4) RegAllocSimple.cpp |3 +-- VirtRegMap.cpp |4 ++-- 2 files

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

2006-12-08 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen: RegAllocSimple.cpp updated: 1.79 -> 1.80 --- Log message: findTiedToSrcOperand() changed. --- Diffs of the changes: (+2 -2) RegAllocSimple.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/lib/CodeGen/RegAllocSimple.cpp di

[llvm-commits] CVS: llvm/lib/CodeGen/RegAllocSimple.cpp VirtRegMap.cpp

2006-11-01 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen: RegAllocSimple.cpp updated: 1.75 -> 1.76 VirtRegMap.cpp updated: 1.77 -> 1.78 --- Log message: Rename --- Diffs of the changes: (+2 -2) RegAllocSimple.cpp |2 +- VirtRegMap.cpp |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Index

[llvm-commits] CVS: llvm/lib/CodeGen/RegAllocSimple.cpp TwoAddressInstructionPass.cpp VirtRegMap.cpp

2006-11-01 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen: RegAllocSimple.cpp updated: 1.74 -> 1.75 TwoAddressInstructionPass.cpp updated: 1.38 -> 1.39 VirtRegMap.cpp updated: 1.76 -> 1.77 --- Log message: Two-address instructions no longer have to be A := A op C. Now any pair of dest / src operands can be tied t