aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime/runtime.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-29runtime: use <stdbool.h>Ian Lance Taylor1-6/+1
2023-06-20runtime: use a C function to call mmapIan Lance Taylor1-3/+0
2021-02-25libgo: ensure memmove, memset 8 byte atomicity on ppc64xLynn Boger1-1/+2
2020-11-20compiler, libgo: change mangling schemeIan Lance Taylor1-1/+1
2020-01-21libgo: update to Go1.14beta1Ian Lance Taylor1-3/+6
2019-11-21re PR go/92605 (r278509 causes/reveals issue in building go library)Ian Lance Taylor1-1/+1
2019-09-06libgo: update to Go 1.13beta1 releaseIan Lance Taylor1-0/+16
2019-08-30compile, runtime: permit anonymous and empty fields in C headerIan Lance Taylor1-12/+8
2019-08-28runtime: move osinit to GoIan Lance Taylor1-6/+2
2019-06-03runtime: remove unnecessary functions calling between C and GoIan Lance Taylor1-15/+0
2019-05-31runtime: drop unused C type reflection codeIan Lance Taylor1-2/+0
2019-05-31runtime: implement cheaper context switch on Linux/AMD64Ian Lance Taylor1-0/+17
2019-05-14libgo: reduce overhead for memory/block/mutex profilingIan Lance Taylor1-0/+1
2019-05-11runtime: set up g earlyIan Lance Taylor1-0/+2
2019-02-15compiler,runtime: use __builtin_dwarf_cfa for getcallerspCherry Zhang1-1/+1
2019-02-15compiler, runtime: harmonize types referenced by both C and GoIan Lance Taylor1-3/+3
2019-02-01runtime, sync: use __atomic intrinsics instead of __syncIan Lance Taylor1-15/+1
2019-01-18libgo: update to Go1.12beta2Ian Lance Taylor1-1/+1
2018-12-29runtime: prevent deadlock when profiling signal arrives in stack scanIan Lance Taylor1-0/+6
2018-12-05runtime: add precise stack scan supportIan Lance Taylor1-0/+13
2018-09-24libgo: update to Go 1.11Ian Lance Taylor1-4/+13
2018-08-24runtime: remove the dummy arg of getcallerspIan Lance Taylor1-6/+4
2018-02-22runtime: funcfileline: get missing function name from symbol tableIan Lance Taylor1-1/+2
2018-02-02runtime: scan register backing store on ia64Ian Lance Taylor1-0/+17
2018-01-10re PR c/82922 (Request: add -Wstrict-prototypes to -Wextra as K&R style is ob...Ian Lance Taylor1-3/+1
2018-01-09libgo: update to Go1.10beta1Ian Lance Taylor1-1/+2
2017-11-09sync/atomic, runtime/internal/atomic: don't assume reads from 0 failIan Lance Taylor1-0/+2
2017-09-14libgo: update to go1.9Ian Lance Taylor1-51/+0
2017-07-18re PR go/81451 (missing futex check - libgo/runtime/thread-linux.c:12:0 futex...Ian Lance Taylor1-2/+0
2017-05-10Big merge of changes to gofrontend repo that were postponed due to theIan Lance Taylor1-99/+34
2017-01-23re PR go/79037 (gccgo: Binaries crash with parforsetup: pos is not aligned on...Ian Lance Taylor1-1/+1
2017-01-14libgo: update to Go 1.8 release candidate 1Ian Lance Taylor1-5/+3
2017-01-10runtime: copy more scheduler code from Go 1.7 runtimeIan Lance Taylor1-8/+2
2017-01-09runtime: copy more of scheduler from Go 1.7 runtimeIan Lance Taylor1-6/+6
2017-01-03runtime: remove __go_alloc and __go_freeIan Lance Taylor1-8/+5
2017-01-03re PR go/78789 (Error: no such instruction: `aesenc %xmm0,%xmm2' when compili...Ian Lance Taylor1-0/+2
2016-12-19runtime: copy cgo support from Go 1.7 runtimeIan Lance Taylor1-16/+21
2016-12-08runtime: copy memory hash code from Go 1.7Ian Lance Taylor1-0/+6
2016-12-08runtime: remove some unused variables/declarations from runtime.hIan Lance Taylor1-4/+0
2016-11-22runtime: rewrite panic/defer code from C to GoIan Lance Taylor1-8/+16
2016-11-16runtime: replace runtime1.goc with Go and C codeIan Lance Taylor1-2/+2
2016-11-10runtime: copy signal code from Go 1.7 runtimeIan Lance Taylor1-15/+19
2016-10-28compiler, runtime: copy slice code from Go 1.7 runtimeIan Lance Taylor1-1/+2
2016-10-21runtime: copy lfstack code from Go 1.7 runtimeIan Lance Taylor1-9/+3
2016-10-20runtime: rewrite interface code into GoIan Lance Taylor1-4/+6
2016-10-18runtime: copy netpoll code from Go 1.7 runtimeIan Lance Taylor1-15/+2
2016-10-17runtime: copy rdebug code from Go 1.7 runtimeIan Lance Taylor1-3/+3
2016-10-15runtime: copy runtime package time code from Go 1.7Ian Lance Taylor1-35/+7
2016-10-14runtime: copy mprof code from Go 1.7 runtimeIan Lance Taylor1-7/+11
2016-10-14runtime: just do file/line lookup in C, move Func to GoIan Lance Taylor1-12/+0