aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime/go-main.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-28runtime: move osinit to GoIan Lance Taylor1-2/+1
2019-06-03runtime: remove unnecessary functions calling between C and GoIan Lance Taylor1-1/+0
2019-05-11runtime: set up g earlyIan Lance Taylor1-0/+1
2019-02-15compiler, runtime: harmonize types referenced by both C and GoIan Lance Taylor1-1/+1
2017-07-18re PR go/81451 (missing futex check - libgo/runtime/thread-linux.c:12:0 futex...Ian Lance Taylor1-1/+2
2017-05-10Big merge of changes to gofrontend repo that were postponed due to theIan Lance Taylor1-1/+1
2017-01-03runtime: remove __go_alloc and __go_freeIan Lance Taylor1-1/+0
2016-12-19runtime: copy cgo support from Go 1.7 runtimeIan Lance Taylor1-0/+3
2016-12-08runtime: copy memory hash code from Go 1.7Ian Lance Taylor1-0/+1
2016-02-09re PR go/69357 (libgo refers to _end in a non-weak way)Ian Lance Taylor1-0/+6
2015-09-11libgo/runtime: return 0, not NULL, from mainIan Lance Taylor1-1/+1
2015-04-29runtime: Support -buildmode=c-shared.Ian Lance Taylor1-0/+6
2013-07-16libgo: Update to Go 1.1.1.Ian Lance Taylor1-10/+1
2012-11-01compiler, runtime: More steps toward separating int and intgo.Ian Lance Taylor1-3/+1
2012-03-06libgo: Update to weekly.2012-03-04 release.Ian Lance Taylor1-1/+1
2012-03-02libgo: Update to weekly.2012-02-14 release.Ian Lance Taylor1-1/+1
2011-12-02libgo: Update to weekly.2011-11-01.Ian Lance Taylor1-20/+2
2011-11-28runtime: Multiplex goroutines onto OS threads.Ian Lance Taylor1-16/+19
2011-11-22runtime: New lock/note implementation.Ian Lance Taylor1-2/+1
2011-11-14runtime: Use some of 6g runtime.c for easier merging.Ian Lance Taylor1-27/+4
2011-11-11Introduce G structure and thread-local global g.Ian Lance Taylor1-0/+4
2011-10-26Update Go library to last weekly.Ian Lance Taylor1-0/+1
2011-04-04libgo: Always initialize semaphores.Rainer Orth1-0/+1
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor1-0/+89