summaryrefslogtreecommitdiff
path: root/lib/CodeGen/CalcSpillWeights.cpp
Commit message (Expand)AuthorAge
* Clean up debug output.Jakob Stoklund Olesen2010-08-12
* Give up on register class recalculation when the register is used with subregJakob Stoklund Olesen2010-08-10
* Implement register class inflation.Jakob Stoklund Olesen2010-08-10
* Transpose the calculation of spill weights such that we are calculating oneJakob Stoklund Olesen2010-08-10
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-21
* Remove remaining calls to TII::isMoveInstr.Jakob Stoklund Olesen2010-07-16
* Fix typo.Eric Christopher2010-07-03
* Always normalize spill weights, also for intervals created by spilling.Jakob Stoklund Olesen2010-02-18
* Remove duplicated #include.Evan Cheng2010-02-10
* Emit an error for illegal inline asm constraint (which uses illegal type) rat...Evan Cheng2010-02-10
* fix missing #includes.Chris Lattner2010-02-10
* move target-independent opcodes out of TargetInstrInfoChris Lattner2010-02-09
* Skip DEBUG_VALUE in some places where it was affecting codegen.Dale Johannesen2010-02-09
* Change errs() to dbgs().David Greene2009-12-24
* Changed slot index ranges for MachineBasicBlocks to be exclusive of endpoint.Lang Hames2009-12-22
* Moved spill weight calculation out of SimpleRegisterCoalescing and into its o...Lang Hames2009-12-14