summaryrefslogtreecommitdiff
path: root/libgo/runtime
AgeCommit message (Expand)Author
2025-07-08runtime: avoid libc memmove and memclrIan Lance Taylor
2024-10-30syscall: don't define syscall stub on HurdIan Lance Taylor
2024-04-29runtime: dump registers on SolarisIan Lance Taylor
2024-04-29runtime: use <stdbool.h>Ian Lance Taylor
2023-06-20runtime: use a C function to call mmapIan Lance Taylor
2022-11-30runtime: force XSI strerror on hurdIan Lance Taylor
2022-11-29syscall, runtime: always call XSI strerror_rIan Lance Taylor
2022-09-27runtime: portable access to sigev_notify_thread_idIan Lance Taylor
2022-09-06runtime: ignore __morestack function in runtime.CallersIan Lance Taylor
2022-04-20runtime: use correct field name for PPC32 GLIBC registersIan Lance Taylor
2022-04-14runtime: use regset indexes for PPC register valuesIan Lance Taylor
2022-03-31runtime: support PPC32 MUSL register accessIan Lance Taylor
2022-02-11libgo: update to Go1.18beta2Ian Lance Taylor
2021-08-13runtime: use C cast syntax in stack.cIan Lance Taylor
2021-08-12libgo: update to Go1.17rc2Ian Lance Taylor
2021-07-09runtime: remove direct assignments to memory locationsIan Lance Taylor
2021-03-08runtime: cast SIGSTKSZ to uintptrIan Lance Taylor
2021-02-25libgo: ensure memmove, memset 8 byte atomicity on ppc64xLynn Boger
2020-12-30libgo: update to Go1.16beta1 releaseIan Lance Taylor
2020-12-08libgo: update to 1.15.6 releaseIan Lance Taylor
2020-12-04runtime: update type descriptor name in fieldtrack C support codeIan Lance Taylor
2020-12-03compiler: defer to middle-end for complex divisionIan Lance Taylor
2020-11-20compiler, libgo: change mangling schemeIan Lance Taylor
2020-10-21syscall: only compile ptrace varargs shim on LinuxNikhil Benesch
2020-10-15runtime: use correct types in __go_ptrace shimNikhil Benesch
2020-10-14libgo: print reason code if throwing unwind exception failsNikhil Benesch
2020-10-13runtime: populate signal PC on NetBSDNikhil Benesch
2020-09-24runtime: remove __go_ptrace on AIXClément Chigot
2020-09-17libgo: fix ptrace syscall hooks into glibcPaul E. Murphy
2020-04-20gccgo: fix runtime compilation on NetBSDBenny Siegert
2020-04-15runtime: use 64 bits of hash seed on arm64eric fang
2020-04-06libgo: update to almost the 1.14.2 releaseIan Lance Taylor
2020-02-28runtime: handle linux/arm64 signal registereric fang
2020-01-22runtime: call runtime_nanotime1, not runtime_nanotimeIan Lance Taylor
2020-01-21libgo: update to Go1.14beta1Ian Lance Taylor
2020-01-07compiler, runtime: stop using __go_runtime_errorIan Lance Taylor
2020-01-02compiler, runtime, reflect: generate hash functions only for map keysIan Lance Taylor
2019-12-05re PR go/92820 (libgo.so.15 has executable stack)Ian Lance Taylor
2019-11-21re PR go/92605 (r278509 causes/reveals issue in building go library)Ian Lance Taylor
2019-10-02runtime: mark go-context.S as no-executable-stack and split-stack supportedIan Lance Taylor
2019-09-17re PR go/91781 (r275691 breaks go test "reflect")Ian Lance Taylor
2019-09-06libgo: update to Go 1.13beta1 releaseIan Lance Taylor
2019-08-30compile, runtime: permit anonymous and empty fields in C headerIan Lance Taylor
2019-08-28runtime: move osinit to GoIan Lance Taylor
2019-08-20compiler, runtime: implement shifts by signed amountsIan Lance Taylor
2019-07-15runtime: expose the g variableIan Lance Taylor
2019-06-25runtime: mark memequal and memclrNoHeapPointers nosplitIan Lance Taylor
2019-06-24compiler: use builtin memcmp directlyIan Lance Taylor
2019-06-21compiler: open code string slice expressionsIan Lance Taylor
2019-06-03libgo: delay applying profile stack-frame skip until fixupIan Lance Taylor