aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCRegisterInfo.td
Commit message (Expand)AuthorAgeFilesLines
* Remove an unnecsesary file. PPC32 and PPC64 share architected registers.Nate Begeman2005-10-141-0/+36
* Remove some regs that are not used.Chris Lattner2005-08-221-7/+0
* Nate noticed that 30% of the malloc/frees in llc come from calls to Lowercase...Chris Lattner2005-08-221-42/+42
* Revamp the Register class, and allow the use of the RegisterGroup class toChris Lattner2004-09-141-29/+49
* Register classes are target-dependentMisha Brukman2004-08-171-29/+0
* Fix frame pointer handling:Nate Begeman2004-08-161-3/+6
* Reenable the CCRCChris Lattner2004-08-151-1/+2
* Mark R2 as available for allocation on Darwin/PPC32, but not AIX/PPC64Misha Brukman2004-08-121-3/+6
* * Set the is64bit boolean flag in PowerPCRegisterInfoMisha Brukman2004-08-111-3/+3
* Renamed PPC32 (namespace for regs, opcodes) to PPC to include 64-bit targetsMisha Brukman2004-08-101-1/+1
* Renamed files:Misha Brukman2004-07-271-1/+1
* LR is a 32-bit int regMisha Brukman2004-07-271-2/+2
* * Enable allocation of registers r2-r10Misha Brukman2004-07-161-4/+7
* * Do not allocate r0 as we use it indiscriminantly in the instr selector.Misha Brukman2004-07-011-4/+4
* * Allow more registers to be allocated from the general register poolMisha Brukman2004-06-301-6/+8
* Only allocate non-volatile registers R13-31 (for now).Misha Brukman2004-06-291-3/+11
* Initial revisionMisha Brukman2004-06-211-0/+82