summaryrefslogtreecommitdiff
path: root/libgo/runtime/mgc0.c
Commit message (Expand)AuthorAgeFilesLines
* runtime: Ignore stack sizes when deciding when to GC.Ian Lance Taylor2015-09-151-1/+1
* compiler, reflect, runtime: Use static chain for closures.Richard Henderson2015-01-161-2/+2
* libgo, compiler: Upgrade libgo to Go 1.4, except for runtime.Ian Lance Taylor2015-01-151-3/+6
* runtime: Remove undefined references to runtime_race*.Ian Lance Taylor2014-12-231-3/+0
* runtime: Restore copyright notice accidentally removed from mgc0.c.Ian Lance Taylor2014-09-201-1/+1
* compiler: Add precise type information on the heap.Chris Manghane2014-09-031-52/+27
* runtime: Don't get confused if m changes during runtime_gc.Ian Lance Taylor2014-08-151-0/+1
* libgo: Update to Go 1.3 release.Ian Lance Taylor2014-07-191-216/+257
* runtime: Merge master revision 19185.Ian Lance Taylor2014-07-121-7/+4
* libgo: Merge to master revision 19184.Ian Lance Taylor2014-06-061-461/+543
* libgo: Merge from revision 18783:00cce3a34d7e of master library.Ian Lance Taylor2014-06-041-202/+331
* libgo: Update to Go 1.2.1 release.Ian Lance Taylor2014-03-031-1/+4
* re PR go/59866 (gccgo gc work buffer is misaligned)Ian Lance Taylor2014-01-171-1/+1
* runtime: fix 32-bit malloc for pointers >= 0x80000000Ian Lance Taylor2014-01-091-8/+4
* runtime: Add netpoll code that uses select.Ian Lance Taylor2013-11-141-0/+1
* libgo: Update to October 24 version of master library.Ian Lance Taylor2013-11-061-286/+324
* compiler, runtime: Use runtime functions to pass closure value.Ian Lance Taylor2013-09-031-4/+3
* libgo: Update to Go 1.1.1.Ian Lance Taylor2013-07-161-160/+693
* compiler, runtime: Use function descriptors.Ian Lance Taylor2013-06-181-5/+5
* libgo: Update Go library to master revision 15489/921e53d4863c.Ian Lance Taylor2013-01-291-63/+297
* re PR go/46986 (Go is not supported on Darwin)Ian Lance Taylor2013-01-241-1/+1
* libgo: Update to revision 15193:6fdc1974457c of master library.Ian Lance Taylor2012-12-221-158/+392
* libgo: Update to current master library sources.Ian Lance Taylor2012-12-121-9/+37
* libgo: Update to current version of master library.Ian Lance Taylor2012-11-211-3/+77
* libgo: Update to current sources.Ian Lance Taylor2012-10-231-304/+337
* libgo: Update to Go 1.0.2 release.Ian Lance Taylor2012-06-251-1/+0
* runtime: More efficient implementation of trampolines.Ian Lance Taylor2012-05-251-0/+1
* runtime: Copy runtime_printf from other Go library.Ian Lance Taylor2012-05-241-14/+13
* libgo: Use -fgo-pkgpath.Ian Lance Taylor2012-05-141-1/+1
* runtime: Ignore stack sizes when deciding when to GC.Ian Lance Taylor2012-04-201-2/+9
* libgo: Update to weekly.2012-03-04 release.Ian Lance Taylor2012-03-061-8/+0
* libgo: Update to weekly.2012-02-22 release.Ian Lance Taylor2012-03-021-13/+31
* runtime: Save all registers on stack for GC scan.Ian Lance Taylor2012-02-101-0/+4
* libgo: Update to weekly.2012-02-07.Ian Lance Taylor2012-02-091-3/+4
* libgo: Update to weekly.2012-01-15.Ian Lance Taylor2012-01-251-55/+5
* libgo: Update to weekly.2011-11-18.Ian Lance Taylor2011-12-121-0/+1
* runtime: Multiplex goroutines onto OS threads.Ian Lance Taylor2011-11-281-51/+193
* runtime: New lock/note implementation.Ian Lance Taylor2011-11-221-6/+0
* runtime: Use some of 6g runtime.c for easier merging.Ian Lance Taylor2011-11-141-2/+2
* Introduce G structure and thread-local global g.Ian Lance Taylor2011-11-111-1/+2
* Update Go library to last weekly.Ian Lance Taylor2011-10-261-115/+519
* Update Go library to r60.Ian Lance Taylor2011-09-161-11/+31
* Update to current version of Go library.Ian Lance Taylor2011-05-201-1/+6
* Update to current version of Go library (revision 94d654be2064).Ian Lance Taylor2011-03-161-174/+597
* Remove the types float and complex.Ian Lance Taylor2011-01-211-17/+4
* Rework locking code to split stack much less.Ian Lance Taylor2010-12-171-10/+10
* Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor2010-12-031-0/+405