aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime
AgeCommit message (Expand)AuthorFilesLines
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
2019-01-07runtime: in getTraceback, set gp->m before gogoIan Lance Taylor1-6/+7
2019-01-05runtime: prevent deadlock when profiling signal arrives during tracebackIan Lance Taylor2-2/+9
2018-12-29runtime: prevent deadlock when profiling signal arrives in stack scanIan Lance Taylor3-4/+12
2018-12-27runtime: let ARM32 EABI personality function continue unwind when called from...Ian Lance Taylor1-0/+3
2018-12-27runtime: on ARM32 EABI, don't get LSDA if compact model is usedIan Lance Taylor1-0/+11
2018-12-12runtime: handle DW_EH_PE_absptr in type table encodingIan Lance Taylor1-0/+2
2018-12-11runtime: use _URC_FAILURE on ARM32Ian Lance Taylor1-2/+8
2018-12-05runtime: add precise stack scan supportIan Lance Taylor4-14/+355
2018-10-01runtime: add arm64 version of AES hash codeIan Lance Taylor1-2/+401
2018-09-24libgo: update to Go 1.11Ian Lance Taylor5-18/+47
2018-09-13runtime: avoid write barriers with traceback infoIan Lance Taylor1-5/+5
2018-08-24runtime: remove the dummy arg of getcallerspIan Lance Taylor2-15/+13
2018-06-28runtime: don't stat a NULL filenameIan Lance Taylor1-1/+1
2018-06-23runtime: use #ifdef instead of #if for USING_SPLIT_STACKIan Lance Taylor1-3/+3
2018-05-04libgo: fix for unaligned read in go-unwind.c's read_encoded_value()Ian Lance Taylor1-11/+43
2018-05-02libgo: break dependence on libgcc unwind-pe.hIan Lance Taylor1-2/+165