aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)AuthorFilesLines
2019-02-15re PR go/89368 (ICE in go/gofrontend/expressions.cc:4669 after r268923)Ian Lance Taylor2-2/+3
2019-02-15re PR go/89123 (Too many go test failures on s390x-linux)Ian Lance Taylor1-1/+1
2019-02-15runtime: include <syscall.h> and <sys/syscall.h> if availableIan Lance Taylor1-1/+1
2019-02-15runtime: add type cast for non-split-stack calls to scanstackblockIan Lance Taylor1-1/+1
2019-02-15compiler, runtime: harmonize types referenced by both C and GoIan Lance Taylor6-29/+42
2019-02-15re PR go/89168 (FAIL: cmd/go/internal/load)Ian Lance Taylor1-1/+1
2019-02-15go-backend.c (go_imported_unsafe): Update optimization_default_node.Ian Lance Taylor2-0/+6
2019-02-14re PR go/89321 (cross build with riscv64 gccgo compilation failed due to asse...Ian Lance Taylor2-1/+11
2019-02-14compiler: check duplicate string keys in map composite literalsIan Lance Taylor6-55/+98
2019-02-14go-gcc.cc: #include "opts.h".Ian Lance Taylor2-0/+41
2019-02-12syscall: don't assume that WIFCONTINUED is definedIan Lance Taylor1-1/+1
2019-02-12mksysinfo: remove incorrect quotes in st_fsid handling for HurdIan Lance Taylor1-1/+1
2019-02-07os, syscall: Hurd fixes for a couple of testsIan Lance Taylor1-1/+1
2019-02-07os, net, crypto/x509: add hurd supportIan Lance Taylor1-1/+1
2019-02-07syscall: add Hurd supportIan Lance Taylor1-1/+1
2019-02-07internal/syscall/unix: add constants for hurdIan Lance Taylor1-1/+1
2019-02-06re PR go/89199 (libgo regression in implementation of CompareAndSwap function...Ian Lance Taylor1-1/+1
2019-02-06README: update text to describe current statusIan Lance Taylor2-27/+30
2019-02-06re PR go/89019 (LTO and gccgo cause ICE during free_lang_data)Nikhil Benesch2-0/+16
2019-02-05compiler: check duplicate implicit indexes in slices/arraysIan Lance Taylor2-1/+8
2019-02-01runtime: add hurd netpoll and semaphore supportIan Lance Taylor1-1/+1
2019-02-01runtime: add getproccount for hurdIan Lance Taylor1-1/+1
2019-02-01libgo: add configury and sysinfo support for hurdIan Lance Taylor1-1/+1
2019-02-01libgo: add hurd build tags to test filesIan Lance Taylor1-1/+1
2019-02-01libgo: add hurd build tagsIan Lance Taylor1-1/+1
2019-02-01runtime, sync: use __atomic intrinsics instead of __syncIan Lance Taylor1-1/+1
2019-02-01compiler: support alias to pointer type as receiver in method declarationIan Lance Taylor2-1/+9
2019-01-30compiler: support alias to pointer type as method receiverIan Lance Taylor2-1/+5
2019-01-29runtime: fix sigprof frame countingIan Lance Taylor1-1/+1
2019-01-29runtime: use the call instruction's PC for panic-in-runtime detectionIan Lance Taylor1-1/+1
2019-01-28compiler: improve recursive type detectionIan Lance Taylor2-1/+10
2019-01-24runtime: install SIGURG handler on C created threadsIan Lance Taylor1-1/+1
2019-01-22golang.org/x/tools/go/analysis: pass "gccgo" to types.SizesForIan Lance Taylor1-1/+1
2019-01-22re PR go/88927 (Bootstrap failure on arm in libgo starting with r268084)Ian Lance Taylor1-1/+1
2019-01-21libgo: fix building, and some testing, on SolarisIan Lance Taylor1-1/+1
2019-01-21compiler: stop iterator on errorIan Lance Taylor2-1/+2
2019-01-18libgo: update to Go1.12beta2Ian Lance Taylor1-1/+1
2019-01-18re PR go/88202 (FAIL: runtime/pprof)Ian Lance Taylor1-1/+1
2019-01-17runtime: dropg before CAS g status to _Grunnable/_GwaitingIan Lance Taylor1-1/+1
2019-01-16syscall: mark C syscall functions noescapeIan Lance Taylor1-1/+1
2019-01-15runtime: add padding to FFI type of struct ending with zero-sized fieldIan Lance Taylor1-1/+1
2019-01-15compiler, runtime: panic on uncomparable map key, even if map is emptyIan Lance Taylor3-25/+61
2019-01-11compiler: pad structs ending with zero-sized fieldIan Lance Taylor4-11/+46
2019-01-09re PR go/86343 (types built by GO share TYPE_FIELDS in unsupported way)Ian Lance Taylor2-1/+12
2019-01-09PR other/16615 [1/5]Sandra Loosemore3-3/+10
2019-01-09compiler: use int type for len & cap in slice valueIan Lance Taylor2-3/+5
2019-01-07runtime: in doscanstackswitch, set gp->m before gogoIan Lance Taylor1-1/+1
2019-01-07compiler: move slice construction to callers of makesliceIan Lance Taylor6-86/+161
2019-01-07runtime: in getTraceback, set gp->m before gogoIan Lance Taylor1-1/+1
2019-01-05runtime: prevent deadlock when profiling signal arrives during tracebackIan Lance Taylor1-1/+1