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
/
preempt_amd64.s
Age
Commit message (
Expand
)
Author
2025-07-09
[dev.simd] runtime: save Z16-Z31 registers in async preempt
Junyang Shao
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
2024-07-23
runtime: remove VZEROUPPER in asyncPreempt on darwin/amd64
Cuong Manh Le
2022-08-18
runtime: remove dead code and unnecessary checks for amd64
vpachkov
2021-05-21
[dev.typeparams] runtime: use internal/abi.FuncPCABI0 to take address of asse...
Cherry Mui
2021-02-23
runtime: save R15 before checking AVX state
Keith Randall
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-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
2019-11-02
runtime: asynchronous preemption function for x86
Austin Clements