summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * [dev.cc] 9a: make RET a synonym for RETURN; use "g" instead of "R30"Austin Clements2014-11-181-1/+2
| | * [dev.cc] cmd/9c: removeAustin Clements2014-11-1813-6787/+0
| | * [dev.cc] runtime: generate GOOS- and GOARCH-specific files with go generateRuss Cox2014-11-1827-79/+379
| | * [dev.cc] runtime: convert defs_linux_power64*.h to goRuss Cox2014-11-184-408/+372
| | * [dev.cc] runtime: two missed references to "M stack"Austin Clements2014-11-182-2/+2
| | * [dev.cc] cmd/gc: fix warning on Plan 9David du Colombier2014-11-171-1/+0
| | * [dev.cc] runtime: replace deleted netpollfd functionAlex Brainman2014-11-171-1/+1
| | * [dev.cc] cmd/8g: work around "out of fixed registers" on Plan 9David du Colombier2014-11-161-4/+6
| | * [dev.cc] runtime: fix _sfloat thunkDave Cheney2014-11-151-2/+3
| | * [dev.cc] runtime: fix bus error accessing auxv random data on arm5Dave Cheney2014-11-151-2/+5
| | * [dev.cc] liblink: fix warnings on Plan 9David du Colombier2014-11-143-8/+4
| | * [dev.cc] runtime: change set_sec to take int64Russ Cox2014-11-1412-22/+22
| | * [dev.cc] runtime: fix lfstack for amd64 addresses in top half of addr spaceRuss Cox2014-11-144-25/+60
| | * [dev.cc] runtime: fix linux buildRuss Cox2014-11-144-2/+14
| | * [dev.cc] runtime: convert dragonfly/amd64 port to GoJoel Sing2014-11-1510-470/+393
| | * [dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.ccRuss Cox2014-11-14419-74022/+22220
| | |\
| | | * [dev.cc] runtime: convert openbsd/386 port to GoJoel Sing2014-11-155-52/+82
| | | * [dev.cc] runtime: fix nil pointer crash handler bug on SolarisAram H?v?rneanu2014-11-141-1/+1
| | | * [dev.cc] runtime: convert netpoll_windows.c to GoAlex Brainman2014-11-143-167/+156
| | | * [dev.cc] runtime: convert openbsd/amd64 port to GoJoel Sing2014-11-1410-457/+409
| | | * [dev.cc] runtime: make SIGSYS notifiable on freebsd (again)Joel Sing2014-11-141-1/+1
| | | * [dev.cc] runtime: convert Solaris port to GoAram H?v?rneanu2014-11-1322-1231/+914
| | | * [dev.cc] runtime: convert mem_windows.c to GoAlex Brainman2014-11-132-132/+119
| | | * [dev.cc] runtime: add missing cb_max constAlex Brainman2014-11-131-0/+8
| | | * [dev.cc] [dev.cc] runtime: fix freebsd cgo __progname exportJoel Sing2014-11-121-2/+2
| | | * [dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstackRuss Cox2014-11-1236-422/+259
| | | * [dev.cc] runtime/cgo: add comment about import _ "unsafe"Russ Cox2014-11-126-6/+6
| | | * [dev.cc] runtime/cgo: fix freebsd build?Russ Cox2014-11-111-0/+3
| | | * [dev.cc] runtime: fix arm5 buildRuss Cox2014-11-111-1/+1
| | | * [dev.cc] runtime/cgo: add missing import _ "unsafe" for //go:linknameRuss Cox2014-11-113-0/+6
| | | * [dev.cc] runtime: convert freebsd to GoRuss Cox2014-11-1125-1008/+639
| | | * [dev.cc] runtime: convert softfloat_arm.c to Go + build fixesRuss Cox2014-11-116-707/+662
| | | * [dev.cc] runtime: bring back mgc0.hRuss Cox2014-11-111-0/+20
| | | * [dev.cc] runtime: convert arch-specific .c and .h files to GoRuss Cox2014-11-1116-1223/+298
| | | * [dev.cc] runtime: convert operating system support code from C to GoRuss Cox2014-11-1121-1501/+1248
| | | * [dev.cc] runtime: convert scheduler from C to GoRuss Cox2014-11-1112-3553/+3215
| | | * [dev.cc] runtime: convert race implementation from C to GoRuss Cox2014-11-116-389/+307
| | | * [dev.cc] runtime: convert parallel support code from C to GoRuss Cox2014-11-117-366/+281
| | | * [dev.cc] runtime: convert defs_$GOOS_$GOARCH.h to GoRuss Cox2014-11-1147-4143/+3914
| | | * [dev.cc] runtime: convert basic library routines from C to GoRuss Cox2014-11-117-649/+540
| | | * [dev.cc] build: disable API check until all systems buildRuss Cox2014-11-111-2/+2
| | | * [dev.cc] runtime: convert assembly files for C to Go transitionRuss Cox2014-11-1135-49/+124
| | | * [dev.cc] runtime: convert signal handlers from C to GoRuss Cox2014-11-1127-829/+882
| | | * [dev.cc] runtime/cgo: convert from C to GoRuss Cox2014-11-1112-146/+186
| | | * [dev.cc] runtime: convert header files to GoRuss Cox2014-11-119-1321/+821
| | | * [dev.cc] runtime: convert memory allocator and garbage collector to GoRuss Cox2014-11-1130-5690/+4922
| | | * [dev.cc] runtime: convert panic and stack code from C to GoRuss Cox2014-11-1110-1223/+1106
| | | * [dev.cc] cmd/dist: adjust for build process without cmd/ccRuss Cox2014-11-114-408/+68
| | | * [dev.cc] liblink: resolve bss vs other conflict regardless of order foundRuss Cox2014-11-111-9/+24
| | | * [dev.cc] cmd/go: adjust go, cgo builds & disable ccRuss Cox2014-11-111-32/+22