aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj/link.go
AgeCommit message (Expand)Author
2026-04-01cmd/compile, cmd/link: add linknamestd directive for std-only linknamesCherry Mui
2026-02-10cmd/internal/obj: add Align field to LSymIan Lance Taylor
2026-01-26cmd/compile: reduce lock/scheduler contentionDaniel Morsing
2025-11-18cmd/asm,cmd/compile,cmd/internal/obj/riscv: use compressed instructions on ri...Joel Sing
2025-11-11std,cmd: go fix -any std cmdAlan Donovan
2025-10-21all: eliminate unnecessary type conversionsJes Cok
2025-10-08cmd/internal/obj: fix Link.Diag printf errorsAlan Donovan
2025-09-30cmd/compile/internal/ssa: remove redundant "type:" prefix checkYoulin Feng
2025-09-12cmd/asm, cmd/internal/obj: add riscv64 generic CSR opsMark Ryan
2025-02-22cmd: initial compiler+linker support for DWARF5 .debug_addrThan McIntosh
2025-02-14cmd/asm,cmd/internal/obj/riscv: implement vector configuration setting instru...Joel Sing
2025-02-10cmd/compile: avoid ifaceeq call if we know the interface is directKeith Randall
2024-11-13cmd/internal/obj/loong64: add support of VMOVQ and XVMOVQGuoqi Chen
2024-11-11cmd/compile: allow more types for wasmimport/wasmexport parameters and resultsCherry Mui
2024-11-07cmd/internal/obj: replace obj.Addrel func with LSym.AddRel methodRuss Cox
2024-10-22cmd/compile: use STP/LDP around morestack on arm64Keith Randall
2024-08-09cmd/compile: add basic wasmexport supportCherry Mui
2024-08-06cmd/internal/obj: minor refactor of wasmimport codeCherry Mui
2024-05-15cmd/link: disallow pull-only linknamesCherry Mui
2024-05-15cmd/compile, cmd/internal: fine-grained fiddling with loop alignmentDavid Chase
2024-05-15cmd/internal/obj/x86: make SEH symbols content-addressableCherry Mui
2024-05-10cmd/compile, cmd/link: disallow linkname of some newly added internal functionsCherry Mui
2024-02-21cmd/asm, cmd/internal/obj: enable rounding mode suffix for riscv64Meng Zhuo
2023-08-29cmd/internal/obj: add Func type to replace "curfn any"Matthew Dempsky
2023-05-24cmd/asm: refine some APIs related to Prog.RestArgs[]ruinan
2023-05-19cmd/compile: constant-fold loads from constant dictionaries and typesKeith Randall
2023-05-02cmd/link, cmd/internal/obj: use aux symbol for global variable DWARF infoCherry Mui
2023-04-28Revert "cmd/compile: constant-fold loads from constant dictionaries and types"Chressie Himpel
2023-04-27cmd/compile: constant-fold loads from constant dictionaries and typesKeith Randall
2023-04-21internal/abi, runtime, cmd: merge funcFlag_* consts into internal/abiAustin Clements
2023-04-21internal/abi, runtime, cmd: merge funcID_* consts into internal/abiAustin Clements
2023-04-05cmd/internal/obj: generate SEH aux symbols for windows/amd64qmuntal
2023-03-02all: implement wasmimport directiveEvan Phoenix
2023-02-06cmd/internal/obj: flag init functions in object fileThan McIntosh
2023-01-30cmd/compile,cmd/link: set DW_AT_decl_line for function declarationsMichael Pratt
2022-11-11all: fix problematic commentscui fliter
2022-10-14cmd/compile,cmd/link,runtime: add start line numbers to func metadataMichael Pratt
2022-05-16cmd/compile: set LocalPkg.Path to -p flagMatthew Dempsky
2022-05-11cmd/internal/obj: add a flag to not write referenced symbol names in object fileCherry Mui
2022-05-11cmd/internal/obj{,/loong64}: instructions and registers for loong64Xiaodong Liu
2022-04-19cmd/compile,cmd/internal/obj: replace Ctxt.FixedFrameSize method with Arch fieldAustin Clements
2022-04-19internal/sys: add LR and fixed frame size to sys.ArchAustin Clements
2022-04-14cmd/compile: implement jump tablesKeith Randall
2022-04-01cmd/asm: refactor some operands that are not special registers on arm64erifan01
2022-02-11cmd/compile, runtime: use unwrapped PC for goroutine creation tracingCherry Mui
2021-11-05cmd/{asm,compile,internal/obj}: add "maymorestack" supportAustin Clements
2021-10-27cmd/compile, runtime: track argument stack slot livenessCherry Mui
2021-09-29cmd/internal/goobj, cmd/link: remove funcdataoffCherry Mui
2021-09-28cmd/internal/obj: index pcdata symbols in NumberSymsCherry Mui
2021-09-27cmd/internal/obj: fix wording in a commentDQNEO