| Age | Commit message (Expand) | Author |
| 2013-02-21 | Large code model support for PowerPC. | Bill Schmidt |
| 2012-12-14 | This patch improves the 64-bit PowerPC InitialExec TLS support by providing | Bill Schmidt |
| 2012-12-13 | This is another cleanup patch for 64-bit PowerPC TLS processing. I had | Bill Schmidt |
| 2012-12-13 | This is just a clean-up patch that simplifies the initial-exec TLS logic by | Bill Schmidt |
| 2012-12-12 | This patch implements local-dynamic TLS model support for the 64-bit | Bill Schmidt |
| 2012-12-11 | This patch implements the general dynamic TLS model for 64-bit PowerPC. | Bill Schmidt |
| 2012-12-04 | This patch introduces initial-exec model support for thread-local storage | Bill Schmidt |
| 2012-11-27 | This patch implements medium code model support for 64-bit PowerPC. | Bill Schmidt |
| 2012-11-13 | Fix wrong PowerPC instruction opcodes for: | Ulrich Weigand |
| 2012-11-13 | Fix instruction encoding for "bd(n)z" on PowerPC, | Ulrich Weigand |
| 2012-11-13 | Fix instruction encoding for "isel" on PowerPC, | Ulrich Weigand |
| 2012-10-26 | PowerPC: Fix for rldcl/rldicl/rldicr MC emission | Adhemerval Zanella |
| 2012-10-25 | This patch fixes the MC object emission of 'nop' for external function calls | Adhemerval Zanella |
| 2012-10-04 | - add tokens to PPCInstrInfo.td and PPCInstr64Bit.td to resolve | Will Schmidt |
| 2012-09-05 | Move the PPC TOC defs into the PPC64 InstrInfo file. | Hal Finkel |
| 2012-08-28 | Split several PPC instruction classes. | Hal Finkel |
| 2012-08-28 | Allow remat of LI on PPC. | Hal Finkel |
| 2012-08-24 | Lower constant pools and jump tables via TOC on PPC64/SVR4. | Roman Divacky |
| 2012-08-07 | Add a comment about mftb vs. mfspr on PPC. | Hal Finkel |
| 2012-08-06 | MFTB on PPC64 should really be encoded using MFSPR. | Hal Finkel |
| 2012-08-04 | Add readcyclecounter lowering on PPC64. | Hal Finkel |
| 2012-07-13 | Remove variable_ops from call instructions in most targets. | Jakob Stoklund Olesen |
| 2012-06-22 | Add support for the PPC isel instruction. | Hal Finkel |
| 2012-06-20 | Add support for generating reg+reg (indexed) pre-inc loads on PPC. | Hal Finkel |
| 2012-06-19 | Add support for generating reg+reg preinc stores on PPC. | Hal Finkel |
| 2012-06-12 | Split out the PPC instruction class IntSimple from IntGeneral. | Hal Finkel |
| 2012-06-09 | Improve ext/trunc patterns on PPC64. | Hal Finkel |
| 2012-06-08 | Add the PPCCTRLoops pass: a PPC machine-code-level optimization pass to form ... | Hal Finkel |
| 2012-06-04 | Implement local-exec TLS on PowerPC. | Roman Divacky |
| 2012-05-20 | Add a missing PPC 64-bit stwu pattern. | Hal Finkel |
| 2012-04-01 | Split the LdStGeneral PPC itin. class into LdStLoad and LdStStore. | Hal Finkel |
| 2012-03-31 | Fix dynamic linking on PPC64. | Hal Finkel |
| 2012-03-06 | Convert PowerPC to register mask operands. | Roman Divacky |
| 2012-02-24 | X11/X2 loads around indirect calls on ppc64 should not be deleted. | Hal Finkel |
| 2012-02-18 | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu |
| 2011-12-07 | make CR spill and restore 64-bit clean (no functional change), and fix some o... | Hal Finkel |
| 2011-06-03 | Fix wrong usages of CTR/MCTR where CTR8/MCTR8 was meant. | Roman Divacky |
| 2011-05-19 | Fix PR8828 by removing the explicit def in MovePCToLR as well as the pointless | Cameron Zwarich |
| 2011-04-04 | PowerPC atomic pseudos clobber CR0, they don't read it. | Jakob Stoklund Olesen |
| 2010-11-15 | split out an encoder for memri operands, allowing a relocation to be plopped | Chris Lattner |
| 2010-11-15 | add support for encoding the lo14 forms used for a few PPC64 addressing | Chris Lattner |
| 2010-11-15 | implement the start of support for lo16 and ha16, allowing us to get stuff like: | Chris Lattner |
| 2010-11-15 | remove asmstrings (which can never be printed) from pseudo | Chris Lattner |
| 2010-11-14 | move the pic base symbol stuff up to MachineFunction | Chris Lattner |
| 2010-11-14 | reimplement ppc asmprinter "toc" handling to use a VariantKind | Chris Lattner |
| 2010-02-27 | remove a bogus pattern, which had the same pattern as STDU | Chris Lattner |
| 2010-02-21 | Eliminate some uses of immAllOnes, just use -1, it does | Chris Lattner |
| 2009-12-18 | Add support for calls through function pointers in the 64-bit PowerPC SVR4 ABI. | Tilmann Scheller |
| 2009-11-04 | Add PowerPC codegen for indirect branches. | Bob Wilson |
| 2009-10-29 | Rename usesCustomDAGSchedInserter to usesCustomInserter, and update a | Dan Gohman |