aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/runtime
AgeCommit message (Expand)AuthorFilesLines
2018-05-02libgo: add support for the Nios II architectureIan Lance Taylor3-3/+3
2018-05-02runtime: remove unused stack.goIan Lance Taylor1-1229/+0
2018-03-26runtime: don't check for stale runtimeIan Lance Taylor1-0/+3
2018-03-07runtime: push arena on AIX higher due to clashesIan Lance Taylor1-2/+2
2018-02-28runtime: update AIX memory allocation for new versionsIan Lance Taylor1-5/+8
2018-02-22re PR go/84484 (libgo configure tests fail to find -latomic)Andreas Schwab3-3/+3
2018-02-20runtime: allow preemption in fast syscall returnIan Lance Taylor1-0/+7
2018-02-16runtime: add some more preemption checksIan Lance Taylor5-2/+46
2018-02-12compiler: error on func declaration/definitionIan Lance Taylor2-21/+0
2018-02-12re PR go/84215 (Random results in go/libgo tests)Ian Lance Taylor2-16/+69
2018-02-08runtime: get missing function name from symbol tableIan Lance Taylor5-0/+177
2018-02-08libgo: update to Go1.10rc2Ian Lance Taylor2-0/+49
2018-02-07runtime: don't call funcPC from a functionIan Lance Taylor3-6/+8
2018-02-06runtime: correct runtime structfield type to match reflectIan Lance Taylor2-6/+14
2018-02-02runtime: scan register backing store on ia64Ian Lance Taylor1-0/+4
2018-01-27libgo: update to Go1.10rc1Ian Lance Taylor1-0/+47
2018-01-27libgo: update to Go1.10rc1Ian Lance Taylor8-16/+65
2018-01-25compiler: deref receiver types in mangled namesIan Lance Taylor1-1/+1
2018-01-25runtime: fix lfstackUnpack on ia64Ian Lance Taylor1-1/+1
2018-01-24compiler: rationalize external symbol namesIan Lance Taylor3-4/+4
2018-01-19runtime: no escape for some functions on AIXIan Lance Taylor2-0/+4
2018-01-19runtime: add go:noescape declaration for SolarisIan Lance Taylor1-0/+1
2018-01-18re PR go/83787 (Many 32-bit Solaris/SPARC Go tests FAIL after Go1.10beta1 upd...Ian Lance Taylor1-0/+1
2018-01-17libgo: update to Go1.10beta2 releaseIan Lance Taylor8-14/+33
2018-01-10libgo: add platform support for SuperHIan Lance Taylor3-3/+3
2018-01-10runtime: work around escaping closure in export_test.goIan Lance Taylor1-7/+7
2018-01-10runtime: noescape some functions/variablesIan Lance Taylor5-10/+28
2018-01-09libgo: update to Go1.10beta1Ian Lance Taylor94-1973/+4855
2017-12-02runtime: export cgoCheck functionsIan Lance Taylor1-0/+4
2017-11-09sync/atomic, runtime/internal/atomic: don't assume reads from 0 failIan Lance Taylor2-7/+8
2017-09-20internal,net,os,runtime,syscall: fixes for AIX following update to go1.9Ian Lance Taylor2-6/+11
2017-09-20runtime: restore "goroutine in C code" messageIan Lance Taylor2-1/+2
2017-09-14libgo: update to go1.9Ian Lance Taylor122-3008/+11048
2017-09-14compiler, runtime: simplify select and channel operationsIan Lance Taylor2-104/+74
2017-08-29runtime: fix lfstack for 64-bit AIXIan Lance Taylor1-0/+18
2017-08-16runtime: better implementation of netpoll for AIXIan Lance Taylor1-65/+96
2017-07-21runtime: allocate more stack space in CgoCallbackGC testIan Lance Taylor1-1/+3
2017-07-18re PR go/81451 (missing futex check - libgo/runtime/thread-linux.c:12:0 futex...Ian Lance Taylor1-2/+2
2017-06-27runtime: adapt memory management to AIX mmapIan Lance Taylor2-1/+11
2017-06-23runtime: complete defer handling in CgocallBackDoneIan Lance Taylor2-10/+36
2017-06-23runtime: don't crash if no p in kickoffIan Lance Taylor1-0/+18
2017-06-23runtime: improve handling of panic during deferred functionIan Lance Taylor2-31/+85
2017-06-22runtime: uncomment check for gchelper on g0 stackIan Lance Taylor1-4/+3
2017-06-22runtime: mark dropm and callees nowritebarrierrecIan Lance Taylor3-0/+7
2017-06-22runtime: export getm functionIan Lance Taylor1-0/+3
2017-06-22runtime: make NumGoroutine wait for system goroutines to registerIan Lance Taylor5-0/+29
2017-06-22runtime: don't assume that _ = *s will panic if s is nilIan Lance Taylor2-4/+6
2017-06-22runtime: change some stack fields to uintptrIan Lance Taylor2-7/+7
2017-06-22runtime: avoid write barriers when calling deferred functionIan Lance Taylor1-4/+4
2017-06-22runtime: rename _defer struct _panic field to panicStackIan Lance Taylor2-10/+10