aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime/mgc0.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-09runtime: copy more of scheduler from Go 1.7 runtimeIan Lance Taylor1-5/+19
2017-01-03runtime: remove __go_alloc and __go_freeIan Lance Taylor1-4/+3
2016-12-19runtime: copy cgo support from Go 1.7 runtimeIan Lance Taylor1-1/+0
2016-11-22runtime: rewrite panic/defer code from C to GoIan Lance Taylor1-3/+12
2016-10-20runtime: rewrite interface code into GoIan Lance Taylor1-25/+25
2016-10-18runtime: copy netpoll code from Go 1.7 runtimeIan Lance Taylor1-1/+0
2016-10-17runtime: copy rdebug code from Go 1.7 runtimeIan Lance Taylor1-5/+7
2016-10-15runtime: copy runtime package time code from Go 1.7Ian Lance Taylor1-1/+0
2016-10-14runtime: copy mprof code from Go 1.7 runtimeIan Lance Taylor1-1/+0
2016-10-13runtime: copy mstats code from Go 1.7 runtimeIan Lance Taylor1-106/+69
2016-10-12compiler, runtime: copy string code from Go 1.7Ian Lance Taylor1-13/+13
2016-10-10runtime: copy channel code from Go 1.7 runtimeIan Lance Taylor1-6/+3
2016-09-21compiler, runtime: replace hashmap code with Go 1.7 hashmapIan Lance Taylor1-17/+14
2016-08-30runtime: use -fgo-c-header to build C header fileIan Lance Taylor1-26/+26
2015-10-31runtime: Remove now unnecessary pad field from ParFor.Ian Lance Taylor1-5/+45
2015-09-15runtime: Ignore stack sizes when deciding when to GC.Ian Lance Taylor1-1/+1
2015-01-16compiler, reflect, runtime: Use static chain for closures.Richard Henderson1-2/+2
2015-01-15libgo, compiler: Upgrade libgo to Go 1.4, except for runtime.Ian Lance Taylor1-3/+6
2014-12-23runtime: Remove undefined references to runtime_race*.Ian Lance Taylor1-3/+0
2014-09-20runtime: Restore copyright notice accidentally removed from mgc0.c.Ian Lance Taylor1-1/+1
2014-09-03compiler: Add precise type information on the heap.Chris Manghane1-52/+27
2014-08-15runtime: Don't get confused if m changes during runtime_gc.Ian Lance Taylor1-0/+1
2014-07-19libgo: Update to Go 1.3 release.Ian Lance Taylor1-216/+257
2014-07-12runtime: Merge master revision 19185.Ian Lance Taylor1-7/+4
2014-06-06libgo: Merge to master revision 19184.Ian Lance Taylor1-461/+543
2014-06-04libgo: Merge from revision 18783:00cce3a34d7e of master library.Ian Lance Taylor1-202/+331
2014-03-03libgo: Update to Go 1.2.1 release.Ian Lance Taylor1-1/+4
2014-01-17re PR go/59866 (gccgo gc work buffer is misaligned)Ian Lance Taylor1-1/+1
2014-01-09runtime: fix 32-bit malloc for pointers >= 0x80000000Ian Lance Taylor1-8/+4
2013-11-14runtime: Add netpoll code that uses select.Ian Lance Taylor1-0/+1
2013-11-06libgo: Update to October 24 version of master library.Ian Lance Taylor1-286/+324
2013-09-03compiler, runtime: Use runtime functions to pass closure value.Ian Lance Taylor1-4/+3
2013-07-16libgo: Update to Go 1.1.1.Ian Lance Taylor1-160/+693
2013-06-18compiler, runtime: Use function descriptors.Ian Lance Taylor1-5/+5
2013-01-29libgo: Update Go library to master revision 15489/921e53d4863c.Ian Lance Taylor1-63/+297
2013-01-24re PR go/46986 (Go is not supported on Darwin)Ian Lance Taylor1-1/+1
2012-12-22libgo: Update to revision 15193:6fdc1974457c of master library.Ian Lance Taylor1-158/+392
2012-12-12libgo: Update to current master library sources.Ian Lance Taylor1-9/+37
2012-11-21libgo: Update to current version of master library.Ian Lance Taylor1-3/+77
2012-10-23libgo: Update to current sources.Ian Lance Taylor1-304/+337
2012-06-25libgo: Update to Go 1.0.2 release.Ian Lance Taylor1-1/+0
2012-05-25runtime: More efficient implementation of trampolines.Ian Lance Taylor1-0/+1
2012-05-24runtime: Copy runtime_printf from other Go library.Ian Lance Taylor1-14/+13
2012-05-14libgo: Use -fgo-pkgpath.Ian Lance Taylor1-1/+1
2012-04-20runtime: Ignore stack sizes when deciding when to GC.Ian Lance Taylor1-2/+9
2012-03-06libgo: Update to weekly.2012-03-04 release.Ian Lance Taylor1-8/+0
2012-03-02libgo: Update to weekly.2012-02-22 release.Ian Lance Taylor1-13/+31
2012-02-10runtime: Save all registers on stack for GC scan.Ian Lance Taylor1-0/+4
2012-02-09libgo: Update to weekly.2012-02-07.Ian Lance Taylor1-3/+4
2012-01-25libgo: Update to weekly.2012-01-15.Ian Lance Taylor1-55/+5