aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)AuthorFilesLines
2017-07-28compiler: add backend type conversionIan Lance Taylor2-2/+5
2017-07-28compiler: track placeholder pointer types for conversionIan Lance Taylor3-5/+15
2017-07-28compiler: use a single temporary for calls with multiple resultsIan Lance Taylor3-135/+60
2017-07-28go-backend.c (go_write_export_data): Use EXCLUDE section for AIX.Tony Reix2-1/+12
2017-07-26runtime: handle Alpha GNU/Linux in getSiginfoIan Lance Taylor1-1/+1
2017-07-25compiler: clean up unresolved placeholders for pointer typesIan Lance Taylor4-4/+49
2017-07-21syscall: call f?statfs64 on GNU/LinuxIan Lance Taylor1-1/+1
2017-07-21runtime: don't use runtime_lock in __go_get_backtrace_stateIan Lance Taylor1-1/+1
2017-07-21runtime: handle PPC/PPC64 GNU/Linux in getSiginfoIan Lance Taylor1-1/+1
2017-07-21runtime: allocate more stack space in CgoCallbackGC testIan Lance Taylor1-1/+1
2017-07-20compiler: add explicit convert in Type_guard_expression::do_get_backendIan Lance Taylor2-2/+5
2017-07-18compiler: insert backend type conversion for closure func ptrIan Lance Taylor2-2/+9
2017-07-18re PR go/81451 (missing futex check - libgo/runtime/thread-linux.c:12:0 futex...Ian Lance Taylor1-1/+1
2017-07-18compiler: pass correct 'function' flag to circular_pointer_typeIan Lance Taylor2-3/+3
2017-07-18re PR go/81324 (libgo does not build with glibc 2.18)Ian Lance Taylor1-1/+1
2017-07-14libgo: don't copy semt into runtime.incIan Lance Taylor1-1/+1
2017-07-14cmd/go: use gccSupportsFlag for -fsplit-stackIan Lance Taylor1-1/+1
2017-07-13re PR go/81393 (Bootstrap failure on s390x-linux while building libgo against...Ian Lance Taylor1-1/+1
2017-06-29misc/cgo/testcarchive: fix test to work for gccgoIan Lance Taylor1-1/+1
2017-06-29cmd/go: fix -buildmode={c-archive,c-shared,pie} for gccgoIan Lance Taylor1-1/+1
2017-06-27runtime: adapt memory management to AIX mmapIan Lance Taylor1-1/+1
2017-06-27syscall: ptrace fixes for s390Ian Lance Taylor1-1/+1
2017-06-27libgo: add misc/cgo filesIan Lance Taylor1-1/+1
2017-06-26syscall: don't define PtraceRegs for AlphaIan Lance Taylor1-1/+1
2017-06-26libgo: redefine ia64 struct names around linux/ptrace.hIan Lance Taylor1-1/+1
2017-06-23runtime: complete defer handling in CgocallBackDoneIan Lance Taylor1-1/+1
2017-06-23cmd/go: don't require GOROOT to exist for gccgoIan Lance Taylor1-1/+1
2017-06-23os: align siginfo argument to waitidIan Lance Taylor1-1/+1
2017-06-23runtime: don't crash if no p in kickoffIan Lance Taylor1-1/+1
2017-06-23compiler: add go:notinheap magic commentIan Lance Taylor10-23/+178
2017-06-23runtime: improve handling of panic during deferred functionIan Lance Taylor1-1/+1
2017-06-22runtime: uncomment check for gchelper on g0 stackIan Lance Taylor1-1/+1
2017-06-22runtime: mark dropm and callees nowritebarrierrecIan Lance Taylor1-1/+1
2017-06-22runtime: export getm functionIan Lance Taylor1-1/+1
2017-06-22runtime: fix type cast in assignment to gcnextsp in C codeIan Lance Taylor1-1/+1
2017-06-22runtime: make NumGoroutine wait for system goroutines to registerIan Lance Taylor1-1/+1
2017-06-22compiler: fix stale comment in lexerIan Lance Taylor2-3/+2
2017-06-22runtime: don't assume that _ = *s will panic if s is nilIan Lance Taylor1-1/+1
2017-06-22runtime: change some stack fields to uintptrIan Lance Taylor1-1/+1
2017-06-22runtime: avoid write barriers when calling deferred functionIan Lance Taylor1-1/+1
2017-06-22runtime: rename _defer struct _panic field to panicStackIan Lance Taylor1-1/+1
2017-06-22runtime: adjust tests for gofrontendIan Lance Taylor1-1/+1
2017-06-22runtime: don't build test files that use SetCgoTraceback for gccgoIan Lance Taylor1-1/+1
2017-06-22runtime: build testprogcgo with -pthreadIan Lance Taylor1-1/+1
2017-06-22runtime: in traceback, print panic rather than runtime.gopanicIan Lance Taylor1-1/+1
2017-06-22compiler, runtime: better stack trace for `go f()` where f is nilIan Lance Taylor3-3/+32
2017-06-21debug/elf: handle Alpha relocsIan Lance Taylor1-1/+1
2017-06-21compiler: fix missing case in Array_type::get_value_pointerIan Lance Taylor2-1/+8
2017-06-21libgo: remove old MIPS architecture namesIan Lance Taylor1-1/+1
2017-06-21libgo: use gc's arch names as the default GOARCHs on MIPSIan Lance Taylor1-1/+1