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