aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/asm_mips64x.s
AgeCommit message (Expand)Author
2018-02-13runtime: buffered write barrier for mips64Austin Clements
2018-02-12runtime: use NOFRAME on mips and mips64Austin Clements
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-10-28runtime: add deletion barriers on gobuf.ctxtAustin Clements
2016-10-26runtime: simplify reflectcall write barriersAustin Clements
2016-10-24runtime: make morestack less subtleAustin Clements
2016-10-17runtime: print a message on bad morestackAustin Clements
2016-09-26runtime: implement getcallersp in GoAustin Clements
2016-08-30runtime: rename fastrand1 to fastrandJosh Bleecher Snyder
2016-08-30cmd/compile, runtime, etc: get rid of constant FP registersCherry Zhang
2016-08-25all: fix assembly vet issuesJosh Bleecher Snyder
2016-05-04runtime: add linux/mips64x cgo supportCherry Zhang
2016-05-01cmd/link, runtime: add external linking support for linux/mips64xCherry Zhang
2016-05-01cmd/internal/obj/mips, runtime: change REGTMP to R23Cherry Zhang
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-23runtime: unify memeq and memequalKeith Randall
2016-01-11runtime: fix arm/arm64/ppc64/mips64 to dropm when necessaryIan Lance Taylor
2015-11-25runtime: check that masks and shifts are correct alignedShenghou Ma
2015-11-12runtime: added assembly part of linux/mips64{,le} supportYao Zhang