aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/asm_amd64.s
AgeCommit message (Expand)Author
2026-01-30runtime: align end of systemstack_switch prologue on amd64 for consistency wi...Vasily Leonenko
2026-01-27runtime: rename aeshashbody to runtime.aeshashbodyMichael Pratt
2025-12-08[dev.simd] cmd/compile: zero only low 128-bit of X15Cherry Mui
2025-11-26runtime/secret: implement new secret packageDaniel Morsing
2025-11-26cmd/compile, runtime: guard X15 zeroing with GOEXPERIMENT=simdCherry Mui
2025-11-20[dev.simd] all: merge master (ca37d24) into dev.simdCherry Mui
2025-11-17runtime: clear frame pointer at thread entry pointsNick Ripley
2025-11-13[dev.simd] all: merge master (57362e9) into dev.simdCherry Mui
2025-10-20runtime: make procyieldAsm no longer loop infinitely if passed 0Michael Anthony Knyszek
2025-10-20runtime: wrap procyield assembly and check for 0Michael Anthony Knyszek
2025-10-03[dev.simd] all: merge master (adce7f1) into dev.simdCherry Mui
2025-09-25runtime: use common library entry point on windows amd64/386qmuntal
2025-08-22[dev.simd] cmd/compile: ensure the whole X15 register is zeroedCherry Mui
2025-07-24cmd/compile: move amd64 and 386 over to new bounds check strategyKeith Randall
2025-05-02runtime: clear frame pointer in morestackMichael Pratt
2025-05-02runtime: clear frame pointer in mcallMichael Pratt
2025-03-11cmd/compile, runtime: remove plan9 special case avoiding SSERuss Cox
2025-02-26runtime: remove ret field from gobufKeith Randall
2025-02-25cmd/compile, runtime: use PC of deferreturn for panic transferDavid Chase
2024-05-11runtime: add runtime.debugPinnerV1Alessandro Arzilli
2024-04-25runtime: fix mcall unwinding on Windowsqmuntal
2023-11-17runtime: optimize aeshashbody with PCALIGN in amd64Max Riveiro
2023-11-15internal/cpu: detect support of AVX512Achille Roussel
2023-10-26runtime: print a stack trace at "morestack on g0"Cherry Mui
2023-10-05runtime: support SetUnhandledExceptionFilter on Windowsqmuntal
2023-06-14all: fix spelling errorsAlexander Yastrebov
2023-06-10runtime: fix typosJes Cok
2023-05-22runtime: rename getcallerfp to getfpFelix Geisendörfer
2023-05-17runtime/cgo: store M for C-created thread in pthread keyCherry Mui
2023-05-11Revert "runtime: rename getcallerfp to getfp"Michael Pratt
2023-05-11runtime: rename getcallerfp to getfpFelix Geisendörfer
2023-05-05Revert "runtime/cgo: store M for C-created thread in pthread key"Chressie Himpel
2023-04-26runtime/cgo: store M for C-created thread in pthread keyMichael Pratt
2023-04-21runtime: tidy _Stack* constant namingAustin Clements
2023-04-20Revert "runtime: tidy _Stack* constant naming"Austin Clements
2023-04-20runtime: tidy _Stack* constant namingAustin Clements
2023-04-17Revert "runtime/cgo: store M for C-created thread in pthread key"Michael Pratt
2023-04-03runtime/cgo: store M for C-created thread in pthread keydoujiang24
2023-03-31Revert "runtime/cgo: store M for C-created thread in pthread key"Cherry Mui
2023-03-30runtime/trace: enable frame pointer unwinding on amd64Felix Geisendörfer
2023-03-30runtime: fix frame pointer loop on amd64Felix Geisendörfer
2023-03-24runtime/cgo: store M for C-created thread in pthread keydoujiang24
2023-03-13runtime: remove NOFRAME from asmcgocall, systemstack and mcallqmuntal
2023-02-24cmd/compile: batch write barrier callsKeith Randall
2023-02-17cmd/compile: move raw writes out of write barrier codeKeith Randall
2023-02-17runtime: remove the restriction that write barrier ptrs come in pairsKeith Randall
2023-02-08runtime: correct typosOleksandr Redko
2023-01-25runtime: mark amd64 runtime·rt0_go as NOFRAMEqmuntal
2023-01-24runtime: use explicit NOFRAME on windows/amd64qmuntal
2023-01-24runtime: switch AMD64's publicationBarrier to ABIInternalJakub Ciolek