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_arm.s
Age
Commit message (
Expand
)
Author
2017-06-09
runtime: YIELD in procyield on ARM
Austin Clements
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-25
all: fix assembly vet issues
Josh Bleecher Snyder
2016-05-31
runtime: fix restoring PC in ARM version of cgocallback_gofunc
Ian Lance Taylor
2016-04-29
cmd/cgo, runtime, runtime/cgo: use cgo context function
Ian Lance Taylor
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-02-24
all: fix typos and spelling
Martin Möhrmann
2016-02-23
runtime: unify memeq and memequal
Keith Randall
2016-01-27
runtime: remove redundant empty function call from Breakpoint on arm
Richard Miller
2016-01-27
cmd/link: correct byte ordering in plan9_arm object header
Richard Miller
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-10
runtime: break atomics out into package runtime/internal/atomic
Michael Matloob
2015-11-08
cmd/link, runtime: arm implementation of addmoduledata
Michael Hudson-Doyle
2015-10-26
runtime: use a 64kb system stack on arm
David Crawshaw
2015-09-07
runtime: add stub sigreturn on arm
Michael Hudson-Doyle
2015-08-24
runtime: check pointer equality in arm cmpbody
Dave Cheney
2015-08-07
runtime: run on GOARM=5 and GOARM=6 uniprocessor freebsd/arm systems
Russ Cox
2015-07-31
runtime: fix systemstack tracebacks on nacl/arm
Russ Cox
2015-07-30
runtime, sync/atomic: add memory barriers in arm cas routines
Russ Cox
2015-07-30
runtime: replace divide with multiply in runtime.usleep on arm
Russ Cox
2015-06-19
runtime: ensure GC sees type-safe memory on weak machines
Austin Clements
2015-06-19
runtime: rename cgocall_errno and asmcgocall_errno into cgocall and asmcgocall
Alex Brainman
2015-06-18
runtime: remove cgocall and asmcgocall
Alex Brainman
2015-06-04
runtime, cmd/internal/obj/arm: improve arm function prologue
Josh Bleecher Snyder
2015-06-02
runtime: implement GC stack barriers
Austin Clements
2015-04-29
runtime: tail call into memeq/cmp body implementations
Keith Randall
2015-04-07
cmd/internal/gc: inline runtime.getg
Russ Cox
2015-04-02
runtime: auto-generate duff routines
Josh Bleecher Snyder
2015-03-30
runtime: rename ·main·f to ·mainPC to avoid duplicate symbol
Michael Hudson-Doyle
2015-03-25
runtime: add runtime.cmpstring and bytes.Compare
Dave Cheney
2015-03-07
runtime: add argument sizes for asm functions for bytes, strings
Shenghou Ma
2015-02-28
runtime: fix traceback from goexit1
Dmitry Vyukov
2015-02-25
runtime: remove gogetcallerpc and gogetcallersp functions
Matthew Dempsky
2015-02-20
[dev.cc] runtime,syscall: quiet some more vet errors
Rob Pike
2015-02-18
[dev.cc] cmd/asm: make 4(SP) illegal except on 386
Rob Pike
2015-02-13
[dev.cc] all: edit assembly source for ARM to be more regular
Rob Pike
2015-02-09
liblink, runtime: move all references to runtime.tlsg to tls_arm.s
Shenghou Ma
2015-02-06
runtime: speed up eqstring
Josh Bleecher Snyder
2015-01-14
runtime: use runtime.sysargs to parse auxv on linux/arm
Dave Cheney
2015-01-07
runtime: remove size argument from hash and equal algorithms
Keith Randall
2015-01-06
runtime: fix build for ARM
Shenghou Ma
[prev]
[next]