Add a method to check that the subprogram holds debug info for the given Function...
[oota-llvm.git] / lib / CodeGen / Spiller.cpp
2009-04-13 Dan GohmanWhen assigning a physical register to a MachineOperand...
2009-04-09 Bob WilsonFix pr3954. The register scavenger asserts for inline...
2009-03-31 Bill WendlingOy! When reverting r68073, I added in experimental...
2009-03-31 Bill WendlingRevert r68073. It's causing a failure in the Apple...
2009-03-30 Bill WendlingBalance out quote in debug output.
2009-03-20 Sanjiv GuptaFixed build warnings for unused variables.
2009-03-19 Evan ChengAdded MachineInstr::isRegTiedToDefOperand to check...
2009-03-17 Evan ChengSpiller may unfold load / mod / store instructions...
2009-03-14 Daniel DunbarAdd newlines at end of file (this can annoy gcov)
2009-03-12 Owen AndersonReorganize some #include's.
2009-03-11 Owen AndersonReorganization: Move the Spiller out of VirtRegMap...