aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/VirtRegMap.h
Commit message (Expand)AuthorAgeFilesLines
...
* Add grow() member that grows the maps when the number of virtualAlkis Evlogimenos2004-05-291-2/+6
* Add a spiller option to llc. A simple spiller will come soon. When we get CFG...Alkis Evlogimenos2004-03-011-1/+8
* Add the long awaited memory operand folding support for linear scanAlkis Evlogimenos2004-03-011-0/+14
* Rename member function to be consistent with the rest.Alkis Evlogimenos2004-02-271-1/+1
* Add DenseMap template and actually use it for for mapping virtual regsAlkis Evlogimenos2004-02-251-17/+13
* Move machine code rewriter and spiller outside the registerAlkis Evlogimenos2004-02-241-0/+2
* Add predicates for checking if a virtual register has a physicalAlkis Evlogimenos2004-02-241-0/+8
* Make enum private as it is an implementation detail.Alkis Evlogimenos2004-02-231-5/+5
* Remove '4Virt' from member function names as it is obvious.Alkis Evlogimenos2004-02-231-3/+3
* Refactor VirtRegMap out of RegAllocLinearScan as the first part of bugAlkis Evlogimenos2004-02-231-0/+95