1
0
mirror of https://github.com/golang/go synced 2024-10-05 06:21:24 -06:00
go/src/pkg/runtime
Russ Cox 8fff9166f6 arm: enable all tests
ARM functionality is now completely working.
(Or if it's not, we'll fix it.)

R=ken2
CC=golang-dev
https://golang.org/cl/2738041
2010-10-25 21:25:13 -07:00
..
386 runtime: fix amd64 build (broke by 386 support for Plan 9) 2010-10-18 13:01:10 -04:00
amd64 runtime: fix argument dump in traceback 2010-10-07 06:45:40 -04:00
arm arm: enable all tests 2010-10-25 21:25:13 -07:00
darwin runtime: fix build 2010-09-28 20:50:00 -04:00
freebsd runtime: fix freebsd build 2010-09-28 21:37:12 -04:00
linux arm: fix signal handler 2010-10-26 01:32:36 +02:00
nacl runtime: add mmap of null page just in case 2010-09-28 20:30:01 -04:00
plan9 8l, runtime: initial support for Plan 9 2010-10-18 12:32:55 -04:00
pprof build: no required environment variables 2010-08-18 10:08:49 -04:00
tiny runtime: fix tiny build 2010-10-07 06:46:01 -04:00
windows fix windows build 2010-10-21 13:06:17 -04:00
cgocall.c cgo: bug fixes 2010-09-21 22:41:19 -04:00
cgocall.h Library support for cgo export. 2010-04-09 13:30:35 -07:00
chan.c runtime: don't let select split stack 2010-10-20 15:54:17 -04:00
complex.c complex divide: match C99 implementation 2010-06-18 15:46:00 -07:00
debug.go runtime: use manual stack for garbage collection 2010-09-07 09:57:22 -04:00
error.go runtime: print unknown types in panic 2010-10-22 17:04:32 -04:00
export_test.go arm: precise float64 software floating point 2010-10-25 17:55:50 -07:00
extern.go runtime: remove done TODO from SetFinalizer 2010-10-13 14:40:02 +11:00
float.c
goc2c.c runtime: correct line numbers for .goc files. 2010-08-18 00:16:05 +02:00
hashmap.c runtime: correct iteration of large map values 2010-10-06 11:54:41 -04:00
hashmap.h runtime: free old hashmap pieces during resizing 2010-05-24 14:31:10 -07:00
iface.c gc: new typechecking rules 2010-06-08 18:50:02 -07:00
Makefile arm: precise float64 software floating point 2010-10-25 17:55:50 -07:00
malloc.goc runtime: serialize mcache allocation 2010-09-30 14:09:19 -04:00
malloc.h runtime: add mmap of null page just in case 2010-09-28 20:30:01 -04:00
mcache.c runtime: use manual stack for garbage collection 2010-09-07 09:57:22 -04:00
mcentral.c runtime: clock garbage collection on bytes allocated, not pages in use 2010-03-08 14:15:44 -08:00
mfinal.c runtime: delete malx, skip_depth argument to malloc 2010-04-09 15:30:40 -07:00
mfixalloc.c runtime: more malloc statistics 2010-03-29 13:06:26 -07:00
mgc0.c runtime: use manual stack for garbage collection 2010-09-07 09:57:22 -04:00
mheap.c runtime: use manual stack for garbage collection 2010-09-07 09:57:22 -04:00
mheapmap32.c runtime: a couple more memory stats. 2010-03-29 17:30:07 -07:00
mheapmap32.h runtime: delete MHeapMapCache, which is useless 2010-02-10 21:23:08 -08:00
mheapmap64.c runtime: a couple more memory stats. 2010-03-29 17:30:07 -07:00
mheapmap64.h runtime: delete MHeapMapCache, which is useless 2010-02-10 21:23:08 -08:00
mkasmh.sh 8l, runtime: initial support for Plan 9 2010-10-18 12:32:55 -04:00
mkversion.c runtime: add GOOS, GOARCH; fix FuncLine 2010-09-02 14:19:12 -04:00
mprof.goc runtime: rename cgo2c, *.cgo to goc2c, *.goc 2010-04-20 17:03:25 -07:00
msize.c runtime: instrument malloc + garbage collector. 2010-02-08 14:32:22 -08:00
print.c runtime: print unknown types in panic 2010-10-22 17:04:32 -04:00
proc.c 6l: correct logic for morestack choice 2010-10-20 12:16:39 -07:00
reflect.goc runtime: rename cgo2c, *.cgo to goc2c, *.goc 2010-04-20 17:03:25 -07:00
rune.c
runtime1.goc runtime: split extern.go into debug.go, extern.go, sig.go. 2010-06-21 20:53:49 -07:00
runtime.c runtime: fix amd64 build (broke by 386 support for Plan 9) 2010-10-18 13:01:10 -04:00
runtime.h arm: precise float64 software floating point 2010-10-25 17:55:50 -07:00
sema.goc runtime: rename cgo2c, *.cgo to goc2c, *.goc 2010-04-20 17:03:25 -07:00
sig.go runtime: split extern.go into debug.go, extern.go, sig.go. 2010-06-21 20:53:49 -07:00
sigqueue.goc Only catch all signals if os/signal package imported. 2010-06-28 17:14:17 -07:00
slice.c gc: index bounds tests and fixes 2010-08-03 00:26:02 -07:00
softfloat64_test.go arm: precise float64 software floating point 2010-10-25 17:55:50 -07:00
softfloat64.go arm: precise float64 software floating point 2010-10-25 17:55:50 -07:00
string.goc gc: make string x + y + z + ... + w efficient 2010-09-12 00:53:04 -04:00
symtab.c 5l, 6l, 8l: link pclntab and symtab as ordinary rodata symbols 2010-10-19 18:07:19 -04:00
type.go 6l/8l: global and local variables and type info. 2010-10-24 23:07:52 +02:00
type.h reflect: add Kind, remove Int8Type, Int8Value, etc. 2010-06-20 12:16:25 -07:00