| Age | Commit message (Expand) | Author |
| 2024-07-29 | [PowerPC] Add phony subregisters to cover the high half of the VSX registers.... | Stefan Pintilie |
| 2024-03-01 | [PowerPC] Do not generate `isel` instruction if target doesn't have this inst... | Kai Luo |
| 2023-09-08 | [PowerPC] Define SchedModel for Power8 | Qiu Chaofan |
| 2023-06-13 | [DAGCombine] Make sure combined nodes are added back to the worklist in topol... | Amaury Séchet |
| 2023-06-05 | Revert "[DAGCombine] Make sure combined nodes are added back to the worklist ... | JP Lehr |
| 2023-06-05 | [DAGCombine] Make sure combined nodes are added back to the worklist in topol... | Amaury Séchet |
| 2023-01-04 | [PowerPC] Materialize floats in the range [-16.0, 15.0]. | Stefan Pintilie |
| 2022-07-08 | [SDAG] try to replace subtract-from-constant with xor | Sanjay Patel |
| 2021-07-16 | [PowerPC] Update Refactored Load/Store Implementation, XForm VSX Patterns, an... | Amy Kwan |
| 2020-12-18 | [DAGCombiner] Improve shift by select of constant | Layton Kifer |
| 2020-12-06 | [DAGCombiner] Fold (sext (not i1 x)) -> (add (zext i1 x), -1) | Layton Kifer |
| 2020-05-24 | [PowerPC] Add some InstAlias definitions | Kang Zhang |
| 2020-04-16 | [PowerPC] Ignore implicit register operands for MCInst | Kang Zhang |
| 2019-06-26 | Teach the DAGCombine to fold this pattern(c1 and c2 is constant). | QingShan Zhang |
| 2018-08-20 | [PowerPC] Add a peephole post RA to transform the inst that fed by add | QingShan Zhang |
| 2018-07-04 | [PowerPC] Replace the Post RA List Scheduler with the Machine Scheduler | Stefan Pintilie |
| 2018-06-20 | Allow binop C1, (select cc, CF, CT) -> select folding | Stanislav Mekhanoshin |
| 2018-06-18 | Tests for dag combine select (binop) -> select. NFC. | Stanislav Mekhanoshin |
| 2018-05-24 | [PowerPC] Remove the match pattern in the definition of LXSDX/STXSDX | Lei Huang |
| 2017-12-04 | [CodeGen] Unify MBB reference format in both MIR and debug output | Francis Visoiu Mistrih |
| 2017-11-20 | [PPC] Heuristic to choose between a X-Form VSX ld/st vs a X-Form FP ld/st. | Tony Jiang |
| 2017-03-04 | [DAGCombiner] allow transforming (select Cond, C +/- 1, C) to (add(ext Cond), C) | Sanjay Patel |
| 2017-03-01 | [DAGCombiner] fold binops with constant into select-of-constants | Sanjay Patel |
| 2017-03-01 | [PPC] add tests for select-of-constants with binop; NFC | Sanjay Patel |
| 2017-02-24 | [DAGCombiner] add missing folds for scalar select of {-1,0,1} | Sanjay Patel |
| 2017-02-17 | [PowerPC] add tests for select-of-constants; NFC | Sanjay Patel |