index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
mkpreempt.go
Age
Commit message (
Expand
)
Author
2025-11-13
[dev.simd] all: merge master (57362e9) into dev.simd
Cherry Mui
2025-10-20
runtime: save lasx and lsx registers in loong64 async preemption
Guoqi Chen
2025-10-10
runtime: support arm64 Neon in async preemption
Julia Lapenko
2025-10-07
Revert "cmd/compile: redo arm64 LR/FP save and restore"
Keith Randall
2025-10-06
cmd/compile: redo arm64 LR/FP save and restore
Keith Randall
2025-08-20
[dev.simd] all: merge master (9de69f6) into dev.simd
Cherry Mui
2025-08-19
runtime: save and restore all fcc registers in async preempt on loong64
Guoqi Chen
2025-08-05
runtime: save AVX2 and AVX-512 state on asynchronous preemption
Austin Clements
2025-08-05
runtime: save scalar registers off stack in amd64 async preemption
Austin Clements
2025-08-05
runtime: eliminate global state in mkpreempt.go
Austin Clements
2025-07-09
[dev.simd] runtime: save Z16-Z31 registers in async preempt
Junyang Shao
2025-06-30
[dev.simd] runtime: remove write barrier in xRegRestore
Austin Clements
2025-06-30
[dev.simd] runtime: save AVX2 and AVX-512 state on asynchronous preemption
Austin Clements
2025-06-30
[dev.simd] runtime: save scalar registers off stack in amd64 async preemption
Austin Clements
2025-06-13
[dev.simd] runtime: eliminate global state in mkpreempt.go
Austin Clements
2025-02-14
runtime: use return for async preemption resumption on arm64
Joel Sing
2024-07-23
runtime: remove VZEROUPPER in asyncPreempt on darwin/amd64
Cuong Manh Le
2023-11-20
all: add floating point option for ARM targets
Ludi Rehak
2023-11-09
all: clean up addition of constants in riscv64 assembly
Joel Sing
2023-03-22
runtime: save and restore fcc registers in async preempt on loong64
Huang Qiqi
2023-03-21
cmd/asm, runtime: remove the RSB register from loong64
WANG Xuerui
2022-08-18
runtime: remove dead code and unnecessary checks for amd64
vpachkov
2022-05-19
runtime: implement asyncPreempt for linux/loong64
Xiaodong Liu
2022-03-03
runtime: use stp/ldp to save and restore all registers on arm64
eric fang
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-11-03
cmd/asm,cmd/compile,runtime: stop using X3 (aka GP) on riscv64
Joel Sing
2021-10-28
all: manual fixups for //go:build vs // +build
Russ Cox
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-08-23
all: replace runtime SSE2 detection with GO386 setting
Martin Möhrmann
2021-05-21
[dev.typeparams] runtime: use internal/abi.FuncPCABI0 to take address of asse...
Cherry Mui
2021-05-13
all: add //go:build lines to assembly files
Tobias Klauser
2021-02-23
runtime: save R15 before checking AVX state
Keith Randall
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2020-10-30
reflect,runtime: use internal ABI for selected ASM routines, attempt 2
Than McIntosh
2020-10-29
Revert "reflect,runtime: use internal ABI for selected ASM routines"
Than McIntosh
2020-10-29
reflect,runtime: use internal ABI for selected ASM routines
Than McIntosh
2020-10-28
runtime: remove new g register (X27) from preempt save/restore
Joel Sing
2020-10-07
runtime: restore SSE guard in asyncPreempt on 386
Cherry Zhang
2020-10-06
runtime: use sigaltstack on macOS/ARM64
Cherry Zhang
2020-10-02
all: drop 387 support
Keith Randall
2020-09-23
all: add GOOS=ios
Cherry Zhang
2020-08-17
all: replace Replace(..., -1) with ReplaceAll(...)
Polina Osadcha
2020-04-16
runtime: add async preemption support on riscv64
Quey-Liang Kao
2020-03-04
runtime: don't save/restore FP registers in softfloat mode on MIPS(64)
Cherry Zhang
2020-02-26
runtime: guard VZEROUPPER on CPU feature
Cherry Zhang
2020-02-13
runtime: zero upper bit of Y registers in asyncPreempt on darwin/amd64
Cherry Zhang
2020-01-23
runtime: add missing code for linux/riscv64
Joel Sing
2019-11-12
runtime: enable async preemption on darwin/arm64
Cherry Zhang
2019-11-08
runtime: add async preemption support on PPC64
Cherry Zhang
2019-11-07
runtime: add async preemption support on MIPS and MIPS64
Cherry Zhang
[next]