summaryrefslogtreecommitdiff
path: root/libgo
Commit message (Expand)AuthorAgeFilesLines
* compiler, runtime: harmonize types referenced by both C and GoIan Lance Taylor2019-02-1515-76/+58
* re PR go/89168 (FAIL: cmd/go/internal/load)Ian Lance Taylor2019-02-152-44/+74
* syscall: don't assume that WIFCONTINUED is definedIan Lance Taylor2019-02-121-0/+4
* mksysinfo: remove incorrect quotes in st_fsid handling for HurdIan Lance Taylor2019-02-121-4/+3
* os, syscall: Hurd fixes for a couple of testsIan Lance Taylor2019-02-072-5/+11
* os, net, crypto/x509: add hurd supportIan Lance Taylor2019-02-077-1/+76
* syscall: add Hurd supportIan Lance Taylor2019-02-079-133/+188
* internal/syscall/unix: add constants for hurdIan Lance Taylor2019-02-071-0/+8
* re PR go/89199 (libgo regression in implementation of CompareAndSwap function...Ian Lance Taylor2019-02-061-5/+5
* runtime: add hurd netpoll and semaphore supportIan Lance Taylor2019-02-013-3/+330
* runtime: add getproccount for hurdIan Lance Taylor2019-02-011-0/+16
* libgo: add configury and sysinfo support for hurdIan Lance Taylor2019-02-016-5/+56
* libgo: add hurd build tags to test filesIan Lance Taylor2019-02-0123-23/+27
* libgo: add hurd build tagsIan Lance Taylor2019-02-01105-101/+106
* runtime, sync: use __atomic intrinsics instead of __syncIan Lance Taylor2019-02-0113-489/+41
* runtime: fix sigprof frame countingIan Lance Taylor2019-01-291-2/+1
* runtime: use the call instruction's PC for panic-in-runtime detectionIan Lance Taylor2019-01-292-3/+3
* runtime: install SIGURG handler on C created threadsIan Lance Taylor2019-01-241-2/+2
* golang.org/x/tools/go/analysis: pass "gccgo" to types.SizesForIan Lance Taylor2019-01-224-4/+4
* re PR go/88927 (Bootstrap failure on arm in libgo starting with r268084)Ian Lance Taylor2019-01-222-0/+39
* libgo: fix building, and some testing, on SolarisIan Lance Taylor2019-01-216-18/+135
* libgo: update to Go1.12beta2Ian Lance Taylor2019-01-181325-44922/+71590
* re PR go/88202 (FAIL: runtime/pprof)Ian Lance Taylor2019-01-181-2/+9
* runtime: dropg before CAS g status to _Grunnable/_GwaitingIan Lance Taylor2019-01-173-10/+22
* syscall: mark C syscall functions noescapeIan Lance Taylor2019-01-162-0/+2
* runtime: add padding to FFI type of struct ending with zero-sized fieldIan Lance Taylor2019-01-151-0/+10
* compiler, runtime: panic on uncomparable map key, even if map is emptyIan Lance Taylor2019-01-153-59/+109
* Remove svn:executable property from a couple of text filesJakub Jelinek2019-01-122-0/+0
* runtime: in doscanstackswitch, set gp->m before gogoIan Lance Taylor2019-01-071-6/+7
* compiler: move slice construction to callers of makesliceIan Lance Taylor2019-01-072-6/+5
* runtime: in getTraceback, set gp->m before gogoIan Lance Taylor2019-01-072-6/+42
* runtime: prevent deadlock when profiling signal arrives during tracebackIan Lance Taylor2019-01-052-2/+9
* runtime: prevent deadlock when profiling signal arrives in stack scanIan Lance Taylor2018-12-293-4/+12
* runtime: delete export_arm_test.goIan Lance Taylor2018-12-271-9/+0
* runtime: let ARM32 EABI personality function continue unwind when called from...Ian Lance Taylor2018-12-271-0/+3
* runtime: on ARM32 EABI, don't get LSDA if compact model is usedIan Lance Taylor2018-12-271-0/+11
* runtime: handle DW_EH_PE_absptr in type table encodingIan Lance Taylor2018-12-121-0/+2
* os/signal: increase deliver time for signal testcaseIan Lance Taylor2018-12-121-3/+3
* runtime: use _URC_FAILURE on ARM32Ian Lance Taylor2018-12-111-2/+8
* runtime: add missing return for non-GNU/Linux version of tgkillIan Lance Taylor2018-12-071-0/+1
* runtime: add precise stack scan supportIan Lance Taylor2018-12-0512-22/+572
* syscall: remove Flock for aix/ppc64Ian Lance Taylor2018-12-051-22/+0
* cmd/vet: use default compiler when determining type sizesIan Lance Taylor2018-12-041-1/+1
* cmd/go: allow buildmode c-archive for gccgo on ppc64Ian Lance Taylor2018-12-031-15/+16
* compiler: add '$' to names in expression export dataIan Lance Taylor2018-11-271-0/+9
* syscall: always define WEXITED and WNOWAIT on GNU/LinuxIan Lance Taylor2018-11-261-0/+9
* compiler: initial support for exporting function bodiesIan Lance Taylor2018-11-261-6/+57
* re PR go/88060 (../../../gcc-8.2.0/libgo/go/syscall/libcall_linux_utimesnano....Ian Lance Taylor2018-11-211-0/+13
* cmd/cgo: fix typo in gccgo name mangling recipeIan Lance Taylor2018-11-091-1/+1
* syscall: change RLIM_INFINITY from 0xffffffffffffffff to -1Ian Lance Taylor2018-11-091-3/+10