| Age | Commit message (Expand) | Author |
| 2024-03-23 | [GlobalISel] Introduce G_TRAP, G_DEBUGTRAP, G_UBSANTRAP (#84941) | Evgenii Kudriashov |
| 2024-03-17 | [CodeGen] Use LocationSize for MMO getSize (#84751) | David Green |
| 2024-01-03 | [GlobalISel][AArch64] Tail call libcalls. (#74929) | David Green |
| 2023-07-27 | Restore "[GlobalISel] GIntrinsic subclass to represent intrinsics in Generic ... | Sameer Sahasrabuddhe |
| 2023-02-14 | Use llvm::bit_cast (NFC) | Kazu Hirata |
| 2023-01-13 | MachineIRBuilder: Rename buildMerge. NFC | Diana Picus |
| 2022-05-26 | [Target] use getSubtarget<> instead of static_cast<>(getSubtarget()) | Zongwei Lan |
| 2022-03-12 | Cleanup includes: DebugInfo & CodeGen | serge-sans-paille |
| 2021-07-01 | Mips/GlobalISel: Use accurate memory LLTs | Matt Arsenault |
| 2021-06-30 | GlobalISel: Use LLT in memory legality queries | Matt Arsenault |
| 2021-06-24 | [GlobalISel] NFC: Change LLT::vector to take ElementCount. | Sander de Smalen |
| 2021-06-01 | [globalisel][legalizer] Separate the deprecated LegalizerInfo from the curren... | Daniel Sanders |
| 2021-02-14 | [llvm] Use llvm::is_contained (NFC) | Kazu Hirata |
| 2020-08-26 | GlobalISel: Add generic instructions for memory intrinsics | Matt Arsenault |
| 2020-06-18 | GlobalISel: Pass LegalizerHelper to custom legalize callbacks | Matt Arsenault |
| 2020-06-09 | GlobalISel: Set instr/debugloc before any legalizer action | Matt Arsenault |
| 2020-03-31 | [Alignment][NFC] Transitionning more getMachineMemOperand call sites | Guillaume Chatelet |
| 2020-03-10 | Give helpers internal linkage. NFC. | Benjamin Kramer |
| 2020-02-19 | [MIPS GlobalISel] Legalize non-power-of-2 and unaligned load and store | Petar Avramovic |
| 2020-02-19 | [MIPS GlobalISel] Select 4 byte unaligned load and store | Petar Avramovic |
| 2020-02-19 | [MIPS GlobalISel] RegBankSelect G_MERGE_VALUES and G_UNMERGE_VALUES | Petar Avramovic |
| 2020-02-09 | GlobalISel: Fix narrowing of G_CTLZ/G_CTTZ | Matt Arsenault |
| 2020-02-07 | GlobalISel: Fix narrowing of G_CTPOP | Matt Arsenault |
| 2020-01-31 | [GlobalISel] Tidy up unnecessary calls to createGenericVirtualRegister | Jay Foad |
| 2020-01-29 | GlobalISel: Add observer argument to legalizeIntrinsic | Matt Arsenault |
| 2020-01-27 | [MIPS GlobalISel] Select population count (popcount) | Petar Avramovic |
| 2020-01-27 | [MIPS GlobalISel] Select count trailing zeros | Petar Avramovic |
| 2020-01-27 | [MIPS GlobalISel] Select count leading zeros | Petar Avramovic |
| 2020-01-14 | Make helper functions static or move them into anonymous namespaces. NFC. | Benjamin Kramer |
| 2019-12-30 | [MIPS GlobalISel] Select bitreverse. Recommit | Petar Avramovic |
| 2019-12-30 | Revert "[MIPS GlobalISel] Select bitreverse" | Dmitri Gribenko |
| 2019-12-30 | [MIPS GlobalISel] Select bitreverse | Petar Avramovic |
| 2019-12-30 | [MIPS GlobalISel] Select bswap | Petar Avramovic |
| 2019-12-11 | [IR] Split out target specific intrinsic enums into separate headers | Reid Kleckner |
| 2019-11-05 | [globalisel] Rename G_GEP to G_PTR_ADD | Daniel Sanders |
| 2019-10-25 | [MIPS GlobalISel] Select MSA vector generic and builtin fsqrt | Petar Avramovic |
| 2019-10-24 | [MIPS GlobalISel] Select MSA vector generic and builtin fabs | Petar Avramovic |
| 2019-10-24 | [MIPS GlobalISel] MSA vector generic and builtin fadd, fsub, fmul, fdiv | Petar Avramovic |
| 2019-10-24 | [MIPS GlobalISel] MSA vector generic and builtin sdiv, srem, udiv, urem | Petar Avramovic |
| 2019-10-23 | [MIPS GlobalISel] Select MSA vector generic and builtin mul | Petar Avramovic |
| 2019-10-23 | [MIPS GlobalISel] Select MSA vector generic and builtin sub | Petar Avramovic |
| 2019-10-22 | [MIPS GlobalISel] Select MSA vector generic and builtin add | Petar Avramovic |
| 2019-10-15 | [MIPS GlobalISel] Add MSA registers to fprb. Select vector load, store | Petar Avramovic |
| 2019-09-23 | [MIPS GlobalISel] VarArg argument lowering, select G_VASTART and vacopy | Petar Avramovic |
| 2019-09-12 | [MIPS GlobalISel] Select indirect branch | Petar Avramovic |
| 2019-09-12 | [MIPS GlobalISel] Lower G_DYN_STACKALLOC | Petar Avramovic |
| 2019-09-12 | [MIPS GlobalISel] Select G_IMPLICIT_DEF | Petar Avramovic |
| 2019-09-05 | [MIPS GlobalISel] Select llvm.trap intrinsic | Petar Avramovic |
| 2019-08-30 | [MIPS GlobalISel] Lower uitofp | Petar Avramovic |
| 2019-08-30 | [MIPS GlobalISel] Lower fptoui | Petar Avramovic |