summaryrefslogtreecommitdiff
path: root/libgo/runtime/go-main.c
Commit message (Expand)AuthorAgeFilesLines
* runtime: move osinit to GoIan Lance Taylor2019-08-281-2/+1
* runtime: remove unnecessary functions calling between C and GoIan Lance Taylor2019-06-031-1/+0
* runtime: set up g earlyIan Lance Taylor2019-05-111-0/+1
* compiler, runtime: harmonize types referenced by both C and GoIan Lance Taylor2019-02-151-1/+1
* re PR go/81451 (missing futex check - libgo/runtime/thread-linux.c:12:0 futex...Ian Lance Taylor2017-07-181-1/+2
* Big merge of changes to gofrontend repo that were postponed due to theIan Lance Taylor2017-05-101-1/+1
* runtime: remove __go_alloc and __go_freeIan Lance Taylor2017-01-031-1/+0
* runtime: copy cgo support from Go 1.7 runtimeIan Lance Taylor2016-12-191-0/+3
* runtime: copy memory hash code from Go 1.7Ian Lance Taylor2016-12-081-0/+1
* re PR go/69357 (libgo refers to _end in a non-weak way)Ian Lance Taylor2016-02-091-0/+6
* libgo/runtime: return 0, not NULL, from mainIan Lance Taylor2015-09-111-1/+1
* runtime: Support -buildmode=c-shared.Ian Lance Taylor2015-04-291-0/+6
* libgo: Update to Go 1.1.1.Ian Lance Taylor2013-07-161-10/+1
* compiler, runtime: More steps toward separating int and intgo.Ian Lance Taylor2012-11-011-3/+1
* libgo: Update to weekly.2012-03-04 release.Ian Lance Taylor2012-03-061-1/+1
* libgo: Update to weekly.2012-02-14 release.Ian Lance Taylor2012-03-021-1/+1
* libgo: Update to weekly.2011-11-01.Ian Lance Taylor2011-12-021-20/+2
* runtime: Multiplex goroutines onto OS threads.Ian Lance Taylor2011-11-281-16/+19
* runtime: New lock/note implementation.Ian Lance Taylor2011-11-221-2/+1
* runtime: Use some of 6g runtime.c for easier merging.Ian Lance Taylor2011-11-141-27/+4
* Introduce G structure and thread-local global g.Ian Lance Taylor2011-11-111-0/+4
* Update Go library to last weekly.Ian Lance Taylor2011-10-261-0/+1
* libgo: Always initialize semaphores.Rainer Orth2011-04-041-0/+1
* Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor2010-12-031-0/+89