Small tweaks noticed while on the plane.
[oota-llvm.git] / lib / Target / PowerPC / PPCRegisterInfo.td
2005-11-26 Nate BegemanSmall tweaks noticed while on the plane.
2005-11-23 Nate BegemanSome first bits of AltiVec stuff: Instruction Formats...
2005-10-19 Chris Lattnerapply some tblgen majik to simplify the X register...
2005-10-19 Nate BegemanMake a new reg class for 64 bit regs that aliases the...
2005-10-18 Nate BegemanFirst bits of 64 bit PowerPC stuff, currently disabled...
2005-10-14 Nate BegemanRemove an unnecsesary file. PPC32 and PPC64 share...
2005-08-22 Chris LattnerRemove some regs that are not used.
2005-08-22 Chris LattnerNate noticed that 30% of the malloc/frees in llc come...
2004-09-14 Chris LattnerRevamp the Register class, and allow the use of the...
2004-08-17 Misha BrukmanRegister classes are target-dependent
2004-08-16 Nate BegemanFix frame pointer handling:
2004-08-15 Chris LattnerReenable the CCRC
2004-08-12 Misha BrukmanMark R2 as available for allocation on Darwin/PPC32...
2004-08-11 Misha Brukman* Set the is64bit boolean flag in PowerPCRegisterInfo
2004-08-10 Misha BrukmanRenamed PPC32 (namespace for regs, opcodes) to PPC...
2004-07-27 Misha BrukmanRenamed files:
2004-07-27 Misha BrukmanLR is a 32-bit int reg
2004-07-16 Misha Brukman* Enable allocation of registers r2-r10
2004-07-01 Misha Brukman* Do not allocate r0 as we use it indiscriminantly...
2004-06-30 Misha Brukman* Allow more registers to be allocated from the general...
2004-06-29 Misha BrukmanOnly allocate non-volatile registers R13-31 (for now).
2004-06-21 Misha BrukmanInitial revision