summaryrefslogtreecommitdiff
path: root/src/runtime/preempt_amd64.s
Commit message (Expand)AuthorAgeFilesLines
* runtime: remove dead code and unnecessary checks for amd64vpachkov2022-08-181-0/+3
* [dev.typeparams] runtime: use internal/abi.FuncPCABI0 to take address of asse...Cherry Mui2021-05-211-2/+1
* runtime: save R15 before checking AVX stateKeith Randall2021-02-231-5/+5
* reflect,runtime: use internal ABI for selected ASM routines, attempt 2Than McIntosh2020-10-301-1/+2
* Revert "reflect,runtime: use internal ABI for selected ASM routines"Than McIntosh2020-10-291-2/+1
* reflect,runtime: use internal ABI for selected ASM routinesThan McIntosh2020-10-291-1/+2
* runtime: guard VZEROUPPER on CPU featureCherry Zhang2020-02-261-3/+5
* runtime: zero upper bit of Y registers in asyncPreempt on darwin/amd64Cherry Zhang2020-02-131-0/+3
* runtime: asynchronous preemption function for x86Austin Clements2019-11-021-0/+79