| Age | Commit message (Expand) | Author |
| 2025-09-23 | [NFC][MC][CodeEmitterGen] Extract error reporting into a helper function (#15... | Rahul Joshi |
| 2025-07-05 | MC: Remove unneeded MCFixupKind casts | Fangrui Song |
| 2025-07-04 | MipsMCCodeEmitter: Set PCRel at fixup creation | Fangrui Song |
| 2025-07-04 | MCFixup: Remove unused Loc argument | Fangrui Song |
| 2025-06-17 | MIPS: Replace MipsMCExpr with MCSpecifierExpr | Fangrui Song |
| 2025-06-15 | MIPS: Move MipsMCExpr functions to MipsMCAsmInfo | Fangrui Song |
| 2025-06-15 | MIPS: Rename MipsMCExpr::MEK_ to Mips::S_ | Fangrui Song |
| 2025-06-08 | MipsMCExpr: Migrate to MCSpecifierExpr | Fangrui Song |
| 2025-03-20 | [Mips] Rename MipsExprKind to Specifier | Fangrui Song |
| 2025-03-01 | [Mips] Allow expressions in some immediate operands | Fangrui Song |
| 2025-02-16 | [Mips] Use MCRegister. NFC | Craig Topper |
| 2023-10-12 | Use llvm::endianness::{big,little,native} (NFC) | Kazu Hirata |
| 2023-08-09 | [Mips] Migrate to new encodeInstruction that uses SmallVectorImpl<char>. NFC | Fangrui Song |
| 2023-02-17 | Simplify with hasFeature. NFC | Fangrui Song |
| 2022-07-27 | Fix misc uses of "long" variables to use "int64_t". | Eli Friedman |
| 2022-02-16 | [NFC][MC] remove unused argument `MCRegisterInfo` in `MCCodeEmitter` | Shao-Ce SUN |
| 2021-02-04 | [WebAssembly] Support single-floating-point immediate value | Dan Gohman |
| 2020-06-19 | [Mips] Error if a non-immediate operand is used while an immediate is expected | Wang Rui |
| 2020-02-13 | [AsmPrinter][MCStreamer] De-capitalize EmitInstruction and EmitCFI* | Fangrui Song |
| 2019-11-03 | [mips] Split long lines in the code. NFC | Simon Atanasyan |
| 2019-10-03 | [mips] Push `fixup_Mips_LO16` fixup for `jialc` and `jic` instructions | Simon Atanasyan |
| 2019-07-12 | Delete dead stores | Fangrui Song |
| 2019-01-24 | Reapply: [mips] Handle MipsMCExpr sub-expression for the MEK_DTPREL tag | Simon Atanasyan |
| 2019-01-24 | Revert "[mips] Handle MipsMCExpr sub-expression for the MEK_DTPREL tag" | Amara Emerson |
| 2019-01-23 | [mips] Handle MipsMCExpr sub-expression for the MEK_DTPREL tag | Simon Atanasyan |
| 2019-01-19 | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth |
| 2018-12-03 | [mips] Fix TestDWARF32Version5Addr8AllForms test failure on MIPS hosts | Simon Atanasyan |
| 2018-09-19 | [mips][microMIPS] Fix the definition of MOVEP instruction | Simon Atanasyan |
| 2018-07-11 | [mips] Remove dead code. NFC | Simon Atanasyan |
| 2018-05-29 | [mips] Emit R_MICROMIPS_GPREL16/R_MICROMIPS_SUB/R_MICROMIPS_LO16 / HI16 reloc... | Simon Atanasyan |
| 2018-05-29 | [mips] Emit R_MICROMIPS_HIGHER / R_MICROMIPS_HIGHEST relocations | Simon Atanasyan |
| 2017-12-19 | [mips] Handle the emission of microMIPSr6 sll instruction when used as a nop. | Simon Dardis |
| 2017-12-11 | [mips] Removal of microMIPS64R6 | Aleksandar Beserminji |
| 2017-11-06 | [mips] Add movep for microMIPS32R6 and fix microMIPS32r3 version | Simon Dardis |
| 2017-09-14 | [mips] Pick the right variant of DINS upfront and enable target instruction v... | Simon Dardis |
| 2017-06-06 | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth |
| 2017-04-30 | [mips] Emit R_MICROMIPS_TLS_GOTTPREL relocation for %gottprel in case of micr... | Simon Atanasyan |
| 2017-03-23 | [Mips] Emit the correct DINS variant | Strahinja Petrovic |
| 2017-02-01 | [Mips] Fix some Clang-tidy modernize and Include What You Use warnings; other... | Eugene Zelenko |
| 2016-08-22 | [mips][microMIPS] Implement BLTZC, BLEZC, BGEZC and BGTZC instructions, fix d... | Hrvoje Varga |
| 2016-08-08 | Re-commit r277988: [mips][ias] Fix all the hacks related to MIPS-specific una... | Daniel Sanders |
| 2016-08-08 | Revert r277988: [mips][ias] Fix all the hacks related to MIPS-specific unary ... | Daniel Sanders |
| 2016-08-08 | [mips][ias] Fix all the hacks related to MIPS-specific unary operators (%hi/%... | Daniel Sanders |
| 2016-07-26 | [mips] MIPS64R6 compact branch support | Simon Dardis |
| 2016-07-11 | [mips][microMIPS] Implement LDC1, SDC1, LDC2, SDC2, LWC1, SWC1, LWC2 and SWC2... | Zlatko Buljan |
| 2016-06-27 | [mips][micromips] Implement LD, LLD, LWU, SD, DSRL, DSRL32 and DSRLV instruct... | Hrvoje Varga |
| 2016-06-16 | [mips][micromips] Implement DCLO, DCLZ, DROTR, DROTR32 and DROTRV instructions | Hrvoje Varga |
| 2016-06-09 | [mips][microMIPS] Implement BOVC, BNVC, EXT, INS and JALRC instructions | Hrvoje Varga |
| 2016-05-31 | [mips] Enforce compact branch register restrictions | Simon Dardis |
| 2016-05-19 | ps][microMIPS] Add R_MICROMIPS_PC21_S1 relocation | Zoran Jovanovic |