Add dwarf register numbering to register data.
[oota-llvm.git] / lib / Target / PowerPC / PPCRegisterInfo.td
2006-03-24 Jim LaskeyAdd dwarf register numbering to register data.
2006-03-20 Chris LattnerClaim to have v16i8 for perm masks
2006-03-13 Chris LattnerFor functions that use vector registers, save VRSAVE...
2005-12-22 Evan ChengBye bye HACKTROCITY.
2005-12-20 Nate BegemanPattern-match return. Includes gross hack!
2005-12-16 Nate BegemanAdd a second vector type to the VRRC register class...
2005-12-01 Nate BegemanSupport multiple ValueTypes per RegisterClass, needed...
2005-12-01 Nate BegemanCosmetic change, better reflects actual values
2005-11-29 Nate BegemanAdd the majority of the vector machien value types...
2005-11-29 Chris Lattnerdon't say this is i128, because it isn't yet. Hopefull...
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