Fix a comment typo and some whitespace.
[oota-llvm.git] / lib / CodeGen / MachineRegisterInfo.cpp
2009-06-15 Evan ChengPart 1.
2009-06-14 Evan ChengMove register allocation preference (or hint) from...
2009-04-15 Dan GohmanMove MachineRegisterInfo::setRegClass out of line.
2008-12-08 Dan GohmanMove createVirtualRegister out-of-line.
2008-10-20 Evan ChengAdd a register class -> virtual registers map.
2008-07-07 Dan GohmanAssert that all MachineInstrs update PhysRegUseDefLists in
2008-02-13 Evan ChengAdded debugging routine dumpUses.
2008-02-10 Dan GohmanRename MRegisterInfo to TargetRegisterInfo.
2008-01-01 Chris Lattnerswitch the register iterator to act more like hte LLVM...
2008-01-01 Chris LattnerAdd a trivial but handy function to efficiently return...
2008-01-01 Chris LattnerImplement automatically updated def/use lists for all...
2007-12-31 Chris LattnerRename SSARegMap -> MachineRegisterInfo in keeping...