aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link/internal/ld/pcln.go
AgeCommit message (Expand)Author
2024-01-22cmd/link,runtime: merge minfunc const info internal/abiqiulaidongfeng
2023-08-29cmd/internal/obj: tweak implicit {ArgsPointerMaps,ArgInfo} behaviorMatthew Dempsky
2023-08-23cmd/internal/obj/riscv,cmd/link: add support for internal cgo linking on riscv64Joel Sing
2023-05-05cmd/link, runtime: include full symbol name for generic functions in runtime ...Cherry Mui
2023-04-21internal/abi, runtime, cmd: merge PCDATA_* and FUNCDATA_* consts into interna...Austin Clements
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-01-20cmd/link: use strings.LastIndexByte to fix a TODODaniel Martí
2022-10-14cmd/compile,cmd/link,runtime: add start line numbers to func metadataMichael Pratt
2022-09-30cmd/link/internal/ld: panic if inlined functions missing FuncInfoMichael Pratt
2022-09-07cmd/link/internal/ld: update _func names to match runtimeMichael Pratt
2022-09-06cmd/link,runtime: remove unused fields from inlinedCallMichael Pratt
2022-08-09all: use ":" for compiler generated symbolsCuong Manh Le
2022-05-17cmd/link: support linker for linux/loong64Xiaodong Liu
2022-04-11all: gofmt main repoRuss Cox
2022-03-18cmd/link: avoid stamping runtime.defaultGOROOT when paths are being trimmedBryan C. Mills
2021-10-11cmd/link: do not mark holes in functabCherry Mui
2021-10-07cmd/link: mark holes in functab with end PC-1Cherry Mui
2021-10-06cmd/link: remove unnecessary int conversionsJosh Bleecher Snyder
2021-10-05cmd/link,runtime: remove unnecessary funcdata alignmentJosh Bleecher Snyder
2021-10-05cmd/link,runtime: remove functab relocationsJosh Bleecher Snyder
2021-10-05cmd/link,runtime: remove relocations from stkobjsJosh Bleecher Snyder
2021-10-05cmd/link, runtime: convert FUNCDATA relocations to offsetsJosh Bleecher Snyder
2021-10-04cmd/internal/obj, cmd/link: move symbol alignment logic to object file writerCherry Mui
2021-10-02cmd/internal/obj/riscv,cmd/link/internal/riscv64: add call trampolines for ri...Joel Sing
2021-09-29cmd/link: make funcSize a constantJosh Bleecher Snyder
2021-09-29cmd/link, runtime: use offset for _func.entryJosh Bleecher Snyder
2021-09-29cmd/internal/goobj, cmd/link: remove funcdataoffCherry Mui
2021-09-29cmd/link: access pcdata via aux symbolsCherry Mui
2021-09-27runtime, cmd/link: minor cleanupJosh Bleecher Snyder
2021-09-27runtime: elide instantiated types in tracebacksKeith Randall
2021-09-22cmd/compile, cmd/link: avoid ABI aliasesCherry Mui
2021-09-21runtime, cmd/link: fix comment typosJosh Bleecher Snyder
2021-08-03[dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loopAustin Clements
2021-07-30[dev.typeparams] Revert "[dev.typeparams] runtime,cmd/compile,cmd/link: repla...Austin Clements
2021-07-30[dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loopAustin Clements
2021-04-23cmd/link: sort the pclntab relocationsRuss Cox
2021-04-16internal/buildcfg: move build configuration out of cmd/internal/objabiRuss Cox
2021-02-24docs: fix spellingJohn Bampton
2021-02-19cmd/asm, cmd/link, runtime: introduce FuncInfo flag bitsRuss Cox
2020-12-16cmd/link: handle large relocation addend on darwin/arm64Cherry Zhang
2020-10-12cmd/link: only dynamically export necessary symbols on darwinCherry Zhang
2020-09-30[dev.link] cmd/link: use generator symbols for the rest of pclntabJeremy Faller
2020-08-18[dev.link] cmd/link: clean up some pclntab stateJeremy Faller
2020-08-18[dev.link] cmd/{compile,link}: remove pcdata tables from pclntab_oldJeremy Faller
2020-08-13[dev.link] cmd/link, cmd/compile: create content addressable pcdata symsJeremy Faller
2020-08-12[dev.link] cmd/link: stop renumbering files for pclntab generationJeremy Faller
2020-08-11[dev.link] cmd: remove "2", another roundCherry Zhang
2020-08-10[dev.link] use per package filenames to build pclntabJeremy Faller
2020-08-07[dev.link] cmd/link: fix preallocation for function namesJeremy Faller