summaryrefslogtreecommitdiff
path: root/libgo
AgeCommit message (Expand)AuthorFilesLines
2015-11-02Merge branches/gcc-4_9-branch rev 229467upstream/4.9.4yroux2-3/+1
2015-07-02Merge branches/gcc-4_9-branch rev 225109.clyon1-0/+2
2015-01-13Merge branches/gcc-4_9-branch rev 219502yroux8-8/+356
2014-10-24Fix broken merge branches/gcc-4_9-branch rev 216130yroux4-47/+347
2014-09-09Merge branches/gcc-4_9-branch rev 214896yroux2-0/+8
2014-08-14Merge branches/gcc-4_9-branch rev 213803yroux1-0/+12
2014-06-12Merge branches/gcc-4_9-branch rev 211054yroux5-3/+46
2014-05-13Merge branches/gcc-4_9-branch rev 210052yroux1-2/+12
2014-03-12libgo: Build math package with -ffp-contract=off on non-x86.ian2-0/+4
2014-03-07runtime: Fix GC bug caused by Entersyscall modifying reg.ian1-4/+20
2014-03-03libgo: Update to Go 1.2.1 release.ian5-12/+70
2014-02-21runtime: Use a better heap location on arm64 systems.ian1-3/+27
2014-02-03ltmain.sh: Patch for Solaris.ian1-1/+1
2014-01-22libgo/configure: Test for gold with gccgo -Wl,--help, not ld --help.ian2-4/+4
2014-01-17 PR go/59866ian1-1/+1
2014-01-09runtime: fix 32-bit malloc for pointers >= 0x80000000ian3-24/+12
2014-01-08 PR go/59430ian5-10/+50
2014-01-08 PR go/59433ian1-16/+45
2014-01-06go/build: Set GOARCH on arm64 systems.ian6-5/+32
2014-01-06runtime: Remove unused runtime_cpuid variables.ian1-5/+0
2013-12-28net: work around Solaris connect issue when server closes socketian1-0/+10
2013-12-27 PR go/59506ian1-1/+1
2013-12-25 Revert unwanted commit.uros1-1/+1
2013-12-25gcc/uros1-1/+1
2013-12-12runtime: Fix defer of unlock thread at program startup.ian6-5/+19
2013-12-12reflect: Fix MakeFunc returning float32 or float64 on 386.ian2-15/+26
2013-12-12compiler, reflect, runtime: Implement method values in reflect.ian7-44/+120
2013-12-11reflect, runtime: Let reflect.MakeFunc functions call recover.ian6-2/+109
2013-12-06 PR go/59408ian1-0/+4
2013-12-04runtime: Use pthread_sigmask instead of sigprocmask.ian3-4/+4
2013-12-03runtime: Fix prototype and one use of runtime_traceback.ian2-2/+2
2013-12-01libgo: Avoid some cases of getting callers recursively.ian3-0/+19
2013-11-30reflect: Rename struct field to be consistent in assembler and Go.ian1-2/+2
2013-11-30reflect: Fix MakeFunc for 386 when returning a struct.ian2-1/+14
2013-11-27libgo: Update to current Go library.ian30-60/+241
2013-11-26runtime: Fix handling of surrogate pairs in string([]rune).ian1-0/+4
2013-11-25syscall: Set SizeofSockaddrAny to the value the go distribution usesian1-1/+1
2013-11-24syscall: Only call varargs libc functions from C code.ian11-11/+71
2013-11-22libgo: Update libtool support for powerpc64le-linux-gnu.ian2-8/+8
2013-11-19runtime: Update for change to libbacktrace library.ian1-1/+1
2013-11-19reflect: Handle calls to functions that take or return empty structsian2-1/+44
2013-11-19gotest: Recognize PPC ELF v2 function pointers in text section.ian1-1/+1
2013-11-19libgo: Fix typo for is_dragonfly in configure script.ian2-2/+2
2013-11-15runtime: Use runtime_m to get m value after call to runtime_mcall.ian1-1/+4
2013-11-14runtime: Don't use filename without '/' for backtrace library.ian1-0/+7
2013-11-14net: On Solaris use Darwin keepalive code.ian3-27/+2
2013-11-14runtime: Add netpoll code that uses select.ian8-59/+270
2013-11-14runtime: Fix GC flag in when allocating memory from cgo.ian1-1/+1
2013-11-14go/build: Add all known gccgo architectures to list.ian1-1/+1
2013-11-14libgo/go/go/build: use syslist.go from the gc stdlib.ian3-20/+10