aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/asm_amd64.s
AgeCommit message (Expand)Author
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
2020-10-05runtime: define and use call16 everywhereAustin Clements
2020-04-29runtime: use conservative scanning for debug callsAustin Clements
2020-03-31cmd/compile, runtime: use more registers for amd64 write barrier callsJosh Bleecher Snyder
2020-03-13cmd/asm, cmd/compile, runtime: add -spectre=ret modeRuss Cox
2020-02-13runtime: fix fallback logic for aeshash on 32/64 bitKeith Randall
2019-08-29runtime: switch default order of hashing algorithmsKeith Randall
2019-05-09runtime: fix vet complaints for linux/amd64Russ Cox
2019-04-30all: add new GOOS=illumos, split out of GOOS=solarisJoshua M. Clulow
2019-04-29runtime: whitelist debugCall32..debugCall65536 in debugCallCheckAlessandro Arzilli
2019-04-10runtime: correct the TLS base offset on AndroidElias Naur
2019-04-08runtime,runtime/cgo: set up TLS storage for Android Q without cgoElias Naur
2019-03-29cmd/link/ld,cmd/internal/obj,runtime: make the Android TLS offset dynamicElias Naur
2019-03-18cmd/compile,runtime: provide index information on bounds check failureKeith Randall