aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/MachineRegisterInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Part 1.Evan Cheng2009-06-151-1/+1
* Move register allocation preference (or hint) from LiveInterval to MachineReg...Evan Cheng2009-06-141-0/+2
* Move MachineRegisterInfo::setRegClass out of line.Dan Gohman2009-04-151-0/+20
* Move createVirtualRegister out-of-line.Dan Gohman2008-12-081-0/+18
* Add a register class -> virtual registers map.Evan Cheng2008-10-201-0/+1
* Assert that all MachineInstrs update PhysRegUseDefLists inDan Gohman2008-07-071-0/+3
* Added debugging routine dumpUses.Evan Cheng2008-02-131-0/+8
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-101-5/+5
* switch the register iterator to act more like hte LLVM value iterator: derefe...Chris Lattner2008-01-011-2/+16
* Add a trivial but handy function to efficiently return the machine Chris Lattner2008-01-011-0/+15
* Implement automatically updated def/use lists for all MachineInstr register Chris Lattner2008-01-011-1/+27
* Rename SSARegMap -> MachineRegisterInfo in keeping with the idea Chris Lattner2007-12-311-0/+20