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
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
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
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
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:/
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
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
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
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