aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime
AgeCommit message (Expand)AuthorFilesLines
2022-11-30runtime: force XSI strerror on hurdIan Lance Taylor1-2/+2
2022-11-29syscall, runtime: always call XSI strerror_rIan Lance Taylor1-0/+37
2022-09-27runtime: portable access to sigev_notify_thread_idIan Lance Taylor1-0/+18
2022-09-06runtime: ignore __morestack function in runtime.CallersIan Lance Taylor1-1/+1
2022-04-20runtime: use correct field name for PPC32 GLIBC registersIan Lance Taylor1-12/+23
2022-04-14runtime: use regset indexes for PPC register valuesIan Lance Taylor1-15/+10
2022-03-31runtime: support PPC32 MUSL register accessIan Lance Taylor1-0/+18
2022-02-11libgo: update to Go1.18beta2Ian Lance Taylor1-4/+11
2021-08-13runtime: use C cast syntax in stack.cIan Lance Taylor1-1/+1
2021-08-12libgo: update to Go1.17rc2Ian Lance Taylor3-4/+88
2021-07-09runtime: remove direct assignments to memory locationsIan Lance Taylor2-3/+3
2021-03-08runtime: cast SIGSTKSZ to uintptrIan Lance Taylor1-2/+2
2021-02-25libgo: ensure memmove, memset 8 byte atomicity on ppc64xLynn Boger3-2/+135
2020-12-30libgo: update to Go1.16beta1 releaseIan Lance Taylor1-4/+3
2020-12-08libgo: update to 1.15.6 releaseIan Lance Taylor1-0/+3
2020-12-04runtime: update type descriptor name in fieldtrack C support codeIan Lance Taylor1-1/+1
2020-12-03compiler: defer to middle-end for complex divisionIan Lance Taylor1-49/+0
2020-11-20compiler, libgo: change mangling schemeIan Lance Taylor5-20/+20
2020-10-21syscall: only compile ptrace varargs shim on LinuxNikhil Benesch1-4/+3
2020-10-15runtime: use correct types in __go_ptrace shimNikhil Benesch1-1/+1
2020-10-14libgo: print reason code if throwing unwind exception failsNikhil Benesch1-5/+9
2020-10-13runtime: populate signal PC on NetBSDNikhil Benesch1-0/+2
2020-09-24runtime: remove __go_ptrace on AIXClément Chigot1-1/+3
2020-09-17libgo: fix ptrace syscall hooks into glibcPaul E. Murphy1-0/+16
2020-04-20gccgo: fix runtime compilation on NetBSDBenny Siegert1-0/+12
2020-04-15runtime: use 64 bits of hash seed on arm64eric fang1-6/+6
2020-04-06libgo: update to almost the 1.14.2 releaseIan Lance Taylor1-0/+36
2020-02-28runtime: handle linux/arm64 signal registereric fang1-40/+23
2020-01-22runtime: call runtime_nanotime1, not runtime_nanotimeIan Lance Taylor1-1/+1
2020-01-21libgo: update to Go1.14beta1Ian Lance Taylor6-39/+122
2020-01-07compiler, runtime: stop using __go_runtime_errorIan Lance Taylor1-124/+0
2020-01-02compiler, runtime, reflect: generate hash functions only for map keysIan Lance Taylor1-15/+9
2019-12-05re PR go/92820 (libgo.so.15 has executable stack)Ian Lance Taylor1-1/+2
2019-11-21re PR go/92605 (r278509 causes/reveals issue in building go library)Ian Lance Taylor2-1/+3
2019-10-02runtime: mark go-context.S as no-executable-stack and split-stack supportedIan Lance Taylor1-0/+4
2019-09-17re PR go/91781 (r275691 breaks go test "reflect")Ian Lance Taylor1-8/+4
2019-09-06libgo: update to Go 1.13beta1 releaseIan Lance Taylor4-30/+74
2019-08-30compile, runtime: permit anonymous and empty fields in C headerIan Lance Taylor8-329/+90
2019-08-28runtime: move osinit to GoIan Lance Taylor10-145/+4
2019-08-20compiler, runtime: implement shifts by signed amountsIan Lance Taylor1-1/+7
2019-07-15runtime: expose the g variableIan Lance Taylor1-2/+2
2019-06-25runtime: mark memequal and memclrNoHeapPointers nosplitIan Lance Taylor2-2/+4
2019-06-24compiler: use builtin memcmp directlyIan Lance Taylor1-13/+0
2019-06-21compiler: open code string slice expressionsIan Lance Taylor1-30/+0
2019-06-03libgo: delay applying profile stack-frame skip until fixupIan Lance Taylor1-9/+1
2019-06-03runtime: remove unnecessary functions calling between C and GoIan Lance Taylor4-27/+0
2019-06-03runtime: fix assembly syntaxIan Lance Taylor1-1/+1
2019-05-31runtime: drop unused C type reflection codeIan Lance Taylor3-170/+0
2019-05-31compiler: optimize append of makeIan Lance Taylor1-9/+15
2019-05-31runtime: implement cheaper context switch on Linux/AMD64Ian Lance Taylor3-19/+103