summaryrefslogtreecommitdiff
path: root/src/cmd/dist/buildruntime.c
Commit message (Expand)AuthorAgeFilesLines
* [dev.cc] runtime: generate GOOS- and GOARCH-specific files with go generateRuss Cox2014-11-181-60/+0
* [dev.cc] cmd/dist: adjust for build process without cmd/ccRuss Cox2014-11-111-299/+0
* cmd/cc, cmd/ld, runtime: disallow conservative data/bss objectsRuss Cox2014-09-241-0/+2
* runtime: remove duplicated Go constantsRuss Cox2014-09-161-2/+4
* runtime: assume precisestack, copystack, StackCopyAlways, ScanStackByFramesRuss Cox2014-09-091-0/+2
* build: adjustments for move from src/pkg to srcRuss Cox2014-09-081-1/+1
* runtime: use reflect.call during panic instead of newstackcallRuss Cox2014-09-051-0/+2
* cmd/dist: another attempt at textflag.hRuss Cox2014-09-041-1/+10
* cmd/dist: make textflag.h available in runtime, avoid android/linux conflictsRuss Cox2014-09-041-2/+16
* runtime: convert mprof.goc to mprof.goRuss Cox2014-09-011-1/+2
* runtime: include constants and defs_*_*.h types in generated Go defsRuss Cox2014-08-291-3/+18
* runtime: convert NewCallback and NewCallbackCDecl to GoAlex Brainman2014-08-251-0/+5
* runtime: keep build version around in binariesKeith Randall2014-07-211-1/+2
* runtime: convert map implementation to Go.Keith Randall2014-07-161-0/+2
* all: add GOOS=androidDavid Crawshaw2014-07-011-2/+6
* all: remove 'extern register M *m' from runtimeRuss Cox2014-06-261-3/+0
* liblink: introduce TLS register on 386 and amd64Russ Cox2014-04-151-88/+11
* cmd/dist: support building pkg/runtime/*.Shenghou Ma2014-03-051-1/+1
* cmd/dist: add missing Native Client bitsDave Cheney2014-02-281-2/+14
* runtime: use goc2c as much as possibleRuss Cox2014-02-201-3/+1
* runtime: add support for GOOS=solarisAram H?v?rneanu2014-01-171-3/+8
* build: disable precise collection of stack framesRuss Cox2013-09-161-1/+34
* cmd/dist: fix darwin buildRuss Cox2013-08-141-7/+6
* runtime.cmd/ld: Add ARM external linking and implement -shared in terms of ex...Elias Naur2013-08-141-3/+7
* cmd/dist: generate offsets for P structureRuss Cox2013-07-191-0/+2
* cmd/dist: allow assembly code to use enumerated constants.Keith Randall2013-07-121-1/+8
* runtime: do not generate code during runtime in windows NewCallbackAlex Brainman2013-06-241-0/+44
* cmd/5a, cmd/dist, runtime: support m/g in the assembler, drop support for R9/R10Shenghou Ma2013-05-301-2/+0
* cmd/ld: emit TLS relocations during external linkingIan Lance Taylor2013-03-271-3/+8
* cmd/dist: redirect acid output to file to separate from errorsRuss Cox2013-01-311-5/+15
* runtime: add support for panic/recover in Plan 9 note handlerAkshat Kumar2013-01-301-0/+6
* cmd/dist: use separate args for separate compiler flagsRuss Cox2013-01-021-8/+14
* cmd/dist, pkg/runtime: Plan 9, 64-bit: Get PID from TLS; remove use of `_tos'.Akshat Kumar2012-09-241-0/+6
* runtime: handle windows exceptions, even in cgo programsAlex Brainman2012-05-301-0/+2
* runtime: add parallel for algorithmDmitriy Vyukov2012-05-111-0/+1
* build: dist-based build for Plan 9Anthony Martin2012-05-011-1/+6
* cmd/dist: fix pprof permissionsBobby Powers2012-02-211-6/+6
* cmd/dist: cross-compiling fixesRuss Cox2012-02-131-2/+2
* cmd/dist: fix GOROOT_FINALGustavo Niemeyer2012-02-091-1/+1
* cmd/dist: generate files for package runtimeRuss Cox2012-02-031-0/+346