Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-05 | Add explicit keywords. | Dan Gohman | |
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72969 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2009-06-03 | Convert Alpha and Mips to use a MachineFunctionInfo subclass to | Dan Gohman | |
carry GlobalBaseReg, and GlobalRetAddr too in Alpha's case. This eliminates the need for them to search through the MachineRegisterInfo livein list in order to identify these virtual registers. EmitLiveInCopies is now the only user of the virtual register portion of MachineRegisterInfo's livein data. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72802 91177308-0d34-0410-b5e6-96231b3b80d8 |