aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/objabi
AgeCommit message (Expand)Author
2023-07-31runtime: refactor defer processingMatthew Dempsky
2023-06-14all: fix spelling errorsAlexander Yastrebov
2023-05-23cmd/internal/objabi: regenerate RelocType stringsIan Lance Taylor
2023-05-19cmd/compile: constant-fold loads from constant dictionaries and typesKeith Randall
2023-04-21runtime, cmd: rationalize StackLimit and StackGuardAustin Clements
2023-04-21internal/abi, runtime, cmd: merge StackSmall, StackBig consts into internal/abiAustin Clements
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-04-20Revert "internal/abi, runtime, cmd: merge StackSmall, StackBig consts into in...Austin Clements
2023-04-20Revert "runtime, cmd: rationalize StackLimit and StackGuard"Austin Clements
2023-04-20runtime, cmd: rationalize StackLimit and StackGuardAustin Clements
2023-04-20internal/abi, runtime, cmd: merge StackSmall, StackBig consts into internal/abiAustin Clements
2023-04-14cmd/link: establish dependable package initialization orderKeith Randall
2023-04-11cmd/internal/obj/loong64, cmd/internal/objabi, cmd/link: add support for --bu...limeidan
2023-04-05cmd/internal/obj: generate SEH aux symbols for windows/amd64qmuntal
2023-03-30all: add wasip1 definitionsJohan Brandhorst-Satzkorn
2023-03-29cmd/link,cmd/internal/objabi: support ADDR32NB relocations on windowsqmuntal
2023-03-09Revert "cmd/link: establish dependable package initialization order"Keith Randall
2023-03-09Revert "cmd/internal/objabi: regenerate RelocType stringer file"Keith Randall
2023-03-07cmd/internal/objabi: regenerate RelocType stringer fileqmuntal
2023-03-03cmd/link: establish dependable package initialization orderKeith Randall
2023-01-17cmd/dist: make toolchain build reproducibleRuss Cox
2022-11-18runtime,cmd/link: increase stack guard space when building with -raceKeith Randall
2022-11-11all: fix problematic commentscui fliter
2022-11-03cmd/link: support PPC64 prefixed relocations for power10Paul E. Murphy
2022-10-31cmd/compile: add ability to indicate 'concurrentOk' for debug flagsDavid Chase
2022-10-28cmd/internal/obj/arm64: optimize ADRP+ADD+LD/ST to ADRP+LD/ST(offset)eric fang
2022-09-27cmd/compile,cmd/link: hooks for identifying coverage countersThan McIntosh
2022-09-20all: replace package ioutil with os and io in srcAndy Pan
2022-09-16cmd/internal/objabi: record GO$GOARCH setting in object headerRuss Cox
2022-09-13cmd/internal/objabi: declare HeadType String on a non-pointer receiverJoel Sing
2022-09-01cmd/internal/objabi: use strings.Builderhopehook
2022-08-05cmd/dist: force stackGuardMultiplierDefault to 1Russ Cox
2022-05-20cmd/compile, cmd/link: use libFuzzer 8-bit instead of extra countersKhaled Yakdan
2022-05-02cmd/internal/objabi: define Go relocation types for loong64Xiaodong Liu
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2022-04-05cmd/internal/objabi: fix FuncID of runtime.rt0_go and runtime.systemstack_switchzhouguangyuan
2022-03-18internal/buildcfg: initialize GOROOT to runtime.GOROOTBryan C. Mills
2022-03-18internal/buildcfg: extract logic specific to cmd/goBryan C. Mills
2022-02-11cmd/compile, runtime: use unwrapped PC for goroutine creation tracingCherry Mui
2021-11-05cmd/compile,cmd/internal/objabi: move -d flag parser to objabiAustin Clements
2021-10-27cmd/compile, runtime: track argument stack slot livenessCherry Mui
2021-10-25cmd/compile,cmd/link: introduce generic interface call relocationsKeith Randall
2021-10-04cmd, runtime: mark assembly routines in FuncFlagsJosh Bleecher Snyder
2021-10-02cmd/internal/obj/riscv,cmd/link/internal/riscv64: add call trampolines for ri...Joel Sing
2021-09-22cmd/compile: break out constants for local and global dictionary prefixesDan Scales
2021-09-22cmd/link: remove ABI aliasesCherry Mui
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