| Age | Commit message (Expand) | Author |
| 2025-08-17 | [llvm] Remove unused includes (NFC) (#154051) | Kazu Hirata |
| 2025-08-03 | MCSymbolELF: Migrate away from classof | Fangrui Song |
| 2025-08-03 | MCSymbolELF: Migrate away from classof | Fangrui Song |
| 2025-07-21 | MIPS: Stable sort relocations | Fangrui Song |
| 2025-07-15 | MCFixup: Replace getTargetKind with getKind | Fangrui Song |
| 2025-06-17 | MIPS: Replace MipsMCExpr with MCSpecifierExpr | Fangrui Song |
| 2025-06-15 | MIPS: Rename MipsMCExpr::MEK_ to Mips::S_ | Fangrui Song |
| 2025-05-24 | MCELFObjectTargetWriter::needsRelocateWithSymbol: Remove MCSymbol argument | Fangrui Song |
| 2025-05-24 | ELFObjectWriter: Remove the MCContext argument from getRelocType | Fangrui Song |
| 2025-05-24 | ELFObjectWriter: Replace Ctx.reportError with reportError | Fangrui Song |
| 2025-05-24 | ELFObjectWriter: Remove MCAssembler * arguments | Fangrui Song |
| 2025-04-12 | ELFObjectWriter: Make .reloc test generic | Fangrui Song |
| 2025-04-06 | MCValue: Replace getRefKind with getSpecifier | Fangrui Song |
| 2025-04-05 | [MC] Replace getSymA()->getSymbol() with getAddSym. NFC | Fangrui Song |
| 2025-03-15 | [Mips] Move fixELFSymbolsInTLSFixups to getRelocType | Fangrui Song |
| 2025-03-02 | [MC] Move MIPS-specific gprel/tprel/dtprel from MCStreamer to MipsTargetStreamer | Fangrui Song |
| 2025-03-01 | [Mips] Allow expressions in some immediate operands | Fangrui Song |
| 2024-11-16 | [Mips] Remove unused includes (NFC) (#116499) | Kazu Hirata |
| 2024-08-23 | [MIPS] Optimize sortRelocs for o32 | Fangrui Song |
| 2024-08-18 | [MC] Remove ELFRelocationEntry::OriginalAddend | Fangrui Song |
| 2024-08-18 | [MIPS] Remove expensive LLVM_DEBUG relocation dump | Fangrui Song |
| 2024-03-23 | [MC] Remove unnecessary reversal of relocations. NFC | Fangrui Song |
| 2023-08-29 | [MC,AArch64] Suppress local symbol to STT_SECTION conversion for GOT relocations | Fangrui Song |
| 2022-08-08 | [llvm] LLVM_FALLTHROUGH => [[fallthrough]]. NFC | Fangrui Song |
| 2022-06-30 | [MC][Mips] Support .reloc *, BFD_RELOC_{NONE,16,32,64}, * | Fangrui Song |
| 2020-06-03 | Fix gcc "enumeral and non-enumeral type in conditional expression" warning. N... | Simon Pilgrim |
| 2020-06-02 | [mips] Support 64-bit relative relocations | Simon Atanasyan |
| 2020-04-24 | [MC][mips] Replace setRType## methods by single setRTypes function. NFC | Simon Atanasyan |
| 2019-08-23 | [MC] Minor cleanup to MCFixup::Kind handling. NFC. | Sam Clegg |
| 2019-08-15 | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere |
| 2019-05-17 | [ARM] Support .reloc *, R_ARM_NONE, * | Fangrui Song |
| 2019-01-19 | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth |
| 2018-12-29 | [mips] Show an error on attempt to use 64-bit PC-relative relocation | Simon Atanasyan |
| 2018-12-29 | [mips] Show a regular error message on attempt to use one byte relocation | Simon Atanasyan |
| 2018-11-21 | [mips][mc] Add basic support for R_MIPS_JALR/R_MICROMIPS_JALR | Vladimir Stefanovic |
| 2018-09-27 | llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) | Fangrui Song |
| 2018-06-01 | [mips] Extend list of relocations supported by the `.reloc` directive | 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 |
| 2018-05-21 | MC: Separate creating a generic object writer from creating a target object w... | Peter Collingbourne |
| 2018-05-14 | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen |
| 2018-03-29 | [Mips] Change std::sort to llvm::sort in response to r327219 | Mandeep Singh Grang |
| 2018-01-11 | [Mips] Handle one byte unsupported relocations | Stefan Maksimovic |
| 2017-10-10 | [MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriter | Lang Hames |
| 2017-10-09 | [MC] Plumb unique_ptr<MCELFObjectTargetWriter> through createELFObjectWriter to | Lang Hames |
| 2017-09-21 | [mips] Do not pass redundant IsN64 flag to MCELFObjectTargetWriter. NFC | Simon Atanasyan |
| 2017-09-21 | [mips] Fix relocation record format and ELF header for N32 ABI | Simon Atanasyan |
| 2017-09-07 | [mips] Use RegisterMCAsmBackend to register all MIPS asm backends. NFC | Simon Atanasyan |
| 2017-06-07 | Move Object format code to lib/BinaryFormat. | Zachary Turner |
| 2017-04-30 | [mips] Emit R_MICROMIPS_TLS_GOTTPREL relocation for %gottprel in case of micr... | Simon Atanasyan |