[llvm-commits] CVS: llvm/lib/CodeGen/LiveIntervalAnalysis.cpp LiveVariables.cpp MachineInstr.cpp RegisterScavenging.cpp VirtRegMap.cpp

2007-04-26 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen: LiveIntervalAnalysis.cpp updated: 1.238 -> 1.239 LiveVariables.cpp updated: 1.78 -> 1.79 MachineInstr.cpp updated: 1.146 -> 1.147 RegisterScavenging.cpp updated: 1.15 -> 1.16 VirtRegMap.cpp updated: 1.110 -> 1.111 --- Log message: Rename findRegisterUseOpe

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

2007-04-25 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen: LiveIntervalAnalysis.cpp updated: 1.237 -> 1.238 LiveVariables.cpp updated: 1.73 -> 1.74 --- Log message: Fix for PR1306: http://llvm.org/PR1306 . - A register def / use now implicitly affects sub-register liveness but does not affect liveness information

[llvm-commits] CVS: llvm/lib/CodeGen/LiveIntervalAnalysis.cpp LiveVariables.cpp PHIElimination.cpp TwoAddressInstructionPass.cpp

2007-04-17 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen: LiveIntervalAnalysis.cpp updated: 1.236 -> 1.237 LiveVariables.cpp updated: 1.72 -> 1.73 PHIElimination.cpp updated: 1.56 -> 1.57 TwoAddressInstructionPass.cpp updated: 1.46 -> 1.47 --- Log message: VarInfo::UsedBlocks is no longer used. Remove. --- Diffs

[llvm-commits] CVS: llvm/lib/CodeGen/LiveIntervalAnalysis.cpp LiveVariables.cpp MachineBasicBlock.cpp MachineInstr.cpp RegAllocLinearScan.cpp

2007-02-19 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen: LiveIntervalAnalysis.cpp updated: 1.208 -> 1.209 LiveVariables.cpp updated: 1.67 -> 1.68 MachineBasicBlock.cpp updated: 1.41 -> 1.42 MachineInstr.cpp updated: 1.143 -> 1.144 RegAllocLinearScan.cpp updated: 1.139 -> 1.140 --- Log message: Re-apply my livein

[llvm-commits] CVS: llvm/lib/CodeGen/LiveIntervalAnalysis.cpp LiveVariables.cpp MachineBasicBlock.cpp MachineInstr.cpp RegAllocLinearScan.cpp

2007-02-18 Thread Reid Spencer
Changes in directory llvm/lib/CodeGen: LiveIntervalAnalysis.cpp updated: 1.207 -> 1.208 LiveVariables.cpp updated: 1.66 -> 1.67 MachineBasicBlock.cpp updated: 1.40 -> 1.41 MachineInstr.cpp updated: 1.142 -> 1.143 RegAllocLinearScan.cpp updated: 1.138 -> 1.139 --- Log message: For PR1207: http:/

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

2007-02-12 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen: LiveIntervalAnalysis.cpp updated: 1.204 -> 1.205 LiveVariables.cpp updated: 1.64 -> 1.65 --- Log message: Allow any MachineBasicBlock (not just the entry block) to have live-in physical registers. Make sure liveinterval analysis is correctly creating live

[llvm-commits] CVS: llvm/lib/CodeGen/LiveIntervalAnalysis.cpp LiveVariables.cpp MachineInstr.cpp RegAllocLocal.cpp

2006-11-10 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen: LiveIntervalAnalysis.cpp updated: 1.193 -> 1.194 LiveVariables.cpp updated: 1.61 -> 1.62 MachineInstr.cpp updated: 1.127 -> 1.128 RegAllocLocal.cpp updated: 1.93 -> 1.94 --- Log message: Add implicit def / use operands to MachineInstr. --- Diffs of the ch

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

2006-08-27 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen: LiveIntervalAnalysis.cpp updated: 1.170 -> 1.171 LiveVariables.cpp updated: 1.56 -> 1.57 --- Log message: Eliminate RegisterAnalysis. RegisterPass now does all that is necessary. --- Diffs of the changes: (+2 -2) LiveIntervalAnalysis.cpp |2 +- L

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

2006-07-21 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: LiveIntervalAnalysis.cpp updated: 1.162 -> 1.163 LiveVariables.cpp updated: 1.55 -> 1.56 RegAllocLocal.cpp updated: 1.82 -> 1.83 RegAllocSimple.cpp updated: 1.69 -> 1.70 VirtRegMap.cpp updated: 1.68 -> 1.69 --- Log message: Eliminate data relocations by us