aboutsummaryrefslogtreecommitdiff
path: root/libgo
AgeCommit message (Expand)AuthorFilesLines
2019-02-26libgo: update to Go1.12rc1Ian Lance Taylor67-235/+2057
2019-02-22re PR go/89406 (Go testing leaves many temporary directories in /tmp around)Ian Lance Taylor3-2/+4
2019-02-22cmd/go: remove work directory on usage errorIan Lance Taylor10-19/+71
2019-02-21re PR go/89407 (go bootstrap failure on s390x starting with r268941)Ian Lance Taylor1-2/+2
2019-02-19re PR go/89169 (FAIL: internal/cpu)Ian Lance Taylor1-3/+1
2019-02-19runtime: abort stack scan in cases that we cannot unwind the stackIan Lance Taylor5-16/+58
2019-02-15compiler,runtime: use __builtin_dwarf_cfa for getcallerspCherry Zhang1-1/+1
2019-02-15re PR go/89123 (Too many go test failures on s390x-linux)Ian Lance Taylor3-16/+137
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 Taylor15-76/+58
2019-02-15re PR go/89168 (FAIL: cmd/go/internal/load)Ian Lance Taylor2-44/+74
2019-02-12syscall: don't assume that WIFCONTINUED is definedIan Lance Taylor1-0/+4
2019-02-12mksysinfo: remove incorrect quotes in st_fsid handling for HurdIan Lance Taylor1-4/+3
2019-02-07os, syscall: Hurd fixes for a couple of testsIan Lance Taylor2-5/+11
2019-02-07os, net, crypto/x509: add hurd supportIan Lance Taylor7-1/+76
2019-02-07syscall: add Hurd supportIan Lance Taylor9-133/+188
2019-02-07internal/syscall/unix: add constants for hurdIan Lance Taylor1-0/+8
2019-02-06re PR go/89199 (libgo regression in implementation of CompareAndSwap function...Ian Lance Taylor1-5/+5
2019-02-01runtime: add hurd netpoll and semaphore supportIan Lance Taylor3-3/+330
2019-02-01runtime: add getproccount for hurdIan Lance Taylor1-0/+16
2019-02-01libgo: add configury and sysinfo support for hurdIan Lance Taylor6-5/+56
2019-02-01libgo: add hurd build tags to test filesIan Lance Taylor23-23/+27
2019-02-01libgo: add hurd build tagsIan Lance Taylor105-101/+106
2019-02-01runtime, sync: use __atomic intrinsics instead of __syncIan Lance Taylor13-489/+41
2019-01-29runtime: fix sigprof frame countingIan Lance Taylor1-2/+1
2019-01-29runtime: use the call instruction's PC for panic-in-runtime detectionIan Lance Taylor2-3/+3
2019-01-24runtime: install SIGURG handler on C created threadsIan Lance Taylor1-2/+2
2019-01-22golang.org/x/tools/go/analysis: pass "gccgo" to types.SizesForIan Lance Taylor4-4/+4
2019-01-22re PR go/88927 (Bootstrap failure on arm in libgo starting with r268084)Ian Lance Taylor2-0/+39
2019-01-21libgo: fix building, and some testing, on SolarisIan Lance Taylor6-18/+135
2019-01-18libgo: update to Go1.12beta2Ian Lance Taylor1325-44922/+71590
2019-01-18re PR go/88202 (FAIL: runtime/pprof)Ian Lance Taylor1-2/+9
2019-01-17runtime: dropg before CAS g status to _Grunnable/_GwaitingIan Lance Taylor3-10/+22
2019-01-16syscall: mark C syscall functions noescapeIan Lance Taylor2-0/+2
2019-01-15runtime: add padding to FFI type of struct ending with zero-sized fieldIan Lance Taylor1-0/+10
2019-01-15compiler, runtime: panic on uncomparable map key, even if map is emptyIan Lance Taylor3-59/+109
2019-01-12Remove svn:executable property from a couple of text filesJakub Jelinek2-0/+0
2019-01-07runtime: in doscanstackswitch, set gp->m before gogoIan Lance Taylor1-6/+7
2019-01-07compiler: move slice construction to callers of makesliceIan Lance Taylor2-6/+5
2019-01-07runtime: in getTraceback, set gp->m before gogoIan Lance Taylor2-6/+42
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: delete export_arm_test.goIan Lance Taylor1-9/+0
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-12os/signal: increase deliver time for signal testcaseIan Lance Taylor1-3/+3
2018-12-11runtime: use _URC_FAILURE on ARM32Ian Lance Taylor1-2/+8
2018-12-07runtime: add missing return for non-GNU/Linux version of tgkillIan Lance Taylor1-0/+1