Add support for sdiv by 2^k and -2^k. Producing code like:
[oota-llvm.git] / lib / Target / PowerPC / PPCRegisterInfo.cpp
2005-08-19 Chris LattnerNow that the simple isels are dead, so is this.
2005-08-18 Chris LattnerMFLR doesn't take an operand, the LR register is implicit
2005-08-04 Nate BegemanUse the new subtarget support to automatically choose...
2005-07-30 Jeff CohenKeep tabs and trailing spaces out.
2005-07-27 Nate BegemanFix some comments
2005-07-27 Nate BegemanImplement the optimization for the Red Zone on Darwin...
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
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...