| Age | Commit message (Expand) | Author |
| 2025-10-15 | [support] Use VFS in `SourceMgr` for loading includes (#162903) | Jan Svoboda |
| 2025-09-17 | llvm-ml: Error on MCSubtargetInfo construction failure (#159221) | Matt Arsenault |
| 2025-09-08 | MC: Add Triple overloads for more MC constructors (#157321) | Matt Arsenault |
| 2025-04-10 | MCAsmStreamer: Replace the MCInstPrinter * parameter with unique_ptr | Fangrui Song |
| 2024-12-11 | Rework the `Option` library to reduce dynamic relocations (#119198) | Chandler Carruth |
| 2024-07-21 | [MC] Migrate to new createAsmStreamer that avoids unused bool parameters | Fangrui Song |
| 2024-07-20 | [MC] MCAsmStreamer: use MCTargetOptions | Fangrui Song |
| 2024-07-20 | [MC] Remove unused bool arguments from createMCObjectStreamer callers | Fangrui Song |
| 2024-06-12 | [MC] Move AllowTemporaryLabels setting to MCContext::MCContext | Fangrui Song |
| 2024-05-19 | [MC] Make UseAssemblerInfoForParsing mostly true | Fangrui Song |
| 2024-05-16 | Revert "[MC] Remove UseAssemblerInfoForParsing" | Nikita Popov |
| 2024-05-15 | [MC] Remove UseAssemblerInfoForParsing | Fangrui Song |
| 2024-01-11 | [llvm-driver] Fix usage of `InitLLVM` on Windows (#76306) | Alexandre Ganea |
| 2023-12-09 | [ADT] Rename SmallString::{starts,ends}with to {starts,ends}_with (#74916) | Kazu Hirata |
| 2023-08-17 | [llvm-{debuginfod,ml,objdump,symbolizer}, dsymutil] Enable multicall driver | Andrés Villegas |
| 2023-08-17 | Revert "[llvm-{debuginfod,ml,objdump,symbolizer}, dsymutil] Enable multicall ... | Petr Hosek |
| 2023-08-17 | [llvm-{debuginfod,ml,objdump,symbolizer}, dsymutil] Enable multicall driver | Andrés Villegas |
| 2023-08-04 | [llvm] Extract common `OptTable` bits into macros | Jan Svoboda |
| 2023-02-10 | [NFC][TargetParser] Replace uses of llvm/Support/Host.h | Archibald Elliott |
| 2023-01-12 | [OptTable] Precompute OptTable prefixes union table through tablegen | serge-sans-paille |
| 2023-01-05 | Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ part | serge-sans-paille |
| 2022-12-27 | [clang] Use a StringRef instead of a raw char pointer to store builtin and ca... | serge-sans-paille |
| 2022-12-25 | Revert "[clang] Use a StringRef instead of a raw char pointer to store builti... | Vitaly Buka |
| 2022-12-24 | [clang] Use a StringRef instead of a raw char pointer to store builtin and ca... | serge-sans-paille |
| 2022-12-23 | Revert "[clang] Use a StringRef instead of a raw char pointer to store builti... | serge-sans-paille |
| 2022-12-23 | [clang] Use a StringRef instead of a raw char pointer to store builtin and ca... | serge-sans-paille |
| 2022-12-23 | Revert "[clang] Use a StringRef instead of a raw char pointer to store builti... | serge-sans-paille |
| 2022-12-23 | [clang] Use a StringRef instead of a raw char pointer to store builtin and ca... | serge-sans-paille |
| 2022-12-08 | Store OptTable::Info::Name as a StringRef | serge-sans-paille |
| 2022-12-06 | Process: convert Optional to std::optional | Krzysztof Parzyszek |
| 2022-06-07 | [llvm-ml] Remove all file extension restrictions | Alan Zhao |
| 2022-05-25 | [llvm-ml] Add support for the .S extension | Alan Zhao |
| 2022-04-21 | [LLVM-ML] Add standard LLVM debug flags | Eric Astor |
| 2022-02-16 | [NFC][MC] remove unused argument `MCRegisterInfo` in `MCCodeEmitter` | Shao-Ce SUN |
| 2022-02-16 | Revert "[NFC][MC] remove unused argument `MCRegisterInfo` in `MCCodeEmitter`" | Shao-Ce SUN |
| 2022-02-16 | [NFC][MC] remove unused argument `MCRegisterInfo` in `MCCodeEmitter` | Shao-Ce SUN |
| 2022-02-09 | Cleanup LLVMMC headers | serge-sans-paille |
| 2021-10-18 | [tools] Delete redundant 'static' from namespace scope 'static const'. NFC | Fangrui Song |
| 2021-10-08 | Move TargetRegistry.(h|cpp) from Support to MC | Reid Kleckner |
| 2021-07-21 | [ms] [llvm-ml] Support built-in text macros | Eric Astor |
| 2021-06-24 | [OptTable] Rename PrintHelp to printHelp | Fangrui Song |
| 2021-06-09 | [ms] [llvm-ml] Add support for INCLUDE environment variable | Eric Astor |
| 2021-06-09 | Revert "[ms] [llvm-ml] Add support for INCLUDE environment variable" | Eric Astor |
| 2021-06-09 | [ms] [llvm-ml] Add support for INCLUDE environment variable | Eric Astor |
| 2021-05-23 | [MC] Refactor MCObjectFileInfo initialization and allow targets to create MCO... | Philipp Krones |
| 2021-05-05 | [MC] Untangle MCContext and MCObjectFileInfo | Philipp Krones |
| 2021-04-30 | Support: Stop using F_{None,Text,Append} compatibility synonyms, NFC | Duncan P. N. Exon Smith |
| 2021-04-02 | [ms] [llvm-ml] Accept /WX to signal that warnings should be fatal. | Eric Astor |
| 2020-12-01 | [ms] [llvm-ml] Support command-line defines | Eric Astor |
| 2020-12-01 | [ms] [llvm-ml] Introduce command-line compatibility for ml.exe and ml64.exe | Eric Astor |