summaryrefslogtreecommitdiff
path: root/src/runtime/asm_s390x.s
Commit message (Expand)AuthorAgeFilesLines
* runtime/cgo: store M for C-created thread in pthread keyCherry Mui2023-05-171-4/+28
* Revert "runtime/cgo: store M for C-created thread in pthread key"Chressie Himpel2023-05-051-28/+4
* runtime/cgo: store M for C-created thread in pthread keyMichael Pratt2023-04-261-4/+28
* runtime: tidy _Stack* constant namingAustin Clements2023-04-211-1/+1
* Revert "runtime: tidy _Stack* constant naming"Austin Clements2023-04-201-1/+1
* runtime: tidy _Stack* constant namingAustin Clements2023-04-201-1/+1
* Revert "runtime/cgo: store M for C-created thread in pthread key"Michael Pratt2023-04-171-28/+4
* runtime/cgo: store M for C-created thread in pthread keydoujiang242023-04-031-4/+28
* Revert "runtime/cgo: store M for C-created thread in pthread key"Cherry Mui2023-03-311-28/+4
* runtime/cgo: store M for C-created thread in pthread keydoujiang242023-03-241-4/+28
* cmd/compile: batch write barrier callsKeith Randall2023-02-241-10/+34
* cmd/compile: move raw writes out of write barrier codeKeith Randall2023-02-171-2/+0
* runtime: remove the restriction that write barrier ptrs come in pairsKeith Randall2023-02-171-7/+7
* cmd/internal/obj/s390x, runtime: fix breakpoint in s390xSrinivas Pokala2023-01-201-1/+1
* runtime: mark morestack_noctxt SPWRITE on LR architecturesCherry Mui2022-08-251-0/+7
* cmd/compile, runtime: mark R1 as clobbered for write barrier callCherry Mui2021-11-151-6/+4
* runtime: make asmcgocall g0/gsignal checks consistentJoel Sing2021-08-161-4/+7
* [dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loopAustin Clements2021-08-031-15/+0
* [dev.typeparams] Revert "[dev.typeparams] runtime,cmd/compile,cmd/link: repla...Austin Clements2021-07-301-0/+15
* [dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loopAustin Clements2021-07-301-15/+0
* [dev.typeparams] cmd/compile, runtime: remove the siz argument of newproc/def...Cherry Mui2021-06-081-4/+3
* cmd/compile: allow conversion from slice to array ptrJosh Bleecher Snyder2021-04-211-0/+4
* runtime: fix spurious stack overflow detectionRuss Cox2021-02-191-1/+1
* runtime: use TOPFRAME to identify top-of-frame functionsRuss Cox2021-02-191-1/+5
* runtime: remove unnecessary writes to gp.sched.gRuss Cox2021-02-191-4/+7
* runtime: unify asmcgocall and systemstack traceback setupRuss Cox2021-02-191-16/+13
* [dev.regabi] reflect: support for register ABI on amd64 for reflect.(Value).CallMichael Anthony Knyszek2021-02-161-11/+12
* [dev.regabi] runtime: delete gosave functionCherry Zhang2021-02-051-15/+0
* runtime,cmd/cgo: simplify C -> Go call pathAustin Clements2020-10-261-35/+19
* runtime: define and use call16 everywhereAustin Clements2020-10-051-0/+2
* runtime: switch default order of hashing algorithmsKeith Randall2019-08-291-8/+8
* runtime: fix scattered non-tab indentation in assemblyRuss Cox2019-06-061-2/+2
* runtime: fix vet complaints for linux/arm64, linux/mips*, linux/ppc64*, linux...Russ Cox2019-05-091-3/+0
* cmd/link, runtime: mark goexit as the top of the call stackMichael Munday2019-04-151-1/+1
* cmd/compile,runtime: provide index information on bounds check failureKeith Randall2019-03-181-0/+70
* runtime, reflect: access runtime.reflectcall directlyAustin Clements2018-11-121-3/+0
* cmd/compile: intrinsify runtime.getcallerpc on all link register architecturesWei Xiao2018-05-021-5/+0
* cmd/compile: allow R11 to be allocated on s390xMichael Munday2018-05-011-31/+17
* runtime: make throw safer to callAustin Clements2018-03-081-0/+1
* internal/bytealg: move short string Index implementations into bytealgKeith Randall2018-03-041-224/+0
* internal/bytealg: move compare functions to bytealgKeith Randall2018-03-041-61/+0
* internal/bytealg: move equal functions to bytealgKeith Randall2018-03-031-98/+0
* internal/bytealg: move IndexByte asssembly to the new bytealg packageKeith Randall2018-03-021-102/+0
* runtime: buffered write barrier for s390xAustin Clements2018-02-131-0/+66
* cmd/link: enable c-shared and c-archive mode on s390xBill O'Farrell2017-11-171-0/+77
* runtime: remove unnecessary sync from publicationBarrier on s390xBill O'Farrell2017-10-301-1/+2
* runtime: make systemstack tail call if already switchedAustin Clements2017-10-301-2/+5
* runtime: remove write barriers from newstack, gogoAustin Clements2017-10-291-15/+3
* runtime: remove getcallerpc argumentAustin Clements2017-09-221-3/+3
* cmd/compile: replace eqstring with memequalMartin Möhrmann2017-08-221-12/+0