summaryrefslogtreecommitdiff
path: root/lld
AgeCommit message (Expand)Author
2025-05-16[ELF,test] Specify image base to make -Ttext/--section-start tests less sensi...Fangrui Song
2025-05-16[Support] Set `OF_Delete` for `InMemoryBuffer`'s call to `openFileForWrite` u...Douglas
2025-05-15[LLD][COFF] Allow -arm64xsameaddress in ARM64EC directives (#139631)Jacek Caban
2025-05-15[LLD][COFF] Add support for including native ARM64 objects in ARM64EC images ...Jacek Caban
2025-05-14Support,lld: Rename misnamed F_no_mmap to F_mmapFangrui Song
2025-05-14[lld] Fix typos in documentation (#139854)Kazu Hirata
2025-05-13[NFC] Use more isa and isa_and_nonnull instead dyn_cast for predicates (#137393)Max Graey
2025-05-13Revert "[lld] Merge equivalent symbols found during ICF (#134342)"Hans Wennborg
2025-05-10[ELF] writeTrapInstr: Don't decrease p_memszFangrui Song
2025-05-08[lld][NFC] Fix minor typo in docs (#138898)David Sankel
2025-05-07[LLD][CMake] fix testing standalone build without installed llvm-lit. (#138575)jeremyd2019
2025-05-07[lld][WebAssembly] Fix reported names of LTO output files (#138789)Sam Clegg
2025-05-06[lld] Remove redundant calls to std::unique_ptr<T>::get (NFC) (#138641)Kazu Hirata
2025-05-04[lld] Remove unused local variables (NFC) (#138470)Kazu Hirata
2025-05-03SparcInstPrinter: Support llvm-objdump --print-imm-hexFangrui Song
2025-05-02Add lld benchmarking script.Peter Collingbourne
2025-05-02[lld] handle re-exports for full framework paths (#137989)Richard Howell
2025-05-02[LLD][COFF] add __{data,bss}_{start,end}__ symbols for Cygwin support (#136180)jeremyd2019
2025-05-01ELF: Fix man page formatting.Peter Collingbourne
2025-05-01[lld-macho] Fix branch extension logic compatibility with __objc_stubs (#137913)alx32
2025-04-30[lld] NFC. Rename function to better reflect its implementation (#136625)Pranav Kant
2025-04-30[LLD][COFF] Ensure .bss is merged at the end of a section. (#137677)jeremyd2019
2025-04-29[lld][InstrProf] Skip BP ordering input sections with null data (#137906)Ellis Hoag
2025-04-29[lld] resolve dylib paths before caching (#137649)Richard Howell
2025-04-28[lld-macho] Fix test to write to correct test dir location (#137708)Ivan Tadeu Ferreira Antunes Filho
2025-04-28[lld][WebAssembly] Don't mark `--start-lib`/`--end-lib` files as live (#137714)Sam Clegg
2025-04-28[lld-macho]Added missing commit from PR/135241 (#137672)Vy Nguyen
2025-04-28[lld-macho]Fix bug in finding "chained" re-exported libs. (#135241)Vy Nguyen
2025-04-25[wasm-ld] Refactor WasmSym from static globals to per-link context (#134970)Anutosh Bhat
2025-04-21[lld] Merge equivalent symbols found during ICF (#134342)Pranav Kant
2025-04-19[lld] Use llvm::unique (NFC) (#136453)Kazu Hirata
2025-04-19[PAC][ThinLTO] Fix auth key for GOT entries of function symbols (#131467)Daniil Kovalev
2025-04-18[lld] Use llvm::less_first (NFC) (#136397)Kazu Hirata
2025-04-18[lld][WebAssembly] Fix spurious signature mismatch under LTO (#136197)Daniel Bertalan
2025-04-17[LLD][Docs] Add release notes for execute-only support on AArch64 (#134804)Csanád Hajdú
2025-04-17[LLD][ELF][AArch64] Mark .plt and .iplt with PURECODE flag (#134798)Csanád Hajdú
2025-04-12[Object][COFF] Avoid underscore prefix for forwarding exports (#135433)Jacek Caban
2025-04-11[LLD][COFF] Remove no longer needed symtabEC from COFFLinkerContext (NFC) (#1...Jacek Caban
2025-04-11[LLD][COFF] Support marking sections as x86_64 code in ARM64EC object files (...Jacek Caban
2025-04-11[LLD][COFF] Swap the meaning of symtab and hybridSymtab in hybrid images (#13...Jacek Caban
2025-04-11[lld][LoongArch] Support relaxation during IE to LE conversion (#123702)Zhaoxin Yang
2025-04-11[LLD] [MinGW] Fall back to using default target if no -m flag given. (#134700)jeremyd2019
2025-04-10[lld-macho] Support archives without index (#132942)Leonard Grey
2025-04-10ELF: Remove lock from MTE global relocation handling code.Peter Collingbourne
2025-04-10[lld] load rpaths from tbd files (#134925)Richard Howell
2025-04-08Revert "Rename `F_no_mmap` to `F_mmap`" (#134924)Douglas
2025-04-08Rename `F_no_mmap` to `F_mmap` (#134787)Dmitry Chestnykh
2025-04-08[LLD][ELF] Allow merging XO and RX sections, and add `--[no-]xosegment` flag ...Csanád Hajdú
2025-04-07[LLD][COFF] Don't dllimport from static libraries (#134443)Alexandre Ganea
2025-04-07[lld][LoongArch] Convert TLS IE to LE in the normal or medium code model (#12...Zhaoxin Yang