summaryrefslogtreecommitdiff
path: root/lld/docs/ReleaseNotes.rst
AgeCommit message (Expand)Author
2025-11-08[lld][WebAssembly] Default to --stack-first (#166998)Sam Clegg
2025-10-03[lld][MachO] Tail merge strings (#161262)Ellis Hoag
2025-09-29[lld][macho][NFC] Add release note for #158720 (#161295)Ellis Hoag
2025-09-19[ELF] Add --print-gc-sections=<file> (#159706)Fangrui Song
2025-08-15[LLVM][utils] Add script which clears release notes (#153593)Yanzuo Liu
2025-07-24Clear release notes on main for LLVM 22Tobias Hieta
2025-07-15[LoongArch] Add supplemental release notes for LLVM 21 (#148771)Ami-zhang
2025-07-13ReleaseNotes: add lld/ELF notesFangrui Song
2025-06-24Reapply "ELF: Add branch-to-branch optimization."Peter Collingbourne
2025-06-23Revert "ELF: Add branch-to-branch optimization."Hans Wennborg
2025-06-20ELF: Add branch-to-branch optimization.Peter Collingbourne
2025-06-12[ELF] Implement -z dynamic-undefined-weakFangrui Song
2025-05-21[ELF] Error if a section address is smaller than image baseFangrui Song
2025-04-17[LLD][Docs] Add release notes for execute-only support on AArch64 (#134804)Csanád Hajdú
2025-04-08[LLD][ELF] Allow merging XO and RX sections, and add `--[no-]xosegment` flag ...Csanád Hajdú
2025-04-02[LLD][ELF] Support OVERLAY NOCROSSREFS (#133807)Daniel Thornburgh
2025-03-26[lld][ELF] Add --why-live flag (inspired by Mach-O) (#127112)Daniel Thornburgh
2025-03-21[hexagon] Bump the default version to v68 (#132304)Alexey Karyakin
2025-03-15[AArch64][GCS][LLD] Introduce -zgcs-report-dynamic Command Line Option (#127787)Jack Styles
2025-01-28Bump version to 21.0.0git (#124870)llvmorg-21-initTom Stellard
2025-01-27ReleaseNotes: add lld/ELF notesFangrui Song
2025-01-23[LoongArch] Update lld20 release notesWeining Lu
2024-12-07[docs] Update release notes for APX relocation types (#118575)Feng Zou
2024-12-05[RISCV] Remove R_RISCV_RVC_LUI Relocation (#118714)Sam Elliott
2024-11-15[LLD] Add ARM64EC release note (#116282)Jacek Caban
2024-11-12[LLD][COFF] allow saving intermediate files with /lldsavetemps (#115131)Miguel A. Arroyo
2024-09-25[LLD][MINGW] Add `--undefined-glob` flag support (#109866)Miguel A. Arroyo
2024-09-24[LLD][COFF] Adds `/includeglob` flag (#109721)Miguel A. Arroyo
2024-08-05[LLD] Add CLASS syntax to SECTIONS (#95323)Daniel Thornburgh
2024-07-31[ELF] Add -z nosectionheaderFangrui Song
2024-07-23Clear release notes for upcoming LLVM 20 dev cyclellvmorg-20-initTobias Hieta
2024-07-22Reapply "[lld] enable fixup chains by default (#79894)" (#99255)Daniel Bertalan
2024-07-17[ELF] Support NOCROSSREFS and NOCROSSERFS_TOFangrui Song
2024-07-16[ELF] OUTPUT_FORMAT: support "binary" and ignore extra OUTPUT_FORMAT commandsFangrui Song
2024-07-06ReleaseNotes: add lld/ELF notesFangrui Song
2024-06-10[ELF] Change build-id default to sha1 (#93943)Tatsuyuki Ishi
2024-06-07[ELF] Implement --force-group-allocationFangrui Song
2024-05-13Reland: [LLD] Implement --enable-non-contiguous-regions (#90007)Daniel Thornburgh
2024-05-13Revert "[LLD] Implement --enable-non-contiguous-regions" (#92005)Daniel Thornburgh
2024-05-13[LLD] Implement --enable-non-contiguous-regions (#90007)Daniel Thornburgh
2024-05-01[ELF] Adjust --compress-sections to support compression levelFangrui Song
2024-04-18[lld][ELF] Add --debug-names to create merged .debug_names. (#86508)cmtice
2024-04-04[lld][AArch64][ELF][PAC] Support AUTH relocations and AUTH ELF marking (#72714)Daniil Kovalev
2024-03-12[ELF] Add --compress-section to compress matched non-SHF_ALLOC sectionsFangrui Song
2024-01-23Bump trunk version to 19.0.0gitllvmorg-19-initTom Stellard
2024-01-19[lld][WebAssembly] Match the ELF linker in transitioning away from archive in...Sam Clegg
2023-10-05[LLD][COFF] Add support for `--time-trace` (#68236)Alexandre Ganea
2023-09-15Fix lld Sphinx buildAaron Ballman
2023-09-14[ELF] Align the end of PT_GNU_RELRO associated PT_LOAD to a common-page-size ...Fangrui Song
2023-08-18Reland "[lld] Preliminary fat-lto-object support"Paul Kirth