| Age | Commit message (Expand) | Author |
| 2025-08-03 | MCSymbolELF: Migrate away from classof | Fangrui Song |
| 2025-08-02 | MCAsmBackend::applyFixup: Change `Data` to indicate the relocated location | Fangrui Song |
| 2025-07-28 | XCOFF: Simplify R_REF and remove a MCFragment::addFixup use | Fangrui Song |
| 2025-07-06 | MCAsmBackend: Remove redundant relaxInstruction overrides | Fangrui Song |
| 2025-07-05 | MC: Remove unneeded MCFixupKind casts | Fangrui Song |
| 2025-07-05 | MCAsmBackend: Reduce FK_NONE uses | Fangrui Song |
| 2025-07-05 | MC: Remove llvm/MC/MCFixupKindInfo.h | Fangrui Song |
| 2025-07-04 | PPCMCCodeEmitter: Set PCRel at fixup creation | Fangrui Song |
| 2025-07-02 | MCAsmBackend: Merge addReloc into applyFixup (#146820) | Fangrui Song |
| 2025-07-02 | MCAsmBackend: Make some target overrides out-of-line | Fangrui Song |
| 2025-06-26 | PowerPC: Move PPCMCExpr into PPCMCAsmInfo | Fangrui Song |
| 2025-06-15 | PowerPC: Rename PPCMCExpr::VK_ to PPC::S_ | Fangrui Song |
| 2025-05-23 | MCAsmBackend: Remove the MCAssembler argument from addReloc | Fangrui Song |
| 2025-05-23 | MCAsmBackend: Remove the MCAssembler argument from shouldForceRelocation | Fangrui Song |
| 2025-05-23 | MCAsmBackend: Simplify applyFixup (#141333) | Fangrui Song |
| 2025-05-23 | MCAsmBackend: Remove MCSubtargetInfo argument | Fangrui Song |
| 2025-05-23 | [MC] Don't pass MCSubtargetInfo down to shouldForceRelocation and evaluateTar... | Fangrui Song |
| 2025-05-18 | MC: Move R_PPC64_TOC case to PowerPCAsmBackend | Fangrui Song |
| 2025-04-18 | MCFixup: Make FixupKindInfo smaller and change getFixupKindInfo to return value | Fangrui Song |
| 2025-04-18 | MCFixup: Add isRelocation/isRelocRelocation helpers | Fangrui Song |
| 2025-04-05 | [ARM,PowerPC] shouldForceRelocation: check MCValue::Specifier | Fangrui Song |
| 2025-04-05 | [PowerPC,MC] Replace getSymA()->getSymbol() with getAddSym. NFC | Fangrui Song |
| 2025-03-16 | [MC] Remove unneeded getNumFixupKinds | Fangrui Song |
| 2025-03-16 | [MC] Rework AVR #121498 to not add extra argument to shouldForceRelocation | Fangrui Song |
| 2025-03-16 | [MC] .reloc: move FirstLiteralRelocationKind check to evaluateFixup | Fangrui Song |
| 2025-01-20 | [AVR] Force relocations for non-encodable jumps (#121498) | Patryk Wychowaniec |
| 2024-11-14 | [PowerPC] Remove unused includes (NFC) (#116163) | Kazu Hirata |
| 2024-07-01 | [MC] Remove unneeded MC*AsmBackend::fixupNeedsRelaxation overrides | Fangrui Song |
| 2023-12-07 | [RISCV][MC] Pass MCSubtargetInfo down to shouldForceRelocation and evaluateTa... | Craig Topper |
| 2023-10-12 | Use llvm::endianness::{big,little,native} (NFC) | Kazu Hirata |
| 2023-07-05 | [XCOFF] Force recording a relocation for weak symbol label. | esmeyi |
| 2023-03-23 | [XCOFF] support the ref directive for object generation. | esmeyi |
| 2022-12-04 | [MC] llvm::Optional => std::optional | Fangrui Song |
| 2022-12-02 | [Target] Use std::nullopt instead of None (NFC) | Kazu Hirata |
| 2022-02-22 | [PowerPC] Allow absolute expressions in relocations | Nemanja Ivanovic |
| 2021-10-08 | Move TargetRegistry.(h|cpp) from Support to MC | Reid Kleckner |
| 2021-09-07 | [MC] Use local MCSubtargetInfo in writeNops | Peter Smith |
| 2021-03-05 | [MC][PowerPC] Support .reloc *, BFD_RELOC_{NONE,16,32,64}, * | Fangrui Song |
| 2020-08-02 | [MC] Default MCAsmBackend::mayNeedRelaxation() to false | Fangrui Song |
| 2020-07-28 | [PowerPC] Split s34imm into two types | Stefan Pintilie |
| 2020-07-09 | Temporarily Revert "[PowerPC] Split s34imm into two types" | Eric Christopher |
| 2020-07-09 | [PowerPC] Split s34imm into two types | Stefan Pintilie |
| 2020-04-21 | [MC][Bugfix] Remove redundant parameter for relaxInstruction | Shengchen Kan |
| 2020-04-09 | [PowerPC][Future] Initial support for PCRel addressing for constant pool loads | Stefan Pintilie |
| 2020-04-08 | [PowerPC][Future] Add Support For Functions That Do Not Use A TOC. | Stefan Pintilie |
| 2020-03-28 | [MC][PowerPC] Make .reloc support arbitrary relocation types | Fangrui Song |
| 2020-03-05 | [PowerPC] Delete PPCMachObjectWriter and powerpc{,64}-apple-darwin | Fangrui Song |
| 2020-02-21 | [Target] Remove libObject dependency in lib/Target | Francis Visoiu Mistrih |
| 2020-02-21 | [macho][NFC] Extract all CPU_(SUB_)TYPE logic to BinaryFormat | Francis Visoiu Mistrih |
| 2020-02-20 | Revert "[macho][NFC] Extract all CPU_(SUB_)TYPE logic to libObject" | Francis Visoiu Mistrih |