| Commit message (Expand) | Author | Age | Files | Lines |
* | Set CR1EQ only when lowering vararg floating arguments (not any vararg | Roman Divacky | 2011-08-30 | 1 | -0/+4 |
* | Code generation for 'fence' instruction. | Eli Friedman | 2011-07-27 | 1 | -0/+2 |
* | Fix PR8828 by removing the explicit def in MovePCToLR as well as the pointless | Cameron Zwarich | 2011-05-19 | 1 | -2/+1 |
* | PowerPC atomic pseudos clobber CR0, they don't read it. | Jakob Stoklund Olesen | 2011-04-04 | 1 | -1/+1 |
* | Flag -> Glue, the ongoing saga | Chris Lattner | 2010-12-23 | 1 | -20/+20 |
* | Fix a bug I introduced in the ppc refactoring, which caused long | Chris Lattner | 2010-11-16 | 1 | -0/+1 |
* | split out an encoder for memri operands, allowing a relocation to be plopped | Chris Lattner | 2010-11-15 | 1 | -5/+6 |
* | add support for encoding the lo14 forms used for a few PPC64 addressing | Chris Lattner | 2010-11-15 | 1 | -0/+1 |
* | implement the start of support for lo16 and ha16, allowing us to get stuff like: | Chris Lattner | 2010-11-15 | 1 | -0/+2 |
* | change direct branches to encode with the same encoding method | Chris Lattner | 2010-11-15 | 1 | -4/+8 |
* | eliminate a now-unneeded operand printer. | Chris Lattner | 2010-11-15 | 1 | -1/+0 |
* | split call operands out to their own encoding class, simplifying | Chris Lattner | 2010-11-15 | 1 | -0/+1 |
* | add proper encoding for MTCRF instead of using a hack. | Chris Lattner | 2010-11-15 | 1 | -0/+1 |
* | add basic encoding support for immediates and registers, allowing us | Chris Lattner | 2010-11-15 | 1 | -4/+1 |
* | remove asmstrings (which can never be printed) from pseudo | Chris Lattner | 2010-11-15 | 1 | -62/+35 |
* | lower PPC::MFCRpseud when transforming to MC, avoiding calling | Chris Lattner | 2010-11-14 | 1 | -0/+7 |
* | Emit COPY instead of FMR/FMSD instructions for floating point conversion on | Jakob Stoklund Olesen | 2010-07-16 | 1 | -11/+8 |
* | The PPC MFCR instruction implicitly uses all 8 of the CR | Dale Johannesen | 2010-05-20 | 1 | -6/+9 |
* | Set isTerminator on TRAP instructions. | Dan Gohman | 2010-05-14 | 1 | -1/+1 |
* | Don't use isBarrier for the PowerPC sync instruction. isBarrier is for | Dan Gohman | 2010-05-14 | 1 | -1/+0 |
* | set SDNPVariadic on nodes throughout the rest of the targets that | Chris Lattner | 2010-03-19 | 1 | -6/+10 |
* | Merge PPC instructions FMRS and FMRD into a single FMR instruction. | Jakob Stoklund Olesen | 2010-02-26 | 1 | -9/+5 |
* | remove a bunch of dead named arguments in input patterns, | Chris Lattner | 2010-02-23 | 1 | -5/+5 |
* | Eliminate some uses of immAllOnes, just use -1, it does | Chris Lattner | 2010-02-21 | 1 | -2/+2 |
* | Don't specify CR sub-registers as implicit defs of BL instructions. | Jakob Stoklund Olesen | 2010-01-05 | 1 | -6/+2 |
* | Add support for calls through function pointers in the 64-bit PowerPC SVR4 ABI. | Tilmann Scheller | 2009-12-18 | 1 | -0/+6 |
* | Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used. | Dan Gohman | 2009-11-23 | 1 | -9/+0 |
* | Add PowerPC codegen for indirect branches. | Bob Wilson | 2009-11-04 | 1 | -0/+4 |
* | Rename usesCustomDAGSchedInserter to usesCustomInserter, and update a | Dan Gohman | 2009-10-29 | 1 | -4/+4 |
* | Improve MachineMemOperand handling. | Dan Gohman | 2009-09-25 | 1 | -8/+8 |
* | Model the carry bit on ppc32. Without this we could | Dale Johannesen | 2009-09-18 | 1 | -11/+25 |
* | Add support for the PowerPC 64-bit SVR4 ABI. | Tilmann Scheller | 2009-08-15 | 1 | -0/+8 |
* | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson | 2009-08-11 | 1 | -3/+3 |
* | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson | 2009-08-10 | 1 | -3/+3 |
* | Major calling convention code refactoring. | Dan Gohman | 2009-08-05 | 1 | -3/+0 |
* | Refactor ABI code in the PowerPC backend. | Tilmann Scheller | 2009-07-03 | 1 | -33/+33 |
* | Implement the SVR4 ABI for PowerPC. | Tilmann Scheller | 2009-07-03 | 1 | -2/+2 |
* | Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning. | Dan Gohman | 2008-12-03 | 1 | -2/+2 |
* | Add a sanity-check to tablegen to catch the case where isSimpleLoad | Dan Gohman | 2008-12-03 | 1 | -0/+2 |
* | Add a RM pseudoreg for the rounding mode, which | Dale Johannesen | 2008-10-29 | 1 | -143/+163 |
* | Mark MFCR as reading all condition code registers. | Dale Johannesen | 2008-10-24 | 1 | -0/+2 |
* | Mark defs and uses of CTR and LR correctly. | Dale Johannesen | 2008-10-23 | 1 | -6/+16 |
* | Fix warnings about mb/me being potentially used | Duncan Sands | 2008-10-16 | 1 | -2/+2 |
* | Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetConstant's as | Chris Lattner | 2008-10-11 | 1 | -2/+2 |
* | Rename ConstantSDNode::getValue to getZExtValue, for consistency | Dan Gohman | 2008-09-12 | 1 | -14/+14 |
* | Implement partial-word binary atomics on ppc. | Dale Johannesen | 2008-08-28 | 1 | -0/+66 |
* | Implement 32 & 64 bit versions of PPC atomic | Dale Johannesen | 2008-08-25 | 1 | -0/+22 |
* | Remove PPC-specific lowering for atomics; the | Dale Johannesen | 2008-08-25 | 1 | -29/+6 |
* | Implement __sync_synchronize on ppc32. Patch by Gary Benson. | Dale Johannesen | 2008-08-22 | 1 | -0/+12 |
* | Rewrite ppc code generated for __sync_{bool|val}_compare_and_swap | Dale Johannesen | 2008-08-22 | 1 | -4/+7 |