| Age | Commit message (Expand) | Author |
| 2025-05-25 | [lld] Remove unused includes (NFC) (#141421) | Kazu Hirata |
| 2025-04-19 | [lld] Use llvm::unique (NFC) (#136453) | Kazu Hirata |
| 2025-01-21 | [LLD][COFF] Separate EC and native exports for ARM64X (#123652) | Jacek Caban |
| 2025-01-16 | [LLD][COFF] Add support for hybrid ARM64X entry points (#123096) | Jacek Caban |
| 2024-12-05 | [lld-link] Replace fatal(...) with Fatal | Fangrui Song |
| 2024-09-19 | [LLD][COFF] Process all ARM64EC import symbols in MapFile's getSymbols (#109118) | Jacek Caban |
| 2024-09-19 | [LLD][COFF] Process all live import symbols in MapFile's getSymbols() (#109117) | Jacek Caban |
| 2024-09-18 | [LLD][COFF] Store __imp_ symbols as Defined in InputFile (#109115) | Jacek Caban |
| 2024-09-13 | [LLD][COFF][NFC] Store live flag in ImportThunkChunk. (#108459) | Jacek Caban |
| 2023-10-05 | [LLD][COFF] Add support for `--time-trace` (#68236) | Alexandre Ganea |
| 2023-01-09 | [LLD] Remove global state in lld/COFF | Amy Huang |
| 2023-01-09 | Revert "[LLD] Remove global state in lld/COFF" | Martin Storsjö |
| 2023-01-08 | [LLD] Remove global state in lld/COFF | Amy Huang |
| 2022-09-20 | [LLD][COFF] Support /MAPINFO flag | Pengxuan Zheng |
| 2022-06-19 | Rename parallelForEachN to just parallelFor | Nico Weber |
| 2021-09-17 | Reland "[LLD] Remove global state in lld/COFF" after fixing asan and msan tes... | Amy Huang |
| 2021-09-16 | Temporarily revert "[LLD] Remove global state in lld/COFF" and "[lld] Add tes... | Amy Huang |
| 2021-09-16 | [LLD] Remove global state in lld/COFF | Amy Huang |
| 2020-05-05 | [Support] Move LLD's parallel algorithm wrappers to support | Reid Kleckner |
| 2020-03-24 | [lld-link] Support /map option, matching link.exe 's /map output format | Sylvain Audi |
| 2020-02-25 | Remove namespace lld { namespace coff { from COFF LLD cpp files | Reid Kleckner |
| 2019-10-10 | [COFF] Wrap definitions in namespace lld { namespace coff {. NFC | Fangrui Song |
| 2019-08-22 | Fight a bit against global initializers. NFC. | Benjamin Kramer |
| 2019-08-05 | Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC | Fangrui Song |
| 2019-07-11 | Update comments for r365730. NFC. | Rui Ueyama |
| 2019-07-11 | [Coding style change][lld] Rename variables for non-ELF ports | Rui Ueyama |
| 2019-05-22 | Re-land r361206 "[COFF] Store alignment in log2 form, NFC" | Reid Kleckner |
| 2019-05-21 | Revert r361206 "[COFF] Store alignment in log2 form, NFC" | Nico Weber |
| 2019-05-20 | [COFF] Store alignment in log2 form, NFC | Reid Kleckner |
| 2019-04-01 | Replace `typedef A B` with `using B = A`. NFC. | Rui Ueyama |
| 2019-02-27 | [LLD][COFF] Support /threads[:no] like the ELF driver | Alexandre Ganea |
| 2019-01-19 | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth |
| 2018-09-25 | [COFF] Add support for creating range extension thunks for ARM | Martin Storsjo |
| 2018-03-15 | COFF: Move assignment of section RVAs to assignAddresses(). NFCI. | Peter Collingbourne |
| 2018-03-07 | Rename Indent{1,2} -> Indent{8,16}. | Rui Ueyama |
| 2018-03-06 | Do not create temporary strings just to print out spaces. NFC. | Rui Ueyama |
| 2018-02-20 | Consistent (non) use of empty lines in include blocks | Sam Clegg |
| 2017-11-20 | COFF: Remove the SymbolBodies vector, and rename SparseSymbolBodies to Symbols. | Peter Collingbourne |
| 2017-11-03 | Rename SymbolBody -> Symbol | Rui Ueyama |
| 2017-10-25 | [lld] unified COFF and ELF error handling on new Common/ErrorHandler | Bob Haarman |
| 2017-09-13 | Remove {get,set}Align accessor functions and use Alignment member variable in... | Rui Ueyama |
| 2017-07-27 | Add {Obj,Import,Bitcode}File::Instances to COFF input files. | Rui Ueyama |
| 2017-07-26 | Rename ObjectFile ObjFile for COFF as well. | Rui Ueyama |
| 2017-05-11 | [Support] Move Parallel algorithms from LLD to LLVM. | Zachary Turner |
| 2017-05-10 | [Core] Make parallel algorithms match C++ Parallelism TS. | Zachary Turner |
| 2017-04-30 | Fix comments. | Rui Ueyama |
| 2017-04-29 | Port recent changes to ELF/MapFile.cpp to COFF. | Rui Ueyama |
| 2017-01-31 | Print alignment in decimal instead of hexadecimal. | Rui Ueyama |
| 2017-01-16 | [COFF] - Fixed format in writeOutSecLine() | George Rimar |
| 2017-01-15 | Simplify string output. NFC. | Rui Ueyama |