aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/asm_arm.s
AgeCommit message (Expand)Author
2015-07-31runtime: fix systemstack tracebacks on nacl/armRuss Cox
2015-07-30runtime, sync/atomic: add memory barriers in arm cas routinesRuss Cox
2015-07-30runtime: replace divide with multiply in runtime.usleep on armRuss Cox
2015-06-19runtime: ensure GC sees type-safe memory on weak machinesAustin Clements
2015-06-19runtime: rename cgocall_errno and asmcgocall_errno into cgocall and asmcgocallAlex Brainman
2015-06-18runtime: remove cgocall and asmcgocallAlex Brainman
2015-06-04runtime, cmd/internal/obj/arm: improve arm function prologueJosh Bleecher Snyder
2015-06-02runtime: implement GC stack barriersAustin Clements
2015-04-29runtime: tail call into memeq/cmp body implementationsKeith Randall
2015-04-07cmd/internal/gc: inline runtime.getgRuss Cox
2015-04-02runtime: auto-generate duff routinesJosh Bleecher Snyder
2015-03-30runtime: rename ·main·f to ·mainPC to avoid duplicate symbolMichael Hudson-Doyle
2015-03-25runtime: add runtime.cmpstring and bytes.CompareDave Cheney
2015-03-07runtime: add argument sizes for asm functions for bytes, stringsShenghou Ma
2015-02-28runtime: fix traceback from goexit1Dmitry Vyukov
2015-02-25runtime: remove gogetcallerpc and gogetcallersp functionsMatthew Dempsky
2015-02-20[dev.cc] runtime,syscall: quiet some more vet errorsRob Pike
2015-02-18[dev.cc] cmd/asm: make 4(SP) illegal except on 386Rob Pike
2015-02-13[dev.cc] all: edit assembly source for ARM to be more regularRob Pike
2015-02-09liblink, runtime: move all references to runtime.tlsg to tls_arm.sShenghou Ma
2015-02-06runtime: speed up eqstringJosh Bleecher Snyder
2015-01-14runtime: use runtime.sysargs to parse auxv on linux/armDave Cheney
2015-01-07runtime: remove size argument from hash and equal algorithmsKeith Randall
2015-01-06runtime: fix build for ARMShenghou Ma
2015-01-06reflect: add write barriersRuss Cox
2015-01-05Revert "liblink, cmd/ld, runtime: remove stackguard1"Russ Cox
2014-12-29liblink, cmd/ld, runtime: remove stackguard1Shenghou Ma
2014-12-23runtime: remove thunk.sRuss Cox
2014-11-21[dev.garbage] runtime: add prefetcht0, prefetcht1, prefetcht2, prefetcht3, pr...Russ Cox
2014-11-14[dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.ccRuss Cox
2014-11-12[dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstackRuss Cox
2014-11-11[dev.cc] runtime: convert softfloat_arm.c to Go + build fixesRuss Cox
2014-11-11[dev.cc] runtime: convert assembly files for C to Go transitionRuss Cox
2014-11-03[dev.power64] all: merge default into dev.power64Austin Clements
2014-10-29runtime: change top-most return PC from goexit to goexit+PCQuantumRuss Cox
2014-10-29[dev.power64] all: merge default (dd5014ed9b01) into dev.power64Russ Cox
2014-10-28runtime: fix unrecovered panic on external threadRuss Cox
2014-10-28[dev.power64] cmd/5a, cmd/6a, cmd/8a, cmd/9a: make labels function-scopedRuss Cox
2014-10-21runtime: warn that cputicks() might not be monotonic.Keith Randall
2014-10-15runtime: remove hand-generated ptr bitmaps for reflectcallRuss Cox
2014-10-07runtime: change Windows M.thread from void* to uintptrRuss Cox
2014-09-28runtime: fix cgo_topofstack to save clobbered registersKeith Randall
2014-09-25runtime: add load_g call in arm callback.Keith Randall
2014-09-25cgo: adjust return value location to account for stack copies.Keith Randall
2014-09-23runtime: fix runtime.Breakpoint on ARMv5Dave Cheney
2014-09-16liblink: make GO_ARGS the default for functions beginning with ·Russ Cox
2014-09-14runtime: mark asmcgocall<>(SB) as having no argumentsRuss Cox
2014-09-12runtime: stop scanning stack frames/args conservativelyRuss Cox
2014-09-11runtime: fix cgo to handle the case where the G stack is copied.Keith Randall
2014-09-11runtime: allow crash from gsignal stackRuss Cox