Age | Commit message (Expand) | Author | Files | Lines |
2014-04-04 | [PowerPC] Add a full condition code register to make the "cc" clobber work | Hal Finkel | 1 | -0/+12 |
2014-03-29 | [PowerPC] Add subregister classes for f64 VSX values | Hal Finkel | 1 | -6/+30 |
2014-03-26 | [PowerPC] Add v2i64 as a legal VSX type | Hal Finkel | 1 | -3/+3 |
2014-03-13 | [PowerPC] Initial support for the VSX instruction set | Hal Finkel | 1 | -0/+43 |
2014-02-28 | Add CR-bit tracking to the PowerPC backend for i1 values | Hal Finkel | 1 | -7/+6 |
2013-07-17 | PPC: Add base-pointer support to builtin setjmp/longjmp | Hal Finkel | 1 | -2/+6 |
2013-07-02 | Cleanup PPC Altivec registers in CSR lists and improve VRSAVE handling | Hal Finkel | 1 | -1/+1 |
2013-05-31 | Make SubRegIndex size mandatory, following r183020. | Ahmed Bougacha | 1 | -5/+5 |
2013-03-27 | Print PPC ZERO as 0 (not r0) even on Darwin | Hal Finkel | 1 | -2/+2 |
2013-03-27 | Remove the link register from the GPR classes on PowerPC. | Bill Schmidt | 1 | -2/+2 |
2013-03-26 | Restore real bit lengths on PPC register numbers | Hal Finkel | 1 | -12/+12 |
2013-03-26 | PPC: Use HWEncoding and TRI->getEncodingValue | Hal Finkel | 1 | -13/+13 |
2013-03-21 | Remove the G8RC_NOX0_and_GPRC_NOR0 PPC register class | Hal Finkel | 1 | -2/+3 |
2013-03-21 | Correct PPC FRAMEADDR lowering using a pseudo-register | Hal Finkel | 1 | -2/+6 |
2013-03-19 | Prepare to make r0 an allocatable register on PPC | Hal Finkel | 1 | -0/+9 |
2013-01-25 | More cleanup of PPC register definitions. | Hal Finkel | 1 | -64/+8 |
2013-01-24 | Start cleanup of PPC register definitions using foreach loops. | Hal Finkel | 1 | -65/+7 |
2012-06-08 | Mark the PPC CTRRC and CTRRC8 register classes as non-allocatable. | Hal Finkel | 1 | -2/+10 |
2012-05-04 | Remove the SubRegClasses field from RegisterClass descriptions. | Jakob Stoklund Olesen | 1 | -3/+1 |
2012-02-18 | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu | 1 | -3/+3 |
2011-06-15 | Use set operations instead of plain lists to enumerate register classes. | Jakob Stoklund Olesen | 1 | -33/+26 |
2011-06-09 | Remove custom allocation order boilerplate that is no longer needed. | Jakob Stoklund Olesen | 1 | -59/+3 |
2011-05-30 | Split ppc dwarf regnums into ppc64 and ppc32 flavours. | Rafael Espindola | 1 | -140/+140 |
2011-05-29 | Dwarf register 0 is r0, remove incorrect entries. | Rafael Espindola | 1 | -2/+2 |
2011-05-27 | Remove DwarfRegNum from the individual bits of the condition register. | Rafael Espindola | 1 | -32/+32 |
2011-05-26 | Fix some dwarf register numbers. | Rafael Espindola | 1 | -1/+1 |
2011-01-10 | Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a... | Anton Korobeynikov | 1 | -4/+4 |
2010-12-18 | Restore the behavior of frame lowering before my refactoring. | Anton Korobeynikov | 1 | -4/+6 |
2010-11-18 | Move hasFP() and few related hooks to TargetFrameInfo. | Anton Korobeynikov | 1 | -5/+6 |
2010-05-26 | Replace the SubRegSet tablegen class with a less error-prone mechanism. | Jakob Stoklund Olesen | 1 | -19/+11 |
2010-05-26 | Revert "Replace the SubRegSet tablegen class with a less error-prone mechanism." | Jakob Stoklund Olesen | 1 | -11/+19 |
2010-05-26 | Replace the SubRegSet tablegen class with a less error-prone mechanism. | Jakob Stoklund Olesen | 1 | -19/+11 |
2010-05-25 | Remove NumberHack entirely. | Jakob Stoklund Olesen | 1 | -4/+4 |
2010-05-24 | Switch SubRegSet to using symbolic SubRegIndices | Jakob Stoklund Olesen | 1 | -8/+12 |
2010-05-24 | Replace the tablegen RegisterClass field SubRegClassList with an alist-like data | Jakob Stoklund Olesen | 1 | -1/+1 |
2010-05-24 | Add SubRegIndex defs to PowerPC. It looks like the CR subregister indices are | Jakob Stoklund Olesen | 1 | -0/+7 |
2010-02-16 | Really reserve R2 on PPC Darwin. PR 6314. | Dale Johannesen | 1 | -8/+4 |
2009-09-18 | Model the carry bit on ppc32. Without this we could | Dale Johannesen | 1 | -0/+8 |
2009-08-15 | Add support for the PowerPC 64-bit SVR4 ABI. | Tilmann Scheller | 1 | -3/+7 |
2009-07-03 | Various small changes related to the Condition Register on PowerPC. | Tilmann Scheller | 1 | -14/+17 |
2009-07-03 | Refactor ABI code in the PowerPC backend. | Tilmann Scheller | 1 | -1/+1 |
2009-07-03 | Implement the SVR4 ABI for PowerPC. | Tilmann Scheller | 1 | -9/+21 |
2008-10-29 | Add a RM pseudoreg for the rounding mode, which | Dale Johannesen | 1 | -0/+10 |
2008-07-07 | Clean up PPC register specification. | Evan Cheng | 1 | -34/+33 |
2008-04-30 | Tail call optimization improvements: | Arnold Schwaighofer | 1 | -1/+3 |
2008-03-10 | Add description of individual bits in CR. This fix PR1765. | Nicolas Geoffray | 1 | -0/+15 |
2008-02-26 | Rename PrintableName to Name. | Bill Wendling | 1 | -1/+1 |
2008-02-26 | Change "Name" to "AsmName" in the target register info. Gee, a refactoring tool | Bill Wendling | 1 | -1/+1 |
2008-02-24 | Some platforms use the same name for 32-bit and 64-bit registers (like | Bill Wendling | 1 | -34/+35 |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 1 | -2/+2 |