aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime
AgeCommit message (Expand)AuthorFilesLines
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
2019-05-14libgo: reduce overhead for memory/block/mutex profilingIan Lance Taylor3-7/+75
2019-05-11runtime: set up g earlyIan Lance Taylor3-0/+4
2019-05-08runtime: use builtin memmove directlyCherry Zhang1-16/+0
2019-05-01compiler,runtime: do more direct interfacesIan Lance Taylor1-1/+1
2019-04-24re PR target/89093 (C++ exception handling clobbers d8 VFP register)Ian Lance Taylor1-1/+4
2019-03-19libgo: fix build on AIXIan Lance Taylor1-0/+4
2019-02-19runtime: abort stack scan in cases that we cannot unwind the stackIan Lance Taylor1-16/+46
2019-02-15compiler,runtime: use __builtin_dwarf_cfa for getcallerspCherry Zhang1-1/+1
2019-02-15runtime: include <syscall.h> and <sys/syscall.h> if availableIan Lance Taylor1-0/+6
2019-02-15runtime: add type cast for non-split-stack calls to scanstackblockIan Lance Taylor1-4/+4
2019-02-15compiler, runtime: harmonize types referenced by both C and GoIan Lance Taylor9-15/+27
2019-02-01runtime: add getproccount for hurdIan Lance Taylor1-0/+16
2019-02-01libgo: add hurd build tagsIan Lance Taylor1-1/+1
2019-02-01runtime, sync: use __atomic intrinsics instead of __syncIan Lance Taylor2-176/+1
2019-01-29runtime: use the call instruction's PC for panic-in-runtime detectionIan Lance Taylor1-1/+1
2019-01-21libgo: fix building, and some testing, on SolarisIan Lance Taylor1-0/+122
2019-01-18libgo: update to Go1.12beta2Ian Lance Taylor1-1/+1
2019-01-07runtime: in doscanstackswitch, set gp->m before gogoIan Lance Taylor1-6/+7