aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/objabi
AgeCommit message (Expand)Author
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
2021-03-24cmd/compile, cmd/link: use weak reference in itabCherry Zhang
2021-03-23cmd/compile: wrap/desugar defer calls for register abiThan McIntosh
2021-03-18cmd/internal/objabi,runtime: simplify sys.GOEXPERIMENT parsingAustin Clements
2021-03-18cmd: move experiment flags into objabi.ExperimentAustin Clements
2021-03-18all: explode GOEXPERIMENT=regabi into 5 sub-experimentsAustin Clements
2021-03-18cmd/internal/objabi: support boolean GOEXPERIMENTsAustin Clements
2021-03-18cmd/dist: build bootstrap without GOEXPERIMENTAustin Clements
2021-03-18cmd/internal/objabi: centralize GOEXPERIMENT parsingAustin Clements
2021-03-11cmd: move GOEXPERIMENT knob from make.bash to cmd/goMatthew Dempsky
2021-03-05cmd/internal/objabi: use a separate bit to mark weak relocationCherry Zhang
2021-02-19runtime: enable framepointer on all arm64Russ Cox
2021-02-19cmd/asm, cmd/link, runtime: introduce FuncInfo flag bitsRuss Cox
2021-02-19runtime: clean up funcID assignmentRuss Cox
2021-02-03[dev.regabi] runtime, syscall, etc.: mark Darwin syscall wrappers as ABIInternalCherry Zhang
2020-12-10cmd/go: encode backslash and newline in response filesJeremy Faller
2020-11-25cmd/dist: restore GOARM=7 default for android/armElias Naur
2020-11-25cmd/internal/objabi: assume GOARM=7 on AndroidElias Naur
2020-11-25cmd/link: add relocation type R_AARCH64_LDST16_ABS_LO12_NC for arm64eric fang
2020-11-02cmd: remove Go115AMD64Cherry Zhang