summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCRegisterInfo.td
Commit message (Expand)AuthorAge
* PPC: Add base-pointer support to builtin setjmp/longjmpHal Finkel2013-07-17
* Cleanup PPC Altivec registers in CSR lists and improve VRSAVE handlingHal Finkel2013-07-02
* Make SubRegIndex size mandatory, following r183020.Ahmed Bougacha2013-05-31
* Print PPC ZERO as 0 (not r0) even on DarwinHal Finkel2013-03-27
* Remove the link register from the GPR classes on PowerPC.Bill Schmidt2013-03-27
* Restore real bit lengths on PPC register numbersHal Finkel2013-03-26
* PPC: Use HWEncoding and TRI->getEncodingValueHal Finkel2013-03-26
* Remove the G8RC_NOX0_and_GPRC_NOR0 PPC register classHal Finkel2013-03-21
* Correct PPC FRAMEADDR lowering using a pseudo-registerHal Finkel2013-03-21
* Prepare to make r0 an allocatable register on PPCHal Finkel2013-03-19
* More cleanup of PPC register definitions.Hal Finkel2013-01-25
* Start cleanup of PPC register definitions using foreach loops.Hal Finkel2013-01-24
* Mark the PPC CTRRC and CTRRC8 register classes as non-allocatable.Hal Finkel2012-06-08
* Remove the SubRegClasses field from RegisterClass descriptions.Jakob Stoklund Olesen2012-05-04
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-18
* Use set operations instead of plain lists to enumerate register classes.Jakob Stoklund Olesen2011-06-15
* Remove custom allocation order boilerplate that is no longer needed.Jakob Stoklund Olesen2011-06-09
* Split ppc dwarf regnums into ppc64 and ppc32 flavours.Rafael Espindola2011-05-30
* Dwarf register 0 is r0, remove incorrect entries.Rafael Espindola2011-05-29
* Remove DwarfRegNum from the individual bits of the condition register.Rafael Espindola2011-05-27
* Fix some dwarf register numbers.Rafael Espindola2011-05-26
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-10
* Restore the behavior of frame lowering before my refactoring.Anton Korobeynikov2010-12-18
* Move hasFP() and few related hooks to TargetFrameInfo.Anton Korobeynikov2010-11-18
* Replace the SubRegSet tablegen class with a less error-prone mechanism.Jakob Stoklund Olesen2010-05-26
* Revert "Replace the SubRegSet tablegen class with a less error-prone mechanism."Jakob Stoklund Olesen2010-05-26
* Replace the SubRegSet tablegen class with a less error-prone mechanism.Jakob Stoklund Olesen2010-05-26
* Remove NumberHack entirely.Jakob Stoklund Olesen2010-05-25
* Switch SubRegSet to using symbolic SubRegIndicesJakob Stoklund Olesen2010-05-24
* Replace the tablegen RegisterClass field SubRegClassList with an alist-like dataJakob Stoklund Olesen2010-05-24
* Add SubRegIndex defs to PowerPC. It looks like the CR subregister indices areJakob Stoklund Olesen2010-05-24
* Really reserve R2 on PPC Darwin. PR 6314.Dale Johannesen2010-02-16
* Model the carry bit on ppc32. Without this we couldDale Johannesen2009-09-18
* Add support for the PowerPC 64-bit SVR4 ABI.Tilmann Scheller2009-08-15
* Various small changes related to the Condition Register on PowerPC.Tilmann Scheller2009-07-03
* Refactor ABI code in the PowerPC backend.Tilmann Scheller2009-07-03
* Implement the SVR4 ABI for PowerPC.Tilmann Scheller2009-07-03
* Add a RM pseudoreg for the rounding mode, whichDale Johannesen2008-10-29
* Clean up PPC register specification.Evan Cheng2008-07-07
* Tail call optimization improvements:Arnold Schwaighofer2008-04-30
* Add description of individual bits in CR. This fix PR1765.Nicolas Geoffray2008-03-10
* Rename PrintableName to Name.Bill Wendling2008-02-26
* Change "Name" to "AsmName" in the target register info. Gee, a refactoring toolBill Wendling2008-02-26
* Some platforms use the same name for 32-bit and 64-bit registers (likeBill Wendling2008-02-24
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Use TableGen to emit information for dwarf register numbers. Anton Korobeynikov2007-11-11
* R0 is a sub-register of X0, etc.Evan Cheng2007-05-08
* llvm bug #1350, parts 1, 2, and 3.Nate Begeman2007-05-01
* We'd still like to register allocate r2 on darwin before the callee-saveNate Begeman2007-01-29
* Changes from Nick Lewycky with a simplified PPCTargetAsmInfo.Jim Laskey2006-12-21