| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fix bugs found with recent addition of assertions in | Alkis Evlogimenos | 2004-02-25 | 1 | -2/+2 | |
| | | | | | | | MRegisterInfo::is{Physical,Virtual}Register. llvm-svn: 11849 | |||||
| * | Add DenseMap template and actually use it for for mapping virtual regs | Alkis Evlogimenos | 2004-02-25 | 1 | -6/+8 | |
| | | | | | | | to objects. llvm-svn: 11840 | |||||
| * | Move machine code rewriter and spiller outside the register | Alkis Evlogimenos | 2004-02-24 | 1 | -2/+159 | |
| | | | | | | | | | | | | allocator. The implementation is completely rewritten and now employs several optimizations not exercised before. For example for 164.gzip we have 997 loads and 699 stores vs the 1221 loads and 880 stores we have before. llvm-svn: 11798 | |||||
| * | Refactor VirtRegMap out of RegAllocLinearScan as the first part of bug | Alkis Evlogimenos | 2004-02-23 | 1 | -0/+55 | |
| 251 (providing a generic machine code rewriter/spiller). llvm-svn: 11780 | ||||||

