| Commit message (Expand) | Author | Age | Files | Lines |
| * | Split several PPC instruction classes. | Hal Finkel | 2012-08-28 | 1 | -23/+23 |
| * | Allow remat of LI on PPC. | Hal Finkel | 2012-08-28 | 1 | -0/+2 |
| * | Lower constant pools and jump tables via TOC on PPC64/SVR4. | Roman Divacky | 2012-08-24 | 1 | -0/+8 |
| * | Add a comment about mftb vs. mfspr on PPC. | Hal Finkel | 2012-08-07 | 1 | -0/+4 |
| * | MFTB on PPC64 should really be encoded using MFSPR. | Hal Finkel | 2012-08-06 | 1 | -2/+2 |
| * | Add readcyclecounter lowering on PPC64. | Hal Finkel | 2012-08-04 | 1 | -0/+5 |
| * | Remove variable_ops from call instructions in most targets. | Jakob Stoklund Olesen | 2012-07-13 | 1 | -11/+11 |
| * | Add support for the PPC isel instruction. | Hal Finkel | 2012-06-22 | 1 | -0/+4 |
| * | Add support for generating reg+reg (indexed) pre-inc loads on PPC. | Hal Finkel | 2012-06-20 | 1 | -0/+31 |
| * | Add support for generating reg+reg preinc stores on PPC. | Hal Finkel | 2012-06-19 | 1 | -4/+35 |
| * | Split out the PPC instruction class IntSimple from IntGeneral. | Hal Finkel | 2012-06-12 | 1 | -24/+24 |
| * | Improve ext/trunc patterns on PPC64. | Hal Finkel | 2012-06-09 | 1 | -11/+4 |
| * | Add the PPCCTRLoops pass: a PPC machine-code-level optimization pass to form ... | Hal Finkel | 2012-06-08 | 1 | -0/+9 |
| * | Implement local-exec TLS on PowerPC. | Roman Divacky | 2012-06-04 | 1 | -0/+7 |
| * | Add a missing PPC 64-bit stwu pattern. | Hal Finkel | 2012-05-20 | 1 | -0/+8 |
| * | Split the LdStGeneral PPC itin. class into LdStLoad and LdStStore. | Hal Finkel | 2012-04-01 | 1 | -18/+18 |
| * | Fix dynamic linking on PPC64. | Hal Finkel | 2012-03-31 | 1 | -1/+19 |
| * | Convert PowerPC to register mask operands. | Roman Divacky | 2012-03-06 | 1 | -14/+2 |
| * | X11/X2 loads around indirect calls on ppc64 should not be deleted. | Hal Finkel | 2012-02-24 | 1 | -2/+4 |
| * | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu | 2012-02-18 | 1 | -3/+3 |
| * | make CR spill and restore 64-bit clean (no functional change), and fix some o... | Hal Finkel | 2011-12-07 | 1 | -0/+18 |
| * | Fix wrong usages of CTR/MCTR where CTR8/MCTR8 was meant. | Roman Divacky | 2011-06-03 | 1 | -3/+8 |
| * | Fix PR8828 by removing the explicit def in MovePCToLR as well as the pointless | Cameron Zwarich | 2011-05-19 | 1 | -1/+1 |
| * | PowerPC atomic pseudos clobber CR0, they don't read it. | Jakob Stoklund Olesen | 2011-04-04 | 1 | -1/+1 |
| * | split out an encoder for memri operands, allowing a relocation to be plopped | Chris Lattner | 2010-11-15 | 1 | -3/+3 |
| * | add support for encoding the lo14 forms used for a few PPC64 addressing | Chris Lattner | 2010-11-15 | 1 | -4/+5 |
| * | implement the start of support for lo16 and ha16, allowing us to get stuff like: | Chris Lattner | 2010-11-15 | 1 | -0/+2 |
| * | remove asmstrings (which can never be printed) from pseudo | Chris Lattner | 2010-11-15 | 1 | -24/+13 |
| * | move the pic base symbol stuff up to MachineFunction | Chris Lattner | 2010-11-14 | 1 | -0/+3 |
| * | reimplement ppc asmprinter "toc" handling to use a VariantKind | Chris Lattner | 2010-11-14 | 1 | -3/+1 |
| * | remove a bogus pattern, which had the same pattern as STDU | Chris Lattner | 2010-02-27 | 1 | -7/+0 |
| * | Eliminate some uses of immAllOnes, just use -1, it does | Chris Lattner | 2010-02-21 | 1 | -2/+2 |
| * | Add support for calls through function pointers in the 64-bit PowerPC SVR4 ABI. | Tilmann Scheller | 2009-12-18 | 1 | -0/+15 |
| * | 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 | -1/+1 |
| * | Model the carry bit on ppc32. Without this we could | Dale Johannesen | 2009-09-18 | 1 | -17/+27 |
| * | Add support for the PowerPC 64-bit SVR4 ABI. | Tilmann Scheller | 2009-08-15 | 1 | -0/+6 |
| * | Refactor ABI code in the PowerPC backend. | Tilmann Scheller | 2009-07-03 | 1 | -20/+20 |
| * | Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning. | Dan Gohman | 2008-12-03 | 1 | -3/+3 |
| * | Add a sanity-check to tablegen to catch the case where isSimpleLoad | Dan Gohman | 2008-12-03 | 1 | -0/+4 |
| * | Add a RM pseudoreg for the rounding mode, which | Dale Johannesen | 2008-10-29 | 1 | -21/+25 |
| * | Mark defs and uses of CTR and LR correctly. | Dale Johannesen | 2008-10-23 | 1 | -5/+14 |
| * | Rename ConstantSDNode::getValue to getZExtValue, for consistency | Dan Gohman | 2008-09-12 | 1 | -4/+4 |
| * | Implement 32 & 64 bit versions of PPC atomic | Dale Johannesen | 2008-08-25 | 1 | -1/+22 |
| * | Remove PPC-specific lowering for atomics; the | Dale Johannesen | 2008-08-25 | 1 | -8/+6 |
| * | Rewrite ppc code generated for __sync_{bool|val}_compare_and_swap | Dale Johannesen | 2008-08-22 | 1 | -4/+7 |
| * | Implement llvm.atomic.cmp.swap.i32 on PPC. Patch by Gary Benson! | Evan Cheng | 2008-07-12 | 1 | -16/+27 |
| * | Tail call optimization improvements: | Arnold Schwaighofer | 2008-04-30 | 1 | -1/+47 |
| * | 64-bit atomic operations. | Evan Cheng | 2008-04-19 | 1 | -0/+19 |
| * | Replace all target specific implicit def instructions with a target independe... | Evan Cheng | 2008-03-15 | 1 | -8/+0 |