Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change errs() to dbgs(). | David Greene | 2009-12-24 | 1 | -1/+1 |
| | | | | llvm-svn: 92099 | ||||
* | Changed slot index ranges for MachineBasicBlocks to be exclusive of endpoint. | Lang Hames | 2009-12-22 | 1 | -1/+1 |
| | | | | | | This fixes an in-place update bug where code inserted at the end of basic blocks may not be covered by existing intervals which were live across the entire block. It is also consistent with the way ranges are specified for live intervals. llvm-svn: 91859 | ||||
* | Moved spill weight calculation out of SimpleRegisterCoalescing and into its ↵ | Lang Hames | 2009-12-14 | 1 | -0/+154 |
own pass: CalculateSpillWeights. llvm-svn: 91273 |