summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | [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-14399-68724/+21902
| | |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |
| | | * | | | | | | | | [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
| | | * | | | | | | | | [dev.cc] cmd/gc: changes for removing runtime C codeRuss Cox2014-11-117-52/+287
| | | * | | | | | | | | [dev.cc] cmd/cgo: generate only Go source filesRuss Cox2014-11-112-85/+70
| | | * | | | | | | | | [dev.cc] reflect: interfaces contain only pointersRuss Cox2014-11-112-15/+7
| | | * | | | | | | | | [dev.cc] cmd/5c, cmd/6c, cmd/8c, cmd/cc: removeRuss Cox2014-11-1059-42713/+0
| | | |/ / / / / / / /
| * | | | | | | | | | [dev.power64] liblink: fix Solaris builddev.power64Austin Clements2014-11-141-1/+1
| * | | | | | | | | | [dev.power64] 6g,9g: formatters for Prog and Addr detailsAustin Clements2014-11-147-1/+90
| * | | | | | | | | | [dev.power64] liblink: generate dnames[5689] for D_* constantsAustin Clements2014-11-141-3/+82
| * | | | | | | | | | [dev.power64] 5g,6g,8g,9g: debug prints for regopt pass 6 and paint2Austin Clements2014-11-147-50/+94
| * | | | | | | | | | [dev.power64] 5g,6g,8g: synchronize documentation for regopt structuresAustin Clements2014-11-143-20/+68
| |/ / / / / / / / /
| * | | | | | | | | [dev.power64] 9g: implement regoptAustin Clements2014-11-132-29/+1232
| * | | | | | | | | [dev.power64] 9l: remove enum as's tag for c2goAustin Clements2014-11-131-2/+2