aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/asm_amd64.s
AgeCommit message (Expand)Author
2021-11-16runtime: check GOAMD64 compatibility after setting up TLSKeith Randall
2021-11-02runtime: check amd64 microarchitecture level at startupvpachkov
2021-08-23runtime: use RDTSCP for instruction stream serialized read of TSCMartin Möhrmann
2021-08-16runtime: make asmcgocall g0/gsignal checks consistentJoel Sing
2021-08-11[dev.typeparams] runtime, internal/bytealg: remove regabi fallback code on AMD64Cherry Mui
2021-08-03[dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loopAustin Clements
2021-07-30[dev.typeparams] Revert "[dev.typeparams] runtime,cmd/compile,cmd/link: repla...Austin Clements
2021-07-30[dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loopAustin Clements
2021-07-30[dev.typeparams] runtime: use func() for deferred functionsAustin Clements
2021-06-11[dev.typeparams] all: always enable regabig on AMD64Cherry Mui
2021-06-08[dev.typeparams] cmd/compile, runtime: remove the siz argument of newproc/def...Cherry Mui
2021-05-21[dev.typeparams] runtime: use internal/abi.FuncPCABI0 to take address of asse...Cherry Mui
2021-05-20[dev.typeparams] cmd/compile, runtime: do not zero X15 on Plan 9Cherry Mui
2021-04-23cmd/compile, internal/abi: add FuncPCABIxxx intrinsicsCherry Zhang
2021-04-22runtime: call cgocallbackg indirectlyCherry Zhang
2021-04-21cmd/compile: allow conversion from slice to array ptrJosh Bleecher Snyder
2021-04-19runtime: open up space for callee's arg spill slot in mcall (regabi version)Cherry Zhang
2021-04-15runtime: unify C->Go ABI transitionsAustin Clements
2021-04-15runtime: minor refactoring of _rt0_amd64_libAustin Clements
2021-04-14runtime: update debug call protocol for register ABIMichael Anthony Knyszek
2021-04-12runtime: port performance-critical functions to regabiAustin Clements
2021-04-08runtime: use register ABI in panicIndex/Slice functionsCherry Zhang
2021-04-08runtime: set up read-only dummy TLS space for needm on WindowsMichael Anthony Knyszek
2021-04-08cmd/asm,runtime: reduce spellings of GOEXPERIMENTsAustin Clements
2021-04-06runtime: make reflectcall ABI0 on amd64Michael Anthony Knyszek
2021-04-02reflect: add register ABI support for makeFuncStub and methodValueCallMichael Anthony Knyszek
2021-04-01runtime: fix uses of ABIInternal PCs in assemblyAustin Clements
2021-03-24runtime: bypass ABI wrapper when calling needm on WindowsMichael Anthony Knyszek
2021-03-18all: explode GOEXPERIMENT=regabi into 5 sub-experimentsAustin Clements
2021-03-05reflect: use global variables for register countMichael Anthony Knyszek
2021-02-19runtime: fix spurious stack overflow detectionRuss Cox
2021-02-19runtime: use TOPFRAME to identify top-of-frame functionsRuss Cox
2021-02-19runtime: remove unnecessary writes to gp.sched.gRuss Cox
2021-02-19runtime: unify asmcgocall and systemstack traceback setupRuss Cox
2021-02-19runtime: clean up system calls during cgo callback initRuss Cox
2021-02-16[dev.regabi] runtime: stub out spillArgs and unspillArgsMichael Anthony Knyszek
2021-02-16[dev.regabi] reflect: support for register ABI on amd64 for reflect.(Value).CallMichael Anthony Knyszek
2021-02-08[dev.regabi] runtime: use g register in some assembly functions on AMD64Cherry Zhang
2021-02-08[dev.regabi] runtime: initialize special registers before sigpanicCherry Zhang
2021-02-08[dev.regabi] cmd/compile, runtime: reserve R14 as g registers on AMD64Cherry Zhang
2021-02-05[dev.regabi] runtime: delete gosave functionCherry Zhang
2021-02-05[dev.regabi] runtime: don't mark rt0_go ABIInternalCherry Zhang
2021-01-22[dev.regabi] all: merge master (dab3e5a) into dev.regabiMatthew Dempsky
2021-01-19cmd/link,runtime: switch openbsd/amd64 to pthreadsJoel Sing
2020-12-22[dev.regabi] runtime: fix ABI targets in runtime.panic{Index,Slice} shimsThan McIntosh
2020-10-30reflect,runtime: use internal ABI for selected ASM routines, attempt 2Than McIntosh
2020-10-29Revert "reflect,runtime: use internal ABI for selected ASM routines"Than McIntosh
2020-10-29reflect,runtime: use internal ABI for selected ASM routinesThan McIntosh
2020-10-26runtime: tidy cgocallbackAustin Clements
2020-10-26runtime,cmd/cgo: simplify C -> Go call pathAustin Clements