summaryrefslogtreecommitdiff
path: root/lld
AgeCommit message (Expand)Author
2025-02-22[LLD][COFF] Add support for x86_64 archives on ARM64X (#128241)Jacek Caban
2025-02-21[lld,CMake] Include Version.inc when LLVM_DISTRIBUTION_COMPONENTS contains ll...Maksim Levental
2025-02-21[LLD][ELF][AArch64] Add support for SHF_AARCH64_PURECODE ELF section flag (3/...Csanád Hajdú
2025-02-21[LLD][COFF] Support alternate names in both symbol tables on ARM64X (#127619)Jacek Caban
2025-02-20[lld][WebAssembly] Skip BSS when combining data segments (#127735)Sam Clegg
2025-02-19[ELF,test] Clean up aarch64-relocs.sFangrui Song
2025-02-19[ELF,test] Remove unneeded -o /dev/nullFangrui Song
2025-02-19[CodeGen] Use __extendhfsf2 and __truncsfhf2 by default (#126880)Nikita Popov
2025-02-18[ELF] Improve INPUT_SECTION_FLAGS testFangrui Song
2025-02-18[lld][WebAssembly] Fix warnings in test. NFC (#127714)Sam Clegg
2025-02-18[ELF][LTO] Add baseline test for invalid relocations against runtime callsAlexander Richardson
2025-02-18[lld][MachO] Test with exported_symbol and exported_symbols_list together (#1...Ellis Hoag
2025-02-17[LLD][COFF] Support MinGW constructor and destructor lists on ARM64X (#127205)Jacek Caban
2025-02-17[LLD][COFF] Split native and EC .CRT chunks on ARM64X (#127203)Jacek Caban
2025-02-17[LLD][ELF][ARM] Fix resolution of R_ARM_THM_JUMP8 and R_ARM_THM_JUMP11 for bi...Victor Campos
2025-02-16[lld] enable installing lld headers and libraries as part of distribution (#1...Maksim Levental
2025-02-16[ELF] Refine ctx.arg.exportDynamic conditionFangrui Song
2025-02-15[lld][LoongArch] Relax R_LARCH_{PCALA,GOT_PC}_{HI20,LO12} (#123566)Zhaoxin Yang
2025-02-13[lld][BP] Order .Tgm symbols for startup (#126328)Ellis Hoag
2025-02-13[lld-macho] Use Symbols as branch target for safe_thunks ICF (#126835)alx32
2025-02-13[LLD][COFF] Emit ARM64X relocations for CHPE ExtraRFETable entries (#126713)Jacek Caban
2025-02-13[LLD][COFF] Set __buildid symbol in both symbol tables on ARM64X (#126777)Jacek Caban
2025-02-13[lld][BP] Avoid ordering ICF'ed sections (#126327)Ellis Hoag
2025-02-10[LLD][MinGW] Add support for wrapped symbols on ARM64X (#126296)Jacek Caban
2025-02-10[LLD][COFF] Fix a typo in REQUIRES directive (NFC)Jacek Caban
2025-02-10[LLD][COFF] Add support for -includeoptional on ARM64X (#126300)Jacek Caban
2025-02-10[lld] Remove usage of `%T` in `lld/test` (#126133)Peter Rong
2025-02-10[ELF] --package-metadata: support %[0-9a-fA-F][0-9a-fA-F]Fangrui Song
2025-02-08[ELF] Reorder target-specific error messaesFangrui Song
2025-02-08[Flang] Rename libFortranRuntime.a to libflang_rt.runtime.a (#122341)Michael Kruse
2025-02-07[LLD][MinGW] Exclude load config symbols from auto-export (#126134)Jacek Caban
2025-02-07[LLD][COFF] Add test for hybrid patchable thunks on ARM64X (NFC) (#126135)Jacek Caban
2025-02-07[Flang] Don't use FortranDecimal for runtime (#121997)Michael Kruse
2025-02-06[LLD][COFF] Add support for MinGW auto-export on ARM64X (#125862)Jacek Caban
2025-02-05[ELF] Refine isExported/isPreemptible conditionFangrui Song
2025-02-05[LLD][ELF][AArch64] Discard .ARM.attributes sections (#125838)Peter Smith
2025-02-05[LLD][COFF] Use EC symbol table for output DEF file on ARM64X (#125531)Jacek Caban
2025-02-05[LLD][COFF] Emit locally imported EC symbols for ARM64X (#125527)Jacek Caban
2025-02-04[ELF] Add BPSectionOrderer options (#125559)Fangrui Song
2025-02-03[lld] Migrate away from PointerUnion::dyn_cast (NFC) (#125458)Kazu Hirata
2025-02-03BPSectionOrderer: stabilize iteration order and node orderFangrui Song
2025-02-03Revert "[ELF] Add BPSectionOrderer options (#120514)"Hans Wennborg
2025-02-03Revert "[ELF] Refine isExported/isPreemptible condition"Nikita Popov
2025-02-02[lld] BPSectionOrderer: stabilize iteration orderFangrui Song
2025-02-02[lld] BPSectionOrderer: stabilize iteration order with MapVectorFangrui Song
2025-02-02[ELF] Add BPSectionOrderer options (#120514)Pengying Xu
2025-02-02[lld] BPSectionOrderer: replace Symbol with Defined and optimize getSymbols. NFCFangrui Song
2025-02-01[ELF] Replace inExpr with lexState. NFCFangrui Song
2025-01-31[ELF] Refine isExported/isPreemptible conditionFangrui Song
2025-01-30[ELF] Merge exportDynamic/isExported and remove Symbol::includeInDynsymFangrui Song