aboutsummaryrefslogtreecommitdiff
path: root/libgo
AgeCommit message (Expand)AuthorFilesLines
2015-04-08mksysinfo.sh: Define Solaris zone_net_addr_t struct.Ian Lance Taylor1-0/+5
2015-04-07re PR go/63731 (Fallback to netgo does not work)Ian Lance Taylor2-31/+89
2015-03-31Remove some files that were accidentally committed in 2014.Ian Lance Taylor3-1612/+0
2015-03-31go/cmd/go: always link external test packages firstIan Lance Taylor3-5/+14
2015-03-26re PR go/65587 (C package incomplete/not working for powerpc-linux-gnu)Ian Lance Taylor1-1/+1
2015-03-26libgo: Fix go/runtime test failure on S390.Ian Lance Taylor2-1/+11
2015-03-25re PR go/65570 (cannot find package "runtime/cgo")Ian Lance Taylor2-2/+2
2015-03-24re PR go/65417 (debug/elf: lacks support for PPC relocations)Ian Lance Taylor3-0/+49
2015-03-24re PR go/65462 (Use of 'go get' with gccgo is not finding dependencies correc...Ian Lance Taylor5-31/+65
2015-03-13libgo/README: Minor updates.Ian Lance Taylor1-9/+8
2015-03-12go/build: cgo works on linux/arm64.Ian Lance Taylor1-0/+1
2015-03-12re PR go/65404 (cgo tool on powerpc-linux-gnu maybe incomplete)Ian Lance Taylor1-0/+1
2015-03-10re PR go/65353 (unknown ptrSize for $GOARCH "arm64" on aarch64-linux-gnu)Ian Lance Taylor1-10/+32
2015-03-09re PR go/65349 (go tool crashes, can't compile go code on 32bit linux systems)Ian Lance Taylor1-1/+3
2015-03-09re PR go/65349 (go tool crashes, can't compile go code on 32bit linux systems)Ian Lance Taylor1-30/+6
2015-03-06libgo: Upgrade to Go 1.4.2 release.Ian Lance Taylor18-66/+170
2015-02-06mksysinfo.sh: Remove _zone_net_addr_t handling.Ian Lance Taylor1-5/+0
2015-02-06runtime: Add memprofilerate to GODEBUGIan Lance Taylor2-1/+19
2015-02-03go/types: Remove unused testdata files.Ian Lance Taylor13-1992/+0
2015-01-23re PR go/64573 (Cmd.Start swallows error from fork()/clone())Ian Lance Taylor1-0/+1
2015-01-23re PR go/64725 (FAIL: libgo/runtime TestFinalizerType testing.go:278: #2: fin...Ian Lance Taylor1-0/+9
2015-01-23re PR go/64595 (go programs abort when debug info is stripped)Ian Lance Taylor1-0/+5
2015-01-21runtime: Add the Go language version information to the Version output.Ian Lance Taylor4-2/+13
2015-01-20re PR go/64683 (FAIL: runtime/pprof -- testing.go:278: The entry did not match)Ian Lance Taylor1-2/+4
2015-01-20runtime: No special case for 386 complex in FFI support.Ian Lance Taylor1-15/+1
2015-01-19Add attribute unused to dummy arguments in ffi stubRichard Henderson1-1/+2
2015-01-19reflect: Fix build for systems that do not define ffi_go_closure.Ian Lance Taylor3-7/+7
2015-01-16runtime: Add __sparc__ case for SETCONTEXT_CLOBBERS_TLS.Ian Lance Taylor1-0/+24
2015-01-16testing/quick: Revert Alpha specific change.Ian Lance Taylor1-7/+4
2015-01-16compiler, reflect, runtime: Use static chain for closures.Richard Henderson21-2344/+84
2015-01-16net: Restore earlier Solaris-specific version of setKeepAlivePeriod.Ian Lance Taylor3-2/+34
2015-01-16runtime: Use a struct, not void, for an empty struct for libffi.Ian Lance Taylor1-3/+16
2015-01-15go/build: cgo works on linux/alpha.Ian Lance Taylor1-0/+1
2015-01-15reflect: Correct error in conversion of s390x support to Go 1.4.Ian Lance Taylor1-1/+1
2015-01-15libgo: Bump version number in libgo configure script.Ian Lance Taylor2-2/+2
2015-01-15Add files somehow left out of last commit (upgrade to Go 1.4).Ian Lance Taylor2-0/+174
2015-01-15libgo, compiler: Upgrade libgo to Go 1.4, except for runtime.Ian Lance Taylor613-6871/+29850
2015-01-10cmd/go: Back-port CL 157460043 (pass $CGO_LDFLAGS to linker with the "gccgo" ...Ian Lance Taylor1-0/+1
2015-01-09cmd/go: Adjust finding gccgo to match current upstream sources.Ian Lance Taylor1-6/+13
2015-01-08cmd/go: Use builtin constant to set default gccgo compiler.Ian Lance Taylor1-11/+12
2015-01-06libgo: Add sources for go, cgo, and gofmt commands.Ian Lance Taylor135-3/+18991
2015-01-05re PR go/61871 (FAIL: regexp from libgo testsuite on non-split stack targets)Ian Lance Taylor1-1/+1
2014-12-23runtime: Remove undefined references to runtime_race*.Ian Lance Taylor7-130/+2
2014-12-17mksysinfo: Pass -O to compiler to avoid warnings on CentOS.Ian Lance Taylor2-2/+2
2014-12-13re PR go/61258 (gccgo: assertion failure go-map-delete.c:37 [GoSmith])Ian Lance Taylor1-1/+4
2014-12-13testing: Add testing.MainStart function.Ian Lance Taylor1-5/+51
2014-12-13runtime: Clear stack pointers for extra G's.Ian Lance Taylor1-0/+3
2014-12-12Add load of target-utils.exp to libatomic, libitm, libvtv, libgo testsuite dr...Kyrylo Tkachov1-0/+2
2014-12-01runtime: introduce mvifdiff.sh script to replace GCC's move-if-changeIan Lance Taylor3-12/+27
2014-11-21runtime: GOARCH values for ppc64 BE & LEIan Lance Taylor4-7/+45