summaryrefslogtreecommitdiff
path: root/lib/CodeGen/VirtRegMap.h
Commit message (Expand)AuthorAge
* Remove trailing whitespaceMisha Brukman2005-04-21
* When a virtual register is folded into an instruction, keep track of whetherChris Lattner2004-10-01
* Document this class a bit :-)Alkis Evlogimenos2004-10-01
* Use longer and more explicit names for instance vars (particularly importantChris Lattner2004-09-30
* Reindent code, improve comments, move huge nested methods out of classes,Chris Lattner2004-09-30
* Changes For Bug 352Reid Spencer2004-09-01
* Add function to clear all virtual->physical mappings but not assignedAlkis Evlogimenos2004-07-20
* Add method to assign stack slot to virtual register without creating aAlkis Evlogimenos2004-05-29
* Add grow() member that grows the maps when the number of virtualAlkis Evlogimenos2004-05-29
* Add a spiller option to llc. A simple spiller will come soon. When we get CFG...Alkis Evlogimenos2004-03-01
* Add the long awaited memory operand folding support for linear scanAlkis Evlogimenos2004-03-01
* Rename member function to be consistent with the rest.Alkis Evlogimenos2004-02-27
* Add DenseMap template and actually use it for for mapping virtual regsAlkis Evlogimenos2004-02-25
* Move machine code rewriter and spiller outside the registerAlkis Evlogimenos2004-02-24
* Add predicates for checking if a virtual register has a physicalAlkis Evlogimenos2004-02-24
* Make enum private as it is an implementation detail.Alkis Evlogimenos2004-02-23
* Remove '4Virt' from member function names as it is obvious.Alkis Evlogimenos2004-02-23
* Refactor VirtRegMap out of RegAllocLinearScan as the first part of bugAlkis Evlogimenos2004-02-23