| Age | Commit message (Expand) | Author |
| 2012-08-28 | Add PPC Freescale e500mc and e5500 subtargets. | Hal Finkel |
| 2012-06-22 | Add support for the PPC isel instruction. | Hal Finkel |
| 2012-06-11 | Rename the PPC target feature gpul to mfocrf. | Hal Finkel |
| 2012-06-11 | Add POWER6 and POWER7 CPU types to the PPC backend. | Hal Finkel |
| 2012-04-02 | The binutils for the IBM BG/P are too old to support CFI. | Hal Finkel |
| 2012-04-01 | Add instruction itinerary for the PPC64 A2 core. | Hal Finkel |
| 2012-02-18 | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu |
| 2011-12-02 | update PPC 940 hazard rec. to function in postRA mode | Hal Finkel |
| 2011-10-17 | Add PPC 440 scheduler and some associated tests | Hal Finkel |
| 2011-07-07 | Compute feature bits at time of MCSubtargetInfo initialization. | Evan Cheng |
| 2011-07-03 | Make the i64 and f64 be 64bit ABI aligned in the target description. | Roman Divacky |
| 2011-07-01 | Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency. | Evan Cheng |
| 2011-07-01 | Rename TargetSubtarget to TargetSubtargetInfo for consistency. | Evan Cheng |
| 2011-07-01 | - Added MCSubtargetInfo to capture subtarget features and scheduling | Evan Cheng |
| 2011-06-30 | Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to | Evan Cheng |
| 2011-06-29 | Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)... | Evan Cheng |
| 2011-04-20 | ADT/Triple: Renambe isOSX... methods to isMacOSX for consistency with the OS | Daniel Dunbar |
| 2011-04-19 | Target/PPC: Kill off DarwinVers, which is now dead. | Daniel Dunbar |
| 2011-04-19 | Target/PPC: Add a TargetTriple field. | Daniel Dunbar |
| 2010-08-04 | Use indirect calls in PowerPC JIT. | Torok Edwin |
| 2009-11-07 | indicate what the native integer types for the target are. | Chris Lattner |
| 2009-08-15 | Add support for the PowerPC 64-bit SVR4 ABI. | Tilmann Scheller |
| 2009-08-11 | eliminate asmflavor from subtarget, PPCTAI is the only client | Chris Lattner |
| 2009-08-02 | Normalize Subtarget constructors to take a target triple string instead of | Daniel Dunbar |
| 2009-07-03 | Refactor ABI code in the PowerPC backend. | Tilmann Scheller |
| 2009-05-23 | Propagate CPU string out of SubtargetFeatures | Anton Korobeynikov |
| 2009-02-27 | Alignment values for i64 and f64 on ppc64 were wrong, | Dale Johannesen |
| 2008-12-19 | Fix bug 3202. | Rafael Espindola |
| 2008-02-14 | Rewrite tblgen handling of subtarget features so | Dale Johannesen |
| 2008-01-02 | leopard and above support alignment for common symbols. | Chris Lattner |
| 2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
| 2007-08-03 | long double patch 2 of N. Handle it in TargetData. | Dale Johannesen |
| 2007-04-03 | The PPC64 ELF ABI is "intended to use the same structure layout and calling c... | Nicolas Geoffray |
| 2007-02-25 | Improve JIT support for linux/ppc: Patch by Nicolas Geoffray! | Chris Lattner |
| 2007-02-14 | Generalize TargetData strings, to support more interesting forms of data. | Chris Lattner |
| 2007-01-22 | Double and long preferred alignment set to 8 bytes. | Evan Cheng |
| 2007-01-19 | Needed to build on PPC Linux. | Nick Lewycky |
| 2007-01-16 | Instead of yet another enum indicating the "assembly language flavor", | Bill Wendling |
| 2006-12-12 | Honor cpu directive, take two. | Jim Laskey |
| 2006-12-11 | Another step forward in PPC64 JIT support: we now no-longer need stubs | Chris Lattner |
| 2006-12-11 | getInstrItineraryData shouldn't copy the itineraries | Chris Lattner |
| 2006-07-15 | Remove what little AIX support we have. It has never been tested and isn't | Chris Lattner |
| 2006-06-16 | Document the subtarget features better, make sure that 64-bit mode, 64-bit | Chris Lattner |
| 2006-06-16 | Rename some subtarget features. A CPU now can *have* 64-bit instructions, | Chris Lattner |
| 2006-06-16 | First baby step towards ppc64 support. This adds a new -march=ppc64 backend | Chris Lattner |
| 2006-02-28 | Add a subtarget feature for the stfiwx instruction. I know the G5 has it, | Chris Lattner |
| 2005-11-01 | Allow itineraries to be passed through the Target Machine. | Jim Laskey |
| 2005-10-26 | Typo made worse x 2 - take 2. | Jim Laskey |
| 2005-10-26 | Typo x 2 | Jim Laskey |
| 2005-10-26 | Give full control of subtarget features over to table generated code. | Jim Laskey |