- b244c1b [LLD][COFF] Use lazy object mechanism instead of relying on the archive map for thin archives on ARM64EC (#194349) by Jacek Caban · 27 hours ago main master
- cd3bc67 [LLD][ELF] Fix performance regression when using linker scripts (#194668) by Andrew Ng · 27 hours ago
- 4d01b9a [LLD][COFF] Move Archive::create call to LinkerDriver::addBuffer (NFC) (#194346) by Jacek Caban · 28 hours ago
- edb7b61 [NFC][lld] Avoid hex address case sensitivity in fill-trap tests (#194037) by Vitaly Buka · 6 days ago
- a2e8d9d [lld][WebAssembly] Always initialize fixed `__tls_base` in single threaded mode (#193563) by Sam Clegg · 7 days ago
- 7f39750 [LLD][MinGW] Introduce --native-def argument (#193598) by Jacek Caban · 7 days ago
- 8ae6a82 [ELF] Handle INCLUDE like a call stack (#193427) by Fangrui Song · 7 days ago
- 3e5e771 [ELF] Factor linker-script dispatch loops into helpers. NFC (#193547) by Fangrui Song · 8 days ago
- 35e9d32 [ELF] Improve allocateHeaders tests (#193419) by Fangrui Song · 8 days ago
- fdbcc3f [ELF,test] Cover empty INCLUDE inside MEMORY { ... } (#193411) by Fangrui Song · 8 days ago
- 903c2de [ELF,test] Convert INCLUDE tests to split-file pattern (#193403) by Fangrui Song · 8 days ago
- 48f8957 [lld/mac] For catalyst outputs, tolerate implicitly linking against arm64e mac tbd files (#193065) by Nuri Amari · 9 days ago
- dca0105 [ELF] Fix heap-use-after-free with INPUT(relative-path) (#193146) by Fangrui Song · 9 days ago
- 9143072 [ELF] Parallelize input file loading (#191690) by Fangrui Song · 9 days ago
- d960b15 Revert "Reland "[LTO][LLD] Prevent invalid LTO libfunc transforms (#164916)"" (#192741) by PiJoules · 13 days ago
- e62adb0 [lld][MachO] Key branch-extension thunks on (referent, addend) (#191808) by Zhaoxuan Jiang · 2 weeks ago
- 0015191 [lld][llvm-objcopy] Enable Xbox subsystem for PE images. (#191779) by Ashlyn · 2 weeks ago
- 15e760b [lld] Add missing include in AArch64ErrataFix (NFC) (#190664) by Keith Smiley · 2 weeks ago
- dccedc1 [ELF] Move ++nextGroupId from InputFile ctor to callers. NFC (#191685) by Fangrui Song · 3 weeks ago
- bd3e1a4 Revert "[lld][AMDGPU] Support R_AMDGPU_ABS32_(LO|HI) relocations" (#191591) by Fangrui Song · 3 weeks ago
- d62957b [lld][AMDGPU] Support R_AMDGPU_ABS32_(LO|HI) relocations (#191550) by Joseph Huber · 3 weeks ago
- 7c1f1b0 [LLD] [COFF] Explicitly prefer def files and export directives over /export-all-symbols (#190749) by Martin Storsjö · 3 weeks ago
- 118deef [LLD] [COFF] Make weak aliases to implementations take priority over null pointers (#190491) by Martin Storsjö · 3 weeks ago
- 4fcaaea [lld][ELF] Merge .ltext.* input sections into .ltext output section (#190305) by Farid Zakaria · 3 weeks ago
- be9a89a [pdb] Fix public symbol hashing in GSIHashStreamBuilder::finalizeBuckets (#190133) by Hans Wennborg · 3 weeks ago
- f60964a [LLD] [COFF] Fix crashes for conflicting exports with -export-all-symbols (#190492) by Martin Storsjö · 3 weeks ago
- 5ce59d1 [LLD] [COFF] Remove a now incorrect comment in a test. NFC. (#190489) by Martin Storsjö · 3 weeks ago
- a179b7d Reland "[LTO][LLD] Prevent invalid LTO libfunc transforms (#164916)" (#190642) by Daniel Thornburgh · 3 weeks ago
- ebfe3fa [WebAssembly] Add support for shared tags (#188367) by Jasmine Tang · 4 weeks ago
- ed3e9aa [lld][COFF] Add /discard-section option to discard input sections by name (#189542) by Haohai Wen · 4 weeks ago
- c8ebc56 [ELF] Enable parallel relocation scanning for -z nocombreloc and PPC64 (#190309) by Fangrui Song · 4 weeks ago
- 9b3bf70 [LLD][ELF] Skip non-inputsections to avoid invalid cast in Arm BE8 handling (#188154) by Simi Pallipurath · 4 weeks ago
- 7b04a44 [ELF] Parallelize --gc-sections mark phase (#189321) by Fangrui Song · 4 weeks ago
- a25a053 [ELF] Move Symbol::used to atomic flags field (#190117) by Fangrui Song · 4 weeks ago
- 1bd897e [ELF] Decouple SharedFile::isNeeded from GC mark. NFC (#190112) by Fangrui Song · 4 weeks ago
- 38e883a [ELF] Pass SectionPiece by reference in getSectionPiece. NFC (#190110) by Fangrui Song · 4 weeks ago
- 2bc4305 [Support] Support nested parallel TaskGroup via work-stealing (#189293) by Fangrui Song · 4 weeks ago
- bd9f7eb [lld] Glob-based BP compression sort groups (#185661) by Zhaoxuan Jiang · 4 weeks ago
- 7b82870 [ELF] Optimize binary search in getSectionPiece (#187916) by Fangrui Song · 4 weeks ago
- a2e522c Revert "[LTO][LLD] Prevent invalid LTO libfunc transforms (#164916)" by Kewen Meng · 4 weeks ago
- bbd2b29 [LLD][AArch64] Handle R_AARCH64_TLS_DTPREL64 in non-alloc sections (#183962) by Shivam Gupta · 4 weeks ago
- 05acda5 [LTO][LLD] Prevent invalid LTO libfunc transforms (#164916) by Daniel Thornburgh · 4 weeks ago
- a122e3d [lld][Hexagon] Fix out-of-range PLT branch thunks (#186545) by Brian Cain · 4 weeks ago
- 860eb6b [lld][Hexagon] Fix TLS GD PLT to only create PLT entry for __tls_get_addr (#180297) by Brian Cain · 4 weeks ago
- abe50b4 [lld][COFF] Restore `lto-embed-bitcode` and `-fembed-bitcode` Bitcode Embedding Features (#188398) by Austin Hudson · 4 weeks ago
- 716e4c4 [ELF] Remove redundant sec->repl != sec check in BPSectionOrderer. NFC (#189214) by Fangrui Song · 5 weeks ago
- c6309d3 [lld] update maintainers (#183803) by Farid Zakaria · 5 weeks ago
- bb20eb2 [LLD][skip ci] Fix typo in linker_script.rst (#148867) by Ilija Tovilo · 5 weeks ago
- e4d0528 [DTLTO] Improve performance of adding files to the link (#186366) by Ben Dunbobbin · 5 weeks ago
- 6f3d61a [lld-macho] Make safe ICF conservative without __llvm_addrsig (#188400) by Zhaoxuan Jiang · 5 weeks ago
- f959c19 [ELF] Validate merge section offsets in getSymVA and match GNU ld (#188677) by Fangrui Song · 5 weeks ago
- 9909463 [ELF,test] Combine merge section out-of-bounds tests into merge-piece-oob.s (#188688) by Fangrui Song · 5 weeks ago
- 7da312e [lld][ELF][clang][MTE] Add -z memtag-{mode,heap,stack} (#188205) by Elia Geretto · 5 weeks ago
- cd082cd [lld][Hexagon] Test undefined weak branches (#186613) by Brian Cain · 5 weeks ago
- 9ba0774 [ELF] Guard relocation section handling behind copyRelocs in addOrphanSections. NFC (#188409) by Fangrui Song · 5 weeks ago
- 2dd5d4f [lld][WebAssembly] Propagate +atomics for ThinLTO when using --shared-memory (#188381) by Derek Schuff · 5 weeks ago
- a39c362 [ELF] Parallelize demoteAndCopyLocalSymbols. NFC (#187970) by Fangrui Song · 5 weeks ago
- 7579302 [ELF] Always separate relative relocations regardless of -z combreloc (#187964) by Fangrui Song · 5 weeks ago
- 2c12d5c [ELF] Separate relative and non-relative dynamic relocations (#187959) by Fangrui Song · 5 weeks ago
- b7ce9ce [LLD] [ELF] Make {bti,gcs}-report=none silence warnings from force-bti/gcs=always (#186343) by Martin Storsjö · 6 weeks ago
- 05a23d3 [lld][ELF] Fix crash when relaxation pass encounters synthetic sections by wanglei · 6 weeks ago
- 1591811 [LLD] [ELF] Make -z gcs=always implicitly warn on missing GCS, like force-bti (#186203) by Martin Storsjö · 7 weeks ago
- 709390d [ELF] Fix -u with TLS symbols: propagate type from STT_NOTYPE to STT_TLS (#185794) by Fangrui Song · 7 weeks ago
- dbcc467 [ELF,test] Add test for -u error message referencing object file (#185938) by Fangrui Song · 7 weeks ago
- 1cae705 [lld][WebAssembly] Restore inactive checks relocatable.ll test. NFC (#185569) by Sam Clegg · 7 weeks ago
- f00f26c [lld][MachO] Deduplicate branch-extension thunks for ICF-folded symbols (#185396) by Zhaoxuan Jiang · 7 weeks ago
- b09aca2 Support -fpass-plugin + -fthinlto-index together (#183525) by Nuri Amari · 8 weeks ago
- c49af81 [ELF] Remove unused handleTlsRelocation (#184951) by Fangrui Song · 8 weeks ago
- ca7577d [ELF] Add target-specific relocation scanning for RISC-V (#181332) by Fangrui Song · 8 weeks ago
- 46712e6 [ELF] handleTlsGd: support disabling GD-to-IE/LE optimization. NFC (#184934) by Fangrui Song · 8 weeks ago
- b8c16ad COFF: Allow hex literals in .def files: BASE/HEAPSIZE/STACKSIZE (#184764) by Will · 8 weeks ago
- 60a1401 [lld][WebAssembly] Convert weak-alias tests to assembly. NFC (#184667) by Sam Clegg · 8 weeks ago
- 738ed55 [DebugInfo][DwarfDebug] Move emission of globals from beginModule() to endModule() (5/7) (#184219) by Vladislav Dzhidzhoev · 8 weeks ago
- e4622cc [lld][Hexagon] Fix findMaskR8 missing duplex support (#183936) by Brian Cain · 8 weeks ago
- 57f9802 [ELF] Move ArmCmseSGSection into Arch/ARM.cpp (#184570) by Fangrui Song · 8 weeks ago
- 52beb14 [ELF] Add target-specific relocation scanning for LoongArch (#182236) by Fangrui Song · 8 weeks ago
- 41e7402 [lld][WebAssembly] Convert more tests to assembly. NFC (#184418) by Sam Clegg · 8 weeks ago
- 8092190 [ELF] Move PPC32Got2Section into Arch/PPC.cpp (#184383) by Fangrui Song · 8 weeks ago
- 5b142bb [ELF] Move MIPS synthetic sections into Arch/Mips.cpp (#184384) by Fangrui Song · 8 weeks ago
- dfad367 [ELF] Add TargetInfo::initTargetSpecificSections hook (#184292) by Fangrui Song · 8 weeks ago
- 8384a1b [lld] Turn misc copy-assign to move-assign (#184145) by serge-sans-paille · 8 weeks ago
- 9b1bce4 [CMake] Propagate dependencies to OBJECT libraries in add_llvm_library (re-land) (#184201) by nextsilicon-itay-bookstein · 8 weeks ago
- bab7867 Revert "[CMake] Use keyword signature in two additional callsites (#1… (#184186) by gulfemsavrun · 8 weeks ago
- 7ac2b4b [ThinLTO] Reduce the number of renaming due to promotions (#183793) by yonghong-song · 9 weeks ago
- 7d458b3 [CMake] Use keyword signature in two additional callsites (#183889) by nextsilicon-itay-bookstein · 9 weeks ago
- ccb1317 AArch64: Replace @plt/%gotpcrel in data directives with %pltpcrel %gotpcrel (#155776) by Fangrui Song · 9 weeks ago
- 04e041b Revert "[ThinLTO] Reduce the number of renaming due to promotions (#178587)" (#183782) by yonghong-song · 9 weeks ago
- 482a5ae [ThinLTO] Reduce the number of renaming due to promotions (#178587) by yonghong-song · 9 weeks ago
- 3ddccdd [lld][WebAssembly] Remove comment about wasm-ld being WIP. NFC (#183410) by Sam Clegg · 9 weeks ago
- 7a77cff [WebAssembly] Take symbol flags for exports from the dylink section for shared objects (#183079) by Sy Brand · 9 weeks ago
- 6e20598 [lld][Webassembly] Avoid a signed overflow on large sections (#183225) by Fatih BAKIR · 9 weeks ago
- 110db3d Reland "CodeGen: Emit .prefalign directives based on the prefalign attribute." by Peter Collingbourne · 9 weeks ago
- 752e780 [WebAssembly] Use generic CPU by default in llvm-mc (#181460) by Heejin Ahn · 9 weeks ago
- 145f6fa [ELF] Adjust allowed dynamic relocation types for x86-64 (#182905) by Fangrui Song · 9 weeks ago
- 4753f36 [lld][MachO] Enable LoopVectorization and SLPVectorization for ThinLTO (#182748) by Tal Keren · 9 weeks ago
- 46b3708 Revert "CodeGen: Emit .prefalign directives based on the prefalign attribute." by Nikita Popov · 9 weeks ago
- 87924bd [ELF] Add target-specific relocation scanning for ARM (#182440) by Fangrui Song · 10 weeks ago
- 1137835 CodeGen: Emit .prefalign directives based on the prefalign attribute. by Peter Collingbourne · 10 weeks ago
- 7b5c8fb [ELF] Add target-specific relocation scanning for AArch64 (#181099) by Fangrui Song · 2 months ago
- fd86f16 [lld][WebAssembly] Add comment regarding DataCount section. NFC (#181869) by Sam Clegg · 2 months ago