aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/VirtRegMap.cpp
AgeCommit message (Expand)Author
2004-03-09Spill explicit physical register defs as well.Alkis Evlogimenos
2004-03-06As I wrote in the docs, simple is the default spiller :-)Alkis Evlogimenos
2004-03-06Add simple spiller.Alkis 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-27Make spiller push stores right after the definition of a register soAlkis Evlogimenos
2004-02-26Clear maps right after basic block is processed.Alkis Evlogimenos
2004-02-25Fix bugs found with recent addition of assertions inAlkis 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-23Refactor VirtRegMap out of RegAllocLinearScan as the first part of bugAlkis Evlogimenos