summaryrefslogtreecommitdiff
path: root/libgo
Commit message (Expand)AuthorAgeFilesLines
* runtime: dump registers for Alphaian2017-08-041-0/+41
* PR go/81617ian2017-08-031-0/+13
* runtime: handle Alpha GNU/Linux in getSiginfoian2017-07-261-0/+5
* syscall: call f?statfs64 on GNU/Linuxian2017-07-211-2/+2
* runtime: don't use runtime_lock in __go_get_backtrace_stateian2017-07-211-3/+11
* runtime: handle PPC/PPC64 GNU/Linux in getSiginfoian2017-07-211-0/+5
* runtime: allocate more stack space in CgoCallbackGC testian2017-07-211-1/+3
* PR go/81451ian2017-07-189-89/+19
* PR go/81324ian2017-07-181-0/+4
* libgo: don't copy semt into runtime.incian2017-07-143-3/+7
* cmd/go: use gccSupportsFlag for -fsplit-stackian2017-07-141-4/+2
* PR go/81393ian2017-07-132-6/+45
* misc/cgo/testcarchive: fix test to work for gccgoian2017-06-292-10/+63
* cmd/go: fix -buildmode={c-archive,c-shared,pie} for gccgoian2017-06-291-14/+24
* runtime: adapt memory management to AIX mmapian2017-06-273-1/+17
* syscall: ptrace fixes for s390ian2017-06-273-15/+6
* libgo: add misc/cgo filesian2017-06-27269-0/+13743
* syscall: don't define PtraceRegs for Alphaian2017-06-261-32/+0
* libgo: redefine ia64 struct names around linux/ptrace.hian2017-06-261-0/+5
* runtime: complete defer handling in CgocallBackDoneian2017-06-232-10/+36
* cmd/go: don't require GOROOT to exist for gccgoian2017-06-231-2/+7
* os: align siginfo argument to waitidian2017-06-231-1/+1
* runtime: don't crash if no p in kickoffian2017-06-231-0/+18
* runtime: improve handling of panic during deferred functionian2017-06-232-31/+85
* runtime: uncomment check for gchelper on g0 stackian2017-06-221-4/+3
* runtime: mark dropm and callees nowritebarrierrecian2017-06-223-0/+7
* runtime: export getm functionian2017-06-221-0/+3
* runtime: fix type cast in assignment to gcnextsp in C codeian2017-06-221-1/+1
* runtime: make NumGoroutine wait for system goroutines to registerian2017-06-225-0/+29
* runtime: don't assume that _ = *s will panic if s is nilian2017-06-222-4/+6
* runtime: change some stack fields to uintptrian2017-06-224-26/+28
* runtime: avoid write barriers when calling deferred functionian2017-06-221-4/+4
* runtime: rename _defer struct _panic field to panicStackian2017-06-222-10/+10
* runtime: adjust tests for gofrontendian2017-06-223-3/+29
* runtime: don't build test files that use SetCgoTraceback for gccgoian2017-06-226-0/+10
* runtime: build testprogcgo with -pthreadian2017-06-221-0/+3
* runtime: in traceback, print panic rather than runtime.gopanician2017-06-221-1/+5
* compiler, runtime: better stack trace for `go f()` where f is nilian2017-06-221-1/+10
* debug/elf: handle Alpha relocsian2017-06-211-0/+51
* Forgot to remove this file in the last libgo commit.ian2017-06-211-11/+0
* libgo: remove old MIPS architecture namesian2017-06-2114-45/+18
* libgo: use gc's arch names as the default GOARCHs on MIPSian2017-06-212-8/+10
* cmd/cgo: add mips64p32* to ptrSizeMap and intSizeMapian2017-06-211-42/+46
* internal/syscall/unix: implement randomTrap on mips64p32*ian2017-06-211-1/+1
* libgo, syscall: fix ptrace implementation on MIPSian2017-06-211-20/+0
* libgo, syscall: fix ptrace implementation on MIPSian2017-06-216-5/+29
* cmd/cgo: make _cgo_flags consistent across runsian2017-06-142-3/+26
* cmd/go: gccgo: consistent results, fix vendoringian2017-06-141-4/+17
* cmd/go: skip tests that do not work with gccgoian2017-06-142-1/+34
* go/build: use GCCGOTOOLDIR to find gccgo toolsian2017-06-143-1/+7