- e2543ef runtime: add runtime.cmpstring and bytes.Compare by Dave Cheney · 10 years ago
- 3b00197 runtime: add argument sizes for asm functions for bytes, strings by Shenghou Ma · 10 years ago
- 894024f runtime: fix traceback from goexit1 by Dmitry Vyukov · 10 years ago
- 7abdc90 runtime: remove gogetcallerpc and gogetcallersp functions by Matthew Dempsky · 10 years ago
- c21f1d5 [dev.cc] runtime,syscall: quiet some more vet errors by Rob Pike · 10 years ago
- 345350b [dev.cc] cmd/asm: make 4(SP) illegal except on 386 by Rob Pike · 10 years ago
- 69ddb7a [dev.cc] all: edit assembly source for ARM to be more regular by Rob Pike · 10 years ago
- 0661143 liblink, runtime: move all references to runtime.tlsg to tls_arm.s by Shenghou Ma · 10 years ago
- 135ef49 runtime: speed up eqstring by Josh Bleecher Snyder · 10 years ago
- f15c675 runtime: use runtime.sysargs to parse auxv on linux/arm by Dave Cheney · 10 years ago
- d5e4c40 runtime: remove size argument from hash and equal algorithms by Keith Randall · 10 years ago
- a6a30fe runtime: fix build for ARM by Shenghou Ma · 10 years ago
- df027ac reflect: add write barriers by Russ Cox · 10 years ago
- e6d3511 Revert "liblink, cmd/ld, runtime: remove stackguard1" by Russ Cox · 10 years ago
- ab0535a liblink, cmd/ld, runtime: remove stackguard1 by Shenghou Ma · 10 years ago
- 7a524a1 runtime: remove thunk.s by Russ Cox · 10 years ago
- 8c3f640 [dev.garbage] runtime: add prefetcht0, prefetcht1, prefetcht2, prefetcht3, prefetchnta for GC by Russ Cox · 10 years ago
- 3e80463 [dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.cc by Russ Cox · 10 years ago
- 656be31 [dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstack by Russ Cox · 10 years ago
- c81d248 [dev.cc] runtime: convert softfloat_arm.c to Go + build fixes by Russ Cox · 10 years ago
- 15ced2d [dev.cc] runtime: convert assembly files for C to Go transition by Russ Cox · 10 years ago
- 31b1207 [dev.power64] all: merge default into dev.power64 by Austin Clements · 10 years ago
- a5a0733 runtime: change top-most return PC from goexit to goexit+PCQuantum by Russ Cox · 10 years ago
- 599199f [dev.power64] all: merge default (dd5014ed9b01) into dev.power64 by Russ Cox · 10 years ago
- c4efaac runtime: fix unrecovered panic on external thread by Russ Cox · 10 years ago
- b55791e [dev.power64] cmd/5a, cmd/6a, cmd/8a, cmd/9a: make labels function-scoped by Russ Cox · 10 years ago
- b60d5e1 runtime: warn that cputicks() might not be monotonic. by Keith Randall · 10 years ago
- cb6f5ac runtime: remove hand-generated ptr bitmaps for reflectcall by Russ Cox · 10 years ago
- 2b1659b runtime: change Windows M.thread from void* to uintptr by Russ Cox · 10 years ago
- e1364a6 runtime: fix cgo_topofstack to save clobbered registers by Keith Randall · 11 years ago
- 1aa65fe runtime: add load_g call in arm callback. by Keith Randall · 11 years ago
- 1b6807b cgo: adjust return value location to account for stack copies. by Keith Randall · 11 years ago
- c486d41 runtime: fix runtime.Breakpoint on ARMv5 by Dave Cheney · 11 years ago
- 653fb6d liblink: make GO_ARGS the default for functions beginning with · by Russ Cox · 11 years ago
- 40dd6bf runtime: mark asmcgocall<>(SB) as having no arguments by Russ Cox · 11 years ago
- e844f53 runtime: stop scanning stack frames/args conservatively by Russ Cox · 11 years ago
- 47f251c runtime: fix cgo to handle the case where the G stack is copied. by Keith Randall · 11 years ago
- 1d550b8 runtime: allow crash from gsignal stack by Russ Cox · 11 years ago
- 1a5e394 runtime: more cleanups by Keith Randall · 11 years ago
- 15b76ad runtime: assume precisestack, copystack, StackCopyAlways, ScanStackByFrames by Russ Cox · 11 years ago
- 5263198 runtime: a few cleanups. by Keith Randall · 11 years ago
- c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/runtime/asm_arm.s]
- b4bfa6c runtime: save g to TLS more aggressively by Russ Cox · 11 years ago
- 8473695 runtime: fix panic/wrapper/recover math by Russ Cox · 11 years ago
- f8f630f runtime: use reflect.call during panic instead of newstackcall by Russ Cox · 11 years ago
- cb040d5 runtime: use new #include "textflag.h" by Russ Cox · 11 years ago
- d16a2ad runtime: do not stop traceback at onM by Russ Cox · 11 years ago
- db58ab9 runtime: more C to Go conversion adjustments by Russ Cox · 11 years ago
- a915cb4 runtime: fix onM test for curg on arm by Russ Cox · 11 years ago
- 32ecf57 runtime: reject onM calls from gsignal stack by Russ Cox · 11 years ago
- cb76724 runtime: refactor/fix asmcgocall/asmcgocall_errno by Russ Cox · 11 years ago
- f440737 runtime: deferproc/deferreturn in Go by Keith Randall · 11 years ago
- 54138e1 cmd/cgo, runtime: write cgo stub wrappers in Go, not C by Russ Cox · 11 years ago
- 012ceed runtime: make onM and mcall take Go func values by Russ Cox · 11 years ago
- 7ba41e9 runtime: convert a few traceback-related functions from proc.c to traceback.go by Russ Cox · 11 years ago
- 3306d11 runtime: unify fastrand1 and fastrand2 by Keith Randall · 11 years ago
- 47d6af2 runtime: convert chanrecv to Go by Keith Randall · 11 years ago
- d4df63c runtime: convert type algorithms to Go by Dmitriy Vyukov · 11 years ago
- 3a7f664 runtime: convert lock*.c to Go by Russ Cox · 11 years ago
- 45c819b runtime: fix arm build by Russ Cox · 11 years ago
- d21638b cmd/cc, runtime: preserve C runtime type names in generated Go by Russ Cox · 11 years ago
- 25f6b02 cmd/cc, runtime: convert C compilers to use Go calling convention by Russ Cox · 11 years ago
- 39ffa8b runtime: convert Stack to Go. by Rémy Oudompheng · 11 years ago
- 22af2b8e runtime: fix arm build by Russ Cox · 11 years ago
- 684de04 runtime: convert common scheduler functions to Go by Dmitriy Vyukov · 11 years ago
- 339a24d runtime: fix typo in comment by Josh Bleecher Snyder · 11 years ago
- 7aa4e5a runtime: convert equality functions to Go by Keith Randall · 11 years ago
- a2a9768 runtime: convert hash functions to Go calling convention. by Keith Randall · 11 years ago
- aff7883 runtime: fix assembler macro definitions to be consistent in use of center-dot by Rob Pike · 11 years ago
- 4aa5043 runtime: rewrite malloc in Go. by Keith Randall · 11 years ago
- 0c6b55e runtime: convert map implementation to Go. by Keith Randall · 11 years ago
- d1177ed runtime: nacl/arm support. by Shenghou Ma · 11 years ago
- 12b990b cmd/go, cmd/ld, runtime, os/user: TLS emulation for android by David Crawshaw · 11 years ago
- 5495102 runtime: update arm comments now register m is gone by David Crawshaw · 11 years ago
- 89f185f all: remove 'extern register M *m' from runtime by Russ Cox · 11 years ago
- 14c8143 runtime: fix gogetcallerpc. by Keith Randall · 11 years ago
- 61dca94 runtime: implement string ops in Go by Keith Randall · 11 years ago
- b36ed90 runtime: implement eqstring in assembly. by Keith Randall · 11 years ago
- 597f87c runtime: do not trace past jmpdefer during pprof traceback on arm by Russ Cox · 11 years ago
- cee8bca runtime: provide gc maps for the reflect.callXX frames. by Keith Randall · 11 years ago
- 51b72d9 runtime: use duff zero and copy to initialize memory by Keith Randall · 11 years ago
- 350a8fc runtime: make MemStats.LastGC Unix time again by Dmitriy Vyukov · 11 years ago
- 72c5d5e reflect, runtime: fix crash in GC due to reflect.call + precise GC by Russ Cox · 11 years ago
- f884e15 runtime: fix arm build (B not JMP) by Russ Cox · 11 years ago
- c2dd33a cmd/ld: clear unused ctxt before morestack by Russ Cox · 11 years ago
- b377c9c liblink, runtime: fix cgo on arm by Russ Cox · 11 years ago
- dab127b liblink: remove use of linkmode on ARM by Russ Cox · 11 years ago
- d2fe44d runtime: load runtime.goarm as a byte, not a word by Dave Cheney · 11 years ago
- 4230044 runtime: remove non-extern decls of runtime.goarm by Russ Cox · 11 years ago
- 7276c02 runtime, cmd/gc, cmd/ld: ignore method wrappers in recover by Russ Cox · 12 years ago
- 32b770b runtime: jump to badmcall instead of calling it. by Keith Randall · 12 years ago
- 4523373 runtime.cmd/ld: Add ARM external linking and implement -shared in terms of external linking by Elias Naur · 12 years ago
- 92254d4 runtime: fix ARM assembly formatting by Dmitriy Vyukov · 12 years ago
- a97a91d runtime: Record jmpdefer's argument size. Fixes bug 6055. by Keith Randall · 12 years ago
- 5a54696 cmd/ld: Put the textflag constants in a separate file. by Keith Randall · 12 years ago
- 12e46e4 runtime: don't mark the new call trampolines as NOSPLIT. by Keith Randall · 12 years ago
- 598c789 strings: use runtime assembly for IndexByte by Brad Fitzpatrick · 12 years ago
- 9cd5706 runtime: reimplement reflect.call to not use stack splitting. by Keith Randall · 12 years ago
- e2a1bd6 bytes: move IndexByte assembly to pkg runtime by Brad Fitzpatrick · 12 years ago
- 13507e0 runtime: fix traceback across morestack by Russ Cox · 12 years ago