Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson | 2010-10-19 | 1 | -1/+3 |
* | Implement register class inflation. | Jakob Stoklund Olesen | 2010-08-10 | 1 | -2/+2 |
* | Recalculate the spill weight and allocation hint for virtual registers created | Jakob Stoklund Olesen | 2010-08-10 | 1 | -2/+2 |
* | Transpose the calculation of spill weights such that we are calculating one | Jakob Stoklund Olesen | 2010-08-10 | 1 | -1/+26 |
* | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
* | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
* | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 2010-08-05 | 1 | -1/+1 |
* | Moved spill weight calculation out of SimpleRegisterCoalescing and into its o... | Lang Hames | 2009-12-14 | 1 | -0/+39 |