aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/VirtRegMap.h
AgeCommit message (Expand)Author
2004-05-29Add method to assign stack slot to virtual register without creating aAlkis Evlogimenos
2004-05-29Add grow() member that grows the maps when the number of virtualAlkis Evlogimenos
2004-03-01Add a spiller option to llc. A simple spiller will come soon. When we get CFG...Alkis Evlogimenos
2004-03-01Add the long awaited memory operand folding support for linear scanAlkis Evlogimenos
2004-02-27Rename member function to be consistent with the rest.Alkis Evlogimenos
2004-02-25Add DenseMap template and actually use it for for mapping virtual regsAlkis Evlogimenos
2004-02-24Move machine code rewriter and spiller outside the registerAlkis Evlogimenos
2004-02-24Add predicates for checking if a virtual register has a physicalAlkis Evlogimenos
2004-02-23Make enum private as it is an implementation detail.Alkis Evlogimenos
2004-02-23Remove '4Virt' from member function names as it is obvious.Alkis Evlogimenos
2004-02-23Refactor VirtRegMap out of RegAllocLinearScan as the first part of bugAlkis Evlogimenos