aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/objabi
AgeCommit message (Expand)Author
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
2021-07-30[dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loopAustin Clements
2021-06-08[dev.typeparams] runtime: remove variadic defer/go callsCherry Mui
2021-05-24cmd/compile: always include underlying type for map typesKeith Randall
2021-04-26syscall, etc.: use abi.FuncPCABI0 for libc syscall wrappersCherry Zhang
2021-04-22cmd/compile, runtime: add metadata for argument printing in tracebackCherry Zhang
2021-04-16internal/buildcfg: move build configuration out of cmd/internal/objabiRuss Cox
2021-04-16cmd/internal/objabi,test: use correct GOEXPERIMENT build tags in test/run.goAustin Clements
2021-04-16internal/goexperiment: move baseline configuration to objabiAustin Clements
2021-04-15internal/bytealg: port more performance-critical functions to ABIInternalAustin Clements
2021-04-14runtime: update debug call protocol for register ABIMichael Anthony Knyszek
2021-04-13runtime: eliminate externalthreadhandlerAustin Clements
2021-04-13cmd/link: support 32b TLS_LE offsets on PPC64Paul E. Murphy
2021-04-09cmd/internal/objabi: make GOEXPERIMENT=none mean "no experiment flags"Austin Clements
2021-04-08cmd/internal/objabi: clarify initialization of ExperimentsAustin Clements
2021-04-08cmd/internal/objabi: make GOEXPERIMENT be a diff from default experimentsAustin Clements
2021-04-08cmd/compile,cmd/internal/objabi: abstract out object header stringAustin Clements
2021-04-08internal/goexperiment,cmd: consolidate GOEXPERIMENTs into a new packageAustin Clements
2021-04-08runtime: drop haveexperiment, sys.GOEXPERIMENTAustin Clements
2021-04-06runtime: use funcID to identify abort in isAbortPCMichael Anthony Knyszek
2021-04-05cmd/internal/objabi: remove StackPreemptAustin Clements
2021-04-01runtime: fix uses of ABIInternal PCs in assemblyAustin Clements
2021-03-31runtime: replace reflectcall of defers with direct callAustin Clements