aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineRegisterInfo.cpp
AgeCommit message (Expand)Author
2010-04-14Move the code for initialing the entry block livein set out ofDan Gohman
2010-04-14Move the code for emitting livein copies out of SelectionDAGISel.Dan Gohman
2010-04-13Move MachineRegisterInfo's isLiveIn and isLiveOut out of line.Dan Gohman
2010-03-03Add MachineRegisterInfo::hasOneUse and hasOneNonDBGUse.Evan Cheng
2009-09-25Simplify a few more uses of reg_iterator.Dan Gohman
2009-06-15Part 1.Evan Cheng
2009-06-14Move register allocation preference (or hint) from LiveInterval to MachineReg...Evan Cheng
2009-04-15Move MachineRegisterInfo::setRegClass out of line.Dan Gohman
2008-12-08Move createVirtualRegister out-of-line.Dan Gohman
2008-10-20Add a register class -> virtual registers map.Evan Cheng
2008-07-07Assert that all MachineInstrs update PhysRegUseDefLists inDan Gohman
2008-02-13Added debugging routine dumpUses.Evan Cheng
2008-02-10Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman
2008-01-01switch the register iterator to act more like hte LLVM value iterator: derefe...Chris Lattner
2008-01-01Add a trivial but handy function to efficiently return the machine Chris Lattner
2008-01-01Implement automatically updated def/use lists for all MachineInstr register Chris Lattner
2007-12-31Rename SSARegMap -> MachineRegisterInfo in keeping with the idea Chris Lattner