aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/objabi/util.go
AgeCommit message (Expand)Author
2022-09-16cmd/internal/objabi: record GO$GOARCH setting in object headerRuss Cox
2022-03-18internal/buildcfg: extract logic specific to cmd/goBryan C. Mills
2021-09-22cmd/compile: break out constants for local and global dictionary prefixesDan Scales
2021-04-16internal/buildcfg: move build configuration out of cmd/internal/objabiRuss Cox
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-01runtime: fix uses of ABIInternal PCs in assemblyAustin Clements
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-02-19runtime: enable framepointer on all arm64Russ Cox
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-02cmd: remove Go115AMD64Cherry Zhang
2020-10-06all: implement GO386=softfloatKeith Randall
2020-10-02all: drop 387 supportKeith Randall
2020-09-23all: add GOOS=iosCherry Zhang
2020-09-03cmd/internal/objabi: add regabi GOEXPERIMENTAustin Clements
2020-08-27runtime: framepointers are no longer an experiment - hard code themKeith Randall
2020-06-10cmd/internal/objabi: enable frame-pointer for iOS arm64Gawen Arab
2020-05-20cmd/go: remove GOAMD64 environment variableDavid Chase
2020-05-01cmd/internal/obj/x86: prevent jumps crossing 32 byte boundariesMark Ryan
2020-04-07runtime: static lock ranking for the runtime (enabled by GOEXPERIMENT)Dan Scales
2019-10-09all: remove the nacl port (part 2, amd64p32 + toolchain)Brad Fitzpatrick
2019-04-23cmd/go: add env -w and env -u to set and unset default env varsRuss Cox
2019-04-17cmd/link: increase the reserved space for ELF relocationserifan01
2019-04-04cmd/compile: add saturating conversions on wasmRichard Musiol
2019-03-28cmd/compile: add sign-extension operators on wasmRichard Musiol
2019-03-23cmd/go: add GOWASM environment variableRichard Musiol
2019-03-13cmd/compile: add processor level selection support to ppc64{,le}Carlos Eduardo Seo
2019-03-01cmd/dist, cmd/link: allow passing default dynamic linker/loaderTobias Klauser
2018-11-26cmd/compile: remove CLOBBERDEAD experimentKeith Randall
2018-10-12internal/cpu: enable support for GODEBUGCPU in non-experimental buildsMartin Möhrmann
2018-08-29build: support frame-pointer for arm64Zheng Xu
2018-05-22internal/cpu: add experiment to disable CPU features with GODEBUGCPUMartin Möhrmann
2018-04-27cmd/compile: add softfloat support to mips64{,le}Milan Knezevic
2018-01-09cmd/link: set runtime.GOROOT default during linkRuss Cox
2017-11-30cmd/go, cmd/dist: introduce GOMIPS environment variableVladimir Stefanovic
2017-07-17cmd/compile: omit X:framepointer in compile versionRuss Cox
2017-04-21cmd/compile: experiment which clobbers all dead pointer fieldsKeith Randall
2017-04-19cmd/internal/objabi: extract shared functionality from objMatthew Dempsky