aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/sys
AgeCommit message (Expand)Author
2026-02-06cmd/compile: allow equal functions to perform unaligned load on loong64Guoqi Chen
2025-11-17cmd/internal/sys,internal/goarch,runtime: enable the use of compressed instru...Joel Sing
2025-09-27cmd/compile: implement jump table on loong64limeidan
2025-04-09cmd/compile: set unalignedOK to make memcombine work properly on loong64limeidan
2025-02-25internal/abi: use arch family instead of arch stringKeith Randall
2025-02-04cmd/internal/sys: allow unaligned loads on big-endian ppc64Keith Randall
2024-08-20cmd/compile/internal/ssagen: improve intrinsic architecture handlingJoel Sing
2022-10-04cmd/internal/sys: migrate support.go functions to new internal pkgThan McIntosh
2022-08-26runtime: add address sanitizer support for ppc64leArchana R
2022-05-16runtime: add address sanitizer support for riscv64Meng Zhuo
2022-05-13cmd/compile: use jump table on ARM64Cherry Mui
2022-05-04cmd,runtime: enable race detector on s390xIlya Leoshkevich
2022-04-19internal/sys: add LR and fixed frame size to sys.ArchAustin Clements
2022-04-14cmd/compile: implement jump tablesKeith Randall
2022-01-12cmd/go: enable fuzz testing for FreeBSDAyan George
2021-11-05cmd/link: enable internal linking of PIE binaries on ppc64lePaul E. Murphy
2021-11-03all: add support for c-archive and c-shared on linux/riscv64Joel Sing
2021-11-02cmd/dist: add asan tests in misc/cgo/testsanitizers packagefanzha02
2021-10-29Revert "cmd/go: remove support for -buildmode=shared"Bryan C. Mills
2021-10-28cmd/go: consolidate fuzz-support checksBryan C. Mills
2021-10-27cmd/go: remove support for -buildmode=sharedBryan C. Mills
2021-10-25cmd/compile: add -asan optionfanzha02
2021-10-06cmd/compile: make encoding/binary loads/stores cheaper to inlineJosh Bleecher Snyder
2021-10-02cmd/go: remove double parallelism from "go fmt"Daniel Martí
2021-09-06cmd/internal/sys: fix placement of loong64 definitionWANG Xuerui
2021-09-06cmd/internal/sys: declare loong64 archWANG Xuerui
2021-06-14cmd/internal/sys: mark windows/arm64 as c-shared-capableJason A. Donenfeld
2021-05-24cmd/compile: ensure equal functions don't do unaligned loadsKeith Randall
2021-03-11cmd/dist: refactor test constraints for misc/cgo/testsantizersfanzha02
2021-02-23runtime: enable race detector on openbsd/amd64Joel Sing
2020-11-04cmd/compile,cmd/dist,cmd/go: enable pie buildmode for linux/riscv64Joel Sing
2020-10-30runtime, cmd: support race detector on darwin/arm64Cherry Zhang
2020-10-29Revert "cmd/compile,cmd/internal/sys: enable additional build modes on linux/...Joel Sing
2020-10-28cmd/link: enable internal linking by default on darwin/arm64Cherry Zhang
2020-10-27cmd/compile,cmd/internal/sys: enable additional build modes on linux/riscv64Joel Sing
2020-10-22all: add GOOS=ios GOARCH=amd64 target for the ios simulatorElias Naur
2020-10-14cmd/link: support internal linking on darwin/arm64Cherry Zhang
2020-10-14cmd/link: support PIE internal linking on darwin/amd64Cherry Zhang
2020-10-12cmd/go: don't always link in cgo for PIECherry Zhang
2020-10-09all: enable more tests on macOS/ARM64Cherry Zhang
2020-10-06cmd/link: support C-shared buildmode on macOS/ARM64Cherry Zhang
2020-10-06cmd/link: support PIE on macOS/ARM64Cherry Zhang
2020-10-06cmd/link: support plugin on macOS/ARM64Cherry Zhang
2020-09-23all: add GOOS=iosCherry Zhang
2020-04-08all: remove scattered remnants of darwin/386Austin Clements
2020-04-08all: remove scattered remnants of darwin/armAustin Clements
2020-03-01cmd/go, cmd/link: implement -buildmode=pie on windowsAlex Brainman
2020-02-26cmd/link: default to internal linking for android/arm64Elias Naur
2019-11-22cmd/go/internal/work: reduce code duplication in buildModeInit by using sys.B...Bryan C. Mills
2019-11-22cmd/go: add a 'buildmode' condition for script testsBryan C. Mills