Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-02-24 | Move machine code rewriter and spiller outside the register | Alkis Evlogimenos | |
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11798 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2004-02-23 | Refactor VirtRegMap out of RegAllocLinearScan as the first part of bug | Alkis Evlogimenos | |
251 (providing a generic machine code rewriter/spiller). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11780 91177308-0d34-0410-b5e6-96231b3b80d8 |