1. 2ab36d3 Begin adding static dependence information to passes, which will allow us to by Owen Anderson · 15 years ago
  2. ce665bd Now with fewer extraneous semicolons! by Owen Anderson · 15 years ago
  3. e1f543f Clean up debug output. by Jakob Stoklund Olesen · 15 years ago
  4. a516e94 Give up on register class recalculation when the register is used with subreg by Jakob Stoklund Olesen · 15 years ago
  5. 9db3ea4 Implement register class inflation. by Jakob Stoklund Olesen · 15 years ago
  6. df30cf9 Transpose the calculation of spill weights such that we are calculating one by Jakob Stoklund Olesen · 15 years ago
  7. d13db2c Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). by Owen Anderson · 15 years ago
  8. af462c4 Remove remaining calls to TII::isMoveInstr. by Jakob Stoklund Olesen · 15 years ago
  9. 00e840f Fix typo. by Eric Christopher · 15 years ago
  10. 352d352 Always normalize spill weights, also for intervals created by spilling. by Jakob Stoklund Olesen · 15 years ago
  11. 1e5cc22 Remove duplicated #include. by Evan Cheng · 16 years ago
  12. 8112b53 Emit an error for illegal inline asm constraint (which uses illegal type) rather than asserting. by Evan Cheng · 16 years ago
  13. 3143e90 fix missing #includes. by Chris Lattner · 16 years ago
  14. 518bb53 move target-independent opcodes out of TargetInstrInfo by Chris Lattner · 16 years ago
  15. d94998f Skip DEBUG_VALUE in some places where it was affecting codegen. by Dale Johannesen · 16 years ago
  16. 7ed6dd6 by David Greene · 16 years ago
  17. 74ab5ee Changed slot index ranges for MachineBasicBlocks to be exclusive of endpoint. by Lang Hames · 16 years ago
  18. a937f22 Moved spill weight calculation out of SimpleRegisterCoalescing and into its own pass: CalculateSpillWeights. by Lang Hames · 16 years ago