1. a39fc0e Add function to clear all virtual->physical mappings but not assigned by Alkis Evlogimenos · 21 years ago
  2. 38af59a Add method to assign stack slot to virtual register without creating a new one. by Alkis Evlogimenos · 21 years ago
  3. f174cc3 Add grow() member that grows the maps when the number of virtual by Alkis Evlogimenos · 21 years ago
  4. dd420e0 Add a spiller option to llc. A simple spiller will come soon. When we get CFG in the machine code represenation a global spiller will also be possible. Also document the linear scan register allocator but mark it as experimental for now. by Alkis Evlogimenos · 21 years ago
  5. 5f37502 Add the long awaited memory operand folding support for linear scan by Alkis Evlogimenos · 21 years ago
  6. fc54e83 Rename member function to be consistent with the rest. by Alkis Evlogimenos · 21 years ago
  7. 4d0d864 Add DenseMap template and actually use it for for mapping virtual regs by Alkis Evlogimenos · 21 years ago
  8. 0d6c5b6 Move machine code rewriter and spiller outside the register allocator. by Alkis Evlogimenos · 21 years ago
  9. ec8b8bb Add predicates for checking if a virtual register has a physical by Alkis Evlogimenos · 21 years ago
  10. e8124b9 Make enum private as it is an implementation detail. by Alkis Evlogimenos · 21 years ago
  11. 7974287 Remove '4Virt' from member function names as it is obvious. by Alkis Evlogimenos · 21 years ago
  12. 34d9bc9 Refactor VirtRegMap out of RegAllocLinearScan as the first part of bug by Alkis Evlogimenos · 21 years ago