aboutsummaryrefslogtreecommitdiff
path: root/src/link
AgeCommit message (Expand)Author
2025-05-10std.Target: Remove ObjectFormat.nvptx (and associated linker code).Alex Rønne Petersen
2025-05-10compiler: Move vendored library support to `libs` subdirectory.Alex Rønne Petersen
2025-05-03link+macho+fuzz: use correct input typetjog
2025-05-01wasm-c-abi: llvm fix struct handling + reorganizePavel Verigo
2025-04-28Merge pull request #23698 from alexrp/goff-xcoff-stubsAlex Rønne Petersen
2025-04-28Merge pull request #23663 from alexrp/emit-asm-onlyAlex Rønne Petersen
2025-04-28std.Target: Remove Os.Tag.elfiamcu.Alex Rønne Petersen
2025-04-27link.Elf: Skip invoking LLD for `zig build-obj` for unsupported targets.Alex Rønne Petersen
2025-04-27chore(std.mem): Rename `trimLeft` and `trimRight`Shun Sakai
2025-04-27link: Stub out GOFF/XCOFF linker code based on LLVM.Alex Rønne Petersen
2025-04-21revive nvptx linkageAli Cheraghi
2025-04-13link: Improve handling of --build-id when using LLD.Alex Rønne Petersen
2025-04-12Merge pull request #23529 from alexrp/2879-groundworkAlex Rønne Petersen
2025-04-11Introduce libzigc for libc function implementations in Zig.Alex Rønne Petersen
2025-04-11compiler: Move int size/alignment functions to std.Target and std.zig.target.Alex Rønne Petersen
2025-04-05Dwarf: handle undefined type valuesJacob Young
2025-04-04std.Target: Update CPU models/features for LLVM 20.Alex Rønne Petersen
2025-03-31Elf: fix incrementally reallocating the last atom in a sectionJacob Young
2025-03-27std.meta.FieldType -> @FieldTypeАндрей Краевский
2025-03-23codegen: fix packed byte-aligned relocationsJacob Young
2025-03-18mingw: Rename mingw32.lib to libmingw32.lib.Alex Rønne Petersen
2025-03-10Dwarf: remove comptime parameters from generic origin functionsJacob Young
2025-03-05Remove uses of deprecated callconv aliasesLinus Groh
2025-03-02link: fixed bugs uncovered by changing the cache modeJacob Young
2025-03-02link: make sure MachO closes the damn filesmlugg
2025-02-26Merge pull request #22488 from Rexicon226/ubsan-rtAndrew Kelley
2025-02-25Merge pull request #22937 from alichraghi/ali_spvRobin Voetter
2025-02-25Compilation: correct when to include ubsanDavid Rubin
2025-02-25move libubsan to `lib/` and integrate it into `-fubsan-rt`David Rubin
2025-02-25link.MachO.UnwindInfo: reproduce lld's commentAndrew Kelley
2025-02-25link.MachO.UnwindInfo: Handle u24 overflow for CU records pointing to DWARF.Alex Rønne Petersen
2025-02-24spirv: do not generate unnecessary forward pointerAli Cheraghi
2025-02-22Dwarf: fix lowering of comptime-only optional pointer `null` valuesJacob Young
2025-02-22zig build fmtAndrew Kelley
2025-02-22link.MachO: Add support for the -x flag (discard local symbols).Alex Rønne Petersen
2025-02-18spirv: ziggify and remove unknown spirv featuresAli Cheraghi
2025-02-18spirv: respect cpu featuresAli Cheraghi
2025-02-18spirv: cache more types & merge constructX functionsAli Cheraghi
2025-02-17std.Target: Remove functions that just wrap component functions.Alex Rønne Petersen
2025-02-17std.builtin: Rename CallingConvention.wasm_watc to wasm_mvp.Alex Rønne Petersen
2025-02-17std.builtin: Remove CallingConvention.arm_(apcs,aapcs16_vfp).Alex Rønne Petersen
2025-02-11link.Elf: implement non-alloc `{SET,SUB}_ULEB128`David Rubin
2025-02-10std.ArrayList: popOrNull() -> pop() [v2] (#22720)Meghan Denny
2025-02-07x86_64: fix backend assertion failuresJacob Young
2025-02-07std.ArrayHashMap: popOrNul() -> pop()Meghan Denny
2025-02-07Dwarf: fix cross_section_relocs capacityIsaac Freund
2025-02-04Zcu: remove `*_loaded` fields on `File`mlugg
2025-01-25link: Set machine and float ABI when invoking ld.lld and lld-link.Alex Rønne Petersen
2025-01-22link.Wasm.Feature: Make fromCpuFeature() and toCpuFeature() less cute.Alex Rønne Petersen
2025-01-22wasm: Add a nontrapping_bulk_memory_len0 feature.Alex Rønne Petersen