Make LABEL a builtin opcode.
[oota-llvm.git] / lib / Target / PowerPC / PPCRegisterInfo.td
2006-12-21 Jim LaskeyChanges from Nick Lewycky with a simplified PPCTargetAs...
2006-11-20 Chris Lattnerin ppc64-mode, don't allocate the 32-bit version of...
2006-11-20 Chris Lattnerr13 is the thread pointer on darwin/ppc64, don't alloca...
2006-11-16 Jim LaskeyThis is a general clean up of the PowerPC ABI. Address...
2006-11-14 Chris LattnerRework PPC64 calls. Now we have a LR8/CTR8 register...
2006-08-17 Chris LattnerConstify some methods. Patch provided by Anton Vayvod...
2006-06-16 Chris LattnerRemove the -darwin and -aix llc options, inferring...
2006-05-04 Chris LattnerRevert Nate's CR patch from last night, which caused...
2006-05-02 Nate BegemanSince we don't handle callee-save CRs right yet, don...
2006-04-17 Chris LattnerPrefer to allocate V2-V5 before V0,V1. This lets us...
2006-03-25 Chris Lattneradd all supported formats to the vector register file
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