aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)AuthorFilesLines
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
2019-01-01Update copyright years.Jakub Jelinek14-14/+16
2019-01-01gcc.c (process_command): Update copyright notice dates.Jakub Jelinek2-1/+5
2018-12-29runtime: prevent deadlock when profiling signal arrives in stack scanIan Lance Taylor1-1/+1
2018-12-28compiler: remove escapes_ field from Variable and Result_variableIan Lance Taylor4-56/+10
2018-12-27runtime: delete export_arm_test.goIan Lance Taylor1-1/+1
2018-12-27runtime: let ARM32 EABI personality function continue unwind when called from...Ian Lance Taylor1-1/+1
2018-12-27runtime: on ARM32 EABI, don't get LSDA if compact model is usedIan Lance Taylor1-1/+1
2018-12-12runtime: handle DW_EH_PE_absptr in type table encodingIan Lance Taylor1-1/+1
2018-12-12os/signal: increase deliver time for signal testcaseIan Lance Taylor1-1/+1
2018-12-11runtime: use _URC_FAILURE on ARM32Ian Lance Taylor1-1/+1
2018-12-07runtime: add missing return for non-GNU/Linux version of tgkillIan Lance Taylor1-1/+1
2018-12-05runtime: add precise stack scan supportIan Lance Taylor1-1/+1
2018-12-05syscall: remove Flock for aix/ppc64Ian Lance Taylor1-1/+1
2018-12-04cmd/vet: use default compiler when determining type sizesIan Lance Taylor1-1/+1
2018-12-03cmd/go: allow buildmode c-archive for gccgo on ppc64Ian Lance Taylor1-1/+1
2018-11-28compiler: inline functions with assignments and return statementsIan Lance Taylor5-7/+193
2018-11-27compiler: tweaks for importing inline function bodiesIan Lance Taylor3-4/+24
2018-11-27compiler: record final type for numeric expressionsIan Lance Taylor5-2/+66
2018-11-27compiler: add result parameter names for inlinable functionsIan Lance Taylor3-17/+32