index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
asm_mips64x.s
Age
Commit message (
Expand
)
Author
2018-02-13
runtime: buffered write barrier for mips64
Austin Clements
2018-02-12
runtime: use NOFRAME on mips and mips64
Austin Clements
2017-10-30
runtime: make systemstack tail call if already switched
Austin Clements
2017-10-29
runtime: remove write barriers from newstack, gogo
Austin Clements
2017-09-22
runtime: remove getcallerpc argument
Austin Clements
2017-08-22
cmd/compile: replace eqstring with memequal
Martin Möhrmann
2017-08-11
runtime, cmd/compile: add intrinsic getclosureptr
Cholerae Hu
2017-08-08
runtime: remove unused prefetch functions
Martin Möhrmann
2017-03-07
cmd/compile, runtime: simplify multiway select implementation
Matthew Dempsky
2017-02-14
runtime: remove stack barriers
Austin Clements
2017-02-10
runtime: implement fastrand in go
Sokolov Yura
2016-10-28
runtime: add deletion barriers on gobuf.ctxt
Austin Clements
2016-10-26
runtime: simplify reflectcall write barriers
Austin Clements
2016-10-24
runtime: make morestack less subtle
Austin Clements
2016-10-17
runtime: print a message on bad morestack
Austin Clements
2016-09-26
runtime: implement getcallersp in Go
Austin Clements
2016-08-30
runtime: rename fastrand1 to fastrand
Josh Bleecher Snyder
2016-08-30
cmd/compile, runtime, etc: get rid of constant FP registers
Cherry Zhang
2016-08-25
all: fix assembly vet issues
Josh Bleecher Snyder
2016-05-04
runtime: add linux/mips64x cgo support
Cherry Zhang
2016-05-01
cmd/link, runtime: add external linking support for linux/mips64x
Cherry Zhang
2016-05-01
cmd/internal/obj/mips, runtime: change REGTMP to R23
Cherry Zhang
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-02-23
runtime: unify memeq and memequal
Keith Randall
2016-01-11
runtime: fix arm/arm64/ppc64/mips64 to dropm when necessary
Ian Lance Taylor
2015-11-25
runtime: check that masks and shifts are correct aligned
Shenghou Ma
2015-11-12
runtime: added assembly part of linux/mips64{,le} support
Yao Zhang
[prev]