aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/runtime/runtime2.go
AgeCommit message (Expand)AuthorFilesLines
2022-02-18libgo: update to Go1.18rc1 releaseIan Lance Taylor1-16/+3
2022-02-11libgo: update to Go1.18beta2Ian Lance Taylor1-9/+14
2021-08-12libgo: update to Go1.17rc2Ian Lance Taylor1-11/+41
2021-06-10libgo: update to Go1.16.5 releaseIan Lance Taylor1-2/+5
2021-01-29libgo: update to Go1.16rc1Ian Lance Taylor1-1/+0
2021-01-01runtime: move startupRandomData back to runtime2.goIan Lance Taylor1-0/+4
2020-12-30libgo: update to Go1.16beta1 releaseIan Lance Taylor1-30/+62
2020-12-22runtime: add "success" field to sudogIan Lance Taylor1-0/+6
2020-10-27libgo: update to Go 1.15.3 releaseIan Lance Taylor1-5/+4
2020-08-01libgo: update to go1.15rc1Ian Lance Taylor1-13/+35
2020-04-06libgo: update to almost the 1.14.2 releaseIan Lance Taylor1-0/+4
2020-02-15libgo: update to Go1.14rc1 releaseIan Lance Taylor1-0/+13
2020-01-21libgo: update to Go1.14beta1Ian Lance Taylor1-26/+98
2019-09-06libgo: update to Go 1.13beta1 releaseIan Lance Taylor1-18/+67
2019-08-31compiler, runtime: support and use single argument go:linknameIan Lance Taylor1-1/+1
2019-08-17compiler, runtime: allocate defer records on the stackIan Lance Taylor1-0/+9
2019-02-19runtime: abort stack scan in cases that we cannot unwind the stackIan Lance Taylor1-0/+1
2019-01-18libgo: update to Go1.12beta2Ian Lance Taylor1-10/+31
2019-01-17runtime: dropg before CAS g status to _Grunnable/_GwaitingIan Lance Taylor1-0/+6
2018-12-05runtime: add precise stack scan supportIan Lance Taylor1-0/+5
2018-09-24libgo: update to Go 1.11Ian Lance Taylor1-40/+94
2018-09-13runtime: avoid write barriers with traceback infoIan Lance Taylor1-1/+1
2018-02-02runtime: scan register backing store on ia64Ian Lance Taylor1-0/+4
2018-01-09libgo: update to Go1.10beta1Ian Lance Taylor1-51/+90
2017-09-14libgo: update to go1.9Ian Lance Taylor1-40/+27
2017-06-23runtime: improve handling of panic during deferred functionIan Lance Taylor1-0/+8
2017-06-22runtime: change some stack fields to uintptrIan Lance Taylor1-3/+3
2017-06-22runtime: rename _defer struct _panic field to panicStackIan Lance Taylor1-1/+1
2017-05-12runtime: fix build for non-split-stack systemsIan Lance Taylor1-0/+7
2017-05-11runtime: fix isSystemGoroutine for gccgoIan Lance Taylor1-0/+2
2017-05-10Big merge of changes to gofrontend repo that were postponed due to theIan Lance Taylor1-14/+10
2017-01-14libgo: update to Go 1.8 release candidate 1Ian Lance Taylor1-30/+26
2017-01-10runtime: copy more scheduler code from Go 1.7 runtimeIan Lance Taylor1-4/+2
2017-01-09runtime: copy more of scheduler from Go 1.7 runtimeIan Lance Taylor1-21/+15
2017-01-03runtime: remove __go_alloc and __go_freeIan Lance Taylor1-2/+6
2017-01-03re PR go/78789 (Error: no such instruction: `aesenc %xmm0,%xmm2' when compili...Ian Lance Taylor1-1/+2
2016-12-19runtime: copy cgo support from Go 1.7 runtimeIan Lance Taylor1-10/+0
2016-12-08runtime: copy memory hash code from Go 1.7Ian Lance Taylor1-6/+6
2016-11-22runtime: rewrite panic/defer code from C to GoIan Lance Taylor1-8/+7
2016-11-18runtime: move schedt type and sched var from C to GoIan Lance Taylor1-12/+9
2016-11-10runtime: copy signal code from Go 1.7 runtimeIan Lance Taylor1-2/+2
2016-10-20runtime: rewrite interface code into GoIan Lance Taylor1-0/+4
2016-10-14runtime: copy mprof code from Go 1.7 runtimeIan Lance Taylor1-16/+1
2016-10-10runtime: copy print/println support from Go 1.7Ian Lance Taylor1-14/+8
2016-10-10runtime: copy channel code from Go 1.7 runtimeIan Lance Taylor1-6/+2
2016-09-30runtime: copy internal locking code from Go 1.7 runtimeIan Lance Taylor1-15/+15
2016-09-29runtime: copy runtime.go and runtime1.go from Go 1.7Ian Lance Taylor1-3/+3
2016-09-09runtime: align ucontext_t argument to 16 byte boundaryIan Lance Taylor1-1/+5
2016-08-30runtime: use -fgo-c-header to build C header fileIan Lance Taylor1-0/+835