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