aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCRegisterInfo.td
AgeCommit message (Expand)Author
2013-03-27Print PPC ZERO as 0 (not r0) even on DarwinHal Finkel
2013-03-27Remove the link register from the GPR classes on PowerPC.Bill Schmidt
2013-03-26Restore real bit lengths on PPC register numbersHal Finkel
2013-03-26PPC: Use HWEncoding and TRI->getEncodingValueHal Finkel
2013-03-21Remove the G8RC_NOX0_and_GPRC_NOR0 PPC register classHal Finkel
2013-03-21Correct PPC FRAMEADDR lowering using a pseudo-registerHal Finkel
2013-03-19Prepare to make r0 an allocatable register on PPCHal Finkel
2013-01-25More cleanup of PPC register definitions.Hal Finkel
2013-01-24Start cleanup of PPC register definitions using foreach loops.Hal Finkel
2012-06-08Mark the PPC CTRRC and CTRRC8 register classes as non-allocatable.Hal Finkel
2012-05-04Remove the SubRegClasses field from RegisterClass descriptions.Jakob Stoklund Olesen
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu
2011-06-15Use set operations instead of plain lists to enumerate register classes.Jakob Stoklund Olesen
2011-06-09Remove custom allocation order boilerplate that is no longer needed.Jakob Stoklund Olesen
2011-05-30Split ppc dwarf regnums into ppc64 and ppc32 flavours.Rafael Espindola
2011-05-29Dwarf register 0 is r0, remove incorrect entries.Rafael Espindola
2011-05-27Remove DwarfRegNum from the individual bits of the condition register.Rafael Espindola
2011-05-26Fix some dwarf register numbers.Rafael Espindola
2011-01-10Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov
2010-12-18Restore the behavior of frame lowering before my refactoring.Anton Korobeynikov
2010-11-18Move hasFP() and few related hooks to TargetFrameInfo.Anton Korobeynikov
2010-05-26Replace the SubRegSet tablegen class with a less error-prone mechanism.Jakob Stoklund Olesen
2010-05-26Revert "Replace the SubRegSet tablegen class with a less error-prone mechanism."Jakob Stoklund Olesen
2010-05-26Replace the SubRegSet tablegen class with a less error-prone mechanism.Jakob Stoklund Olesen
2010-05-25Remove NumberHack entirely.Jakob Stoklund Olesen
2010-05-24Switch SubRegSet to using symbolic SubRegIndicesJakob Stoklund Olesen
2010-05-24Replace the tablegen RegisterClass field SubRegClassList with an alist-like dataJakob Stoklund Olesen
2010-05-24Add SubRegIndex defs to PowerPC. It looks like the CR subregister indices areJakob Stoklund Olesen
2010-02-16Really reserve R2 on PPC Darwin. PR 6314.Dale Johannesen
2009-09-18Model the carry bit on ppc32. Without this we couldDale Johannesen
2009-08-15Add support for the PowerPC 64-bit SVR4 ABI.Tilmann Scheller
2009-07-03Various small changes related to the Condition Register on PowerPC.Tilmann Scheller
2009-07-03Refactor ABI code in the PowerPC backend.Tilmann Scheller
2009-07-03Implement the SVR4 ABI for PowerPC.Tilmann Scheller
2008-10-29Add a RM pseudoreg for the rounding mode, whichDale Johannesen
2008-07-07Clean up PPC register specification.Evan Cheng
2008-04-30Tail call optimization improvements:Arnold Schwaighofer
2008-03-10Add description of individual bits in CR. This fix PR1765.Nicolas Geoffray
2008-02-26Rename PrintableName to Name.Bill Wendling
2008-02-26Change "Name" to "AsmName" in the target register info. Gee, a refactoring toolBill Wendling
2008-02-24Some platforms use the same name for 32-bit and 64-bit registers (likeBill Wendling
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-11-11Use TableGen to emit information for dwarf register numbers. Anton Korobeynikov
2007-05-08R0 is a sub-register of X0, etc.Evan Cheng
2007-05-01llvm bug #1350, parts 1, 2, and 3.Nate Begeman
2007-01-29We'd still like to register allocate r2 on darwin before the callee-saveNate Begeman
2006-12-21Changes from Nick Lewycky with a simplified PPCTargetAsmInfo.Jim Laskey
2006-11-20in ppc64-mode, don't allocate the 32-bit version of r13 either.Chris Lattner
2006-11-20r13 is the thread pointer on darwin/ppc64, don't allocate it.Chris Lattner
2006-11-16This is a general clean up of the PowerPC ABI. Address several problems andJim Laskey