| Age | Commit message (Expand) | Author |
| 2025-10-25 | [Target] Add "override" where appropriate (NFC) (#165083) | Kazu Hirata |
| 2024-07-25 | [GISel][TableGen] Generate getRegBankFromRegClass (#99896) | Kai Nacke |
| 2024-04-16 | [X86][GISel] Add DU chain lookups for LOAD & STORE (#87453) | Malay Sanghi |
| 2024-03-17 | [CodeGen] Use LocationSize for MMO getSize (#84751) | David Green |
| 2024-01-11 | [GlobalISel][NFC] Use GPhi wrapper in more places instead of iterating over o... | Amara Emerson |
| 2023-11-09 | [GISel] Make target's PartMapping, ValueMapping, and BankIDToCopyMapIdx array... | Craig Topper |
| 2023-07-31 | GlobalISel: Pass MachineIRBuilder to applyMappingImpl | Matt Arsenault |
| 2023-01-13 | [CodeGen][Target] Remove uses of Register::isPhysicalRegister/isVirtualRegist... | Craig Topper |
| 2022-05-26 | [Target] use getSubtarget<> instead of static_cast<>(getSubtarget()) | Zongwei Lan |
| 2022-03-27 | [Target] Apply clang-tidy fixes for readability-redundant-member-init (NFC) | Kazu Hirata |
| 2022-01-03 | Revert "[llvm] Remove redundant member initialization (NFC)" | Kazu Hirata |
| 2022-01-01 | [llvm] Remove redundant member initialization (NFC) | Kazu Hirata |
| 2021-07-23 | [GlobalISel] Add GUnmerge, GMerge, GConcatVectors, GBuildVector abstractions.... | Amara Emerson |
| 2021-01-13 | GlobalISel: Do not set observer of MachineIRBuilder in LegalizerHelper | Matt Arsenault |
| 2020-09-01 | GlobalISel: Artifact combine unmerge of unmerge | Matt Arsenault |
| 2020-03-27 | [Alignment][NFC] MachineMemOperand::getAlign/getBaseAlign | Guillaume Chatelet |
| 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-14 | [GlobalISel] LegalizationArtifactCombiner: Fix a bug in tryCombineMerges | Volkan Keles |
| 2020-01-28 | Make llvm::StringRef to std::string conversions explicit. | Benjamin Kramer |
| 2020-01-27 | [MIPS GlobalISel] Select count leading zeros | Petar Avramovic |
| 2020-01-03 | GlobalISel: Add type argument to getRegBankFromRegClass | Matt Arsenault |
| 2019-12-30 | [MIPS GlobalISel] Select bswap | Petar Avramovic |
| 2019-12-13 | [Legalizer] Making artifact combining order-independent | Roman Tereshin |
| 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-10-15 | [MIPS GlobalISel] Refactor MipsRegisterBankInfo [NFC] | 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] Select G_IMPLICIT_DEF | Petar Avramovic |
| 2019-08-08 | [MIPS GlobalISel] Select jump_table and brjt | Petar Avramovic |
| 2019-08-01 | Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re... | Daniel Sanders |
| 2019-07-26 | [MIPS GlobalISel] Select inttoptr and ptrtoint | Petar Avramovic |
| 2019-07-11 | [MIPS GlobalISel] Skip copies in addUseDef and addDefUses | Petar Avramovic |
| 2019-07-11 | [MIPS GlobalISel] RegBankSelect for chains of ambiguous instructions | Petar Avramovic |
| 2019-07-09 | [MIPS GlobalISel] Register bank select for G_PHI. Select i64 phi | Petar Avramovic |
| 2019-07-09 | [MIPS GlobalISel] Regbanks for G_SELECT. Select i64, f32 and f64 select | Petar Avramovic |
| 2019-07-08 | [MIPS GlobalISel] Register bank select for G_LOAD. Select i64 load | Petar Avramovic |
| 2019-07-08 | [MIPS GlobalISel] Register bank select for G_STORE. Select i64 store | Petar Avramovic |
| 2019-06-21 | [MIPS GlobalISel] Fix -Wunused-variable in -DLLVM_ENABLE_ASSERTIONS=off build... | Fangrui Song |
| 2019-06-20 | [MIPS GlobalISel] Select integer to floating point conversions | Petar Avramovic |
| 2019-06-20 | [MIPS GlobalISel] Select floating point to integer conversions | Petar Avramovic |
| 2019-06-06 | [MIPS GlobalISel] Select sqrt | Petar Avramovic |