aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/asm_s390x.s
AgeCommit message (Expand)Author
2021-04-21cmd/compile: allow conversion from slice to array ptrJosh Bleecher Snyder
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-16[dev.regabi] reflect: support for register ABI on amd64 for reflect.(Value).CallMichael Anthony Knyszek
2021-02-05[dev.regabi] runtime: delete gosave functionCherry Zhang
2020-10-26runtime,cmd/cgo: simplify C -> Go call pathAustin Clements
2020-10-05runtime: define and use call16 everywhereAustin Clements
2019-08-29runtime: switch default order of hashing algorithmsKeith Randall
2019-06-06runtime: fix scattered non-tab indentation in assemblyRuss Cox
2019-05-09runtime: fix vet complaints for linux/arm64, linux/mips*, linux/ppc64*, linux...Russ Cox
2019-04-15cmd/link, runtime: mark goexit as the top of the call stackMichael Munday
2019-03-18cmd/compile,runtime: provide index information on bounds check failureKeith Randall
2018-11-12runtime, reflect: access runtime.reflectcall directlyAustin Clements
2018-05-02cmd/compile: intrinsify runtime.getcallerpc on all link register architecturesWei Xiao
2018-05-01cmd/compile: allow R11 to be allocated on s390xMichael Munday
2018-03-08runtime: make throw safer to callAustin Clements
2018-03-04internal/bytealg: move short string Index implementations into bytealgKeith Randall
2018-03-04internal/bytealg: move compare functions to bytealgKeith Randall
2018-03-03internal/bytealg: move equal functions to bytealgKeith Randall
2018-03-02internal/bytealg: move IndexByte asssembly to the new bytealg packageKeith Randall
2018-02-13runtime: buffered write barrier for s390xAustin Clements
2017-11-17cmd/link: enable c-shared and c-archive mode on s390xBill O'Farrell
2017-10-30runtime: remove unnecessary sync from publicationBarrier on s390xBill O'Farrell
2017-10-30runtime: make systemstack tail call if already switchedAustin Clements
2017-10-29runtime: remove write barriers from newstack, gogoAustin Clements
2017-09-22runtime: remove getcallerpc argumentAustin Clements
2017-08-22cmd/compile: replace eqstring with memequalMartin Möhrmann
2017-08-11runtime, cmd/compile: add intrinsic getclosureptrCholerae Hu
2017-08-08runtime: remove unused prefetch functionsMartin Möhrmann
2017-03-07cmd/compile, runtime: simplify multiway select implementationMatthew Dempsky
2017-02-14runtime: remove stack barriersAustin Clements
2017-02-10runtime: implement fastrand in goSokolov Yura
2016-11-23runtime/cgo: save correct floating point registers on s390xMichael Munday
2016-11-03runtime: fix s390x asm frame sizesJosh Bleecher Snyder
2016-11-03all: update s390x assembly to use vet-friendly namesJosh Bleecher Snyder
2016-11-01bytes, strings: optimize multi-byte index operations on s390xMichael Munday
2016-10-28runtime: add deletion barriers on gobuf.ctxtAustin Clements
2016-10-26runtime: simplify reflectcall write barriersAustin Clements
2016-10-25cmd, runtime: remove s390x 3 operand immediate logical opsMichael Munday
2016-10-24runtime: make morestack less subtleAustin Clements
2016-10-19runtime: get s390x vector facility availability from AT_HWCAPMichael Munday
2016-10-17runtime: print a message on bad morestackAustin Clements
2016-09-27reflect, runtime: optimize Value.Call on s390x and add benchmarkMichael Munday
2016-09-26runtime: implement getcallersp in GoAustin Clements
2016-09-12runtime, math/big: allow R0 on s390x to contain values other than 0Michael Munday
2016-09-09runtime: fix SIGILL in checkvectorfacility on s390xMichael Munday
2016-08-30runtime: rename fastrand1 to fastrandJosh Bleecher Snyder
2016-04-29cmd/cgo, runtime, runtime/cgo: use cgo context functionIan Lance Taylor