Start allocating condition registers. Almost all explicit uses of CR0 are
[oota-llvm.git] / lib / Target / PowerPC / PPCRegisterInfo.cpp
2005-04-12 Nate BegemanInitial support for allocation condition registers
2005-04-10 Nate BegemanRemove unnecessary Implicit Defs. Since r0 is not...
2005-04-04 Nate BegemanRemove unnecessary register copy now that regalloc...
2004-10-26 Nate BegemanEliminate usage of MRegisterInfo::getRegClass(physreg)
2004-09-27 Nate BegemanCorrect some BuildMI arguments for the upcoming simple...
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-27 Nate BegemanRegister sizes are in bits, not bytes
2004-08-22 Nate BegemanDon't hard code the offset of the saved R31 in function...
2004-08-21 Chris LattnerReduce uses of getRegClass
2004-08-17 Misha BrukmanPowerPC 32-/64-bit split: Part I, PPC32* bit files...