summaryrefslogtreecommitdiff
path: root/libgo
AgeCommit message (Expand)Author
2015-02-06mksysinfo.sh: Remove _zone_net_addr_t handling.Ian Lance Taylor
2015-02-06runtime: Add memprofilerate to GODEBUGIan Lance Taylor
2015-02-03go/types: Remove unused testdata files.Ian Lance Taylor
2015-01-23re PR go/64573 (Cmd.Start swallows error from fork()/clone())Ian Lance Taylor
2015-01-23re PR go/64725 (FAIL: libgo/runtime TestFinalizerType testing.go:278: #2: fin...Ian Lance Taylor
2015-01-23re PR go/64595 (go programs abort when debug info is stripped)Ian Lance Taylor
2015-01-21runtime: Add the Go language version information to the Version output.Ian Lance Taylor
2015-01-20re PR go/64683 (FAIL: runtime/pprof -- testing.go:278: The entry did not match)Ian Lance Taylor
2015-01-20runtime: No special case for 386 complex in FFI support.Ian Lance Taylor
2015-01-19Add attribute unused to dummy arguments in ffi stubRichard Henderson
2015-01-19reflect: Fix build for systems that do not define ffi_go_closure.Ian Lance Taylor
2015-01-16runtime: Add __sparc__ case for SETCONTEXT_CLOBBERS_TLS.Ian Lance Taylor
2015-01-16testing/quick: Revert Alpha specific change.Ian Lance Taylor
2015-01-16compiler, reflect, runtime: Use static chain for closures.Richard Henderson
2015-01-16net: Restore earlier Solaris-specific version of setKeepAlivePeriod.Ian Lance Taylor
2015-01-16runtime: Use a struct, not void, for an empty struct for libffi.Ian Lance Taylor
2015-01-15go/build: cgo works on linux/alpha.Ian Lance Taylor
2015-01-15reflect: Correct error in conversion of s390x support to Go 1.4.Ian Lance Taylor
2015-01-15libgo: Bump version number in libgo configure script.Ian Lance Taylor
2015-01-15Add files somehow left out of last commit (upgrade to Go 1.4).Ian Lance Taylor
2015-01-15libgo, compiler: Upgrade libgo to Go 1.4, except for runtime.Ian Lance Taylor
2015-01-10cmd/go: Back-port CL 157460043 (pass $CGO_LDFLAGS to linker with the "gccgo" ...Ian Lance Taylor
2015-01-09cmd/go: Adjust finding gccgo to match current upstream sources.Ian Lance Taylor
2015-01-08cmd/go: Use builtin constant to set default gccgo compiler.Ian Lance Taylor
2015-01-06libgo: Add sources for go, cgo, and gofmt commands.Ian Lance Taylor
2015-01-05re PR go/61871 (FAIL: regexp from libgo testsuite on non-split stack targets)Ian Lance Taylor
2014-12-23runtime: Remove undefined references to runtime_race*.Ian Lance Taylor
2014-12-17mksysinfo: Pass -O to compiler to avoid warnings on CentOS.Ian Lance Taylor
2014-12-13re PR go/61258 (gccgo: assertion failure go-map-delete.c:37 [GoSmith])Ian Lance Taylor
2014-12-13testing: Add testing.MainStart function.Ian Lance Taylor
2014-12-13runtime: Clear stack pointers for extra G's.Ian Lance Taylor
2014-12-12Add load of target-utils.exp to libatomic, libitm, libvtv, libgo testsuite dr...Kyrylo Tkachov
2014-12-01runtime: introduce mvifdiff.sh script to replace GCC's move-if-changeIan Lance Taylor
2014-11-21runtime: GOARCH values for ppc64 BE & LEIan Lance Taylor
2014-11-14runtime: set library name based on compiler nameIan Lance Taylor
2014-11-12libgo: Update libtool support to files in current GCC trunk.Ian Lance Taylor
2014-11-06runtime: Use stckf unconditionally on s390.Dominik Vogt
2014-11-06mksysinfo: Tolerate missing structures in upcase_fields.Dominik Vogt
2014-11-05sync/atomic: fix data races in testsIan Lance Taylor
2014-11-04libgo: add s390 supportIan Lance Taylor
2014-11-03runtime: use "$GOC -dumpversion" instead of BASE-VER to discover compiler ver...Ian Lance Taylor
2014-10-28debug/elf: add power64 support along with relocation testIan Lance Taylor
2014-10-28libgo: Add consts for ioctlIan Lance Taylor
2014-10-27libgo: Update to Go 1.3.3 release.Ian Lance Taylor
2014-10-20compiler, runtime: Add type information to single object allocation.Ian Lance Taylor
2014-10-20reflect: allocate correct type in assignTo and cvtT2IIan Lance Taylor
2014-10-17configure: Quote some shell variables.Ian Lance Taylor
2014-10-16runtime: Don't create threads with a small stack.Ian Lance Taylor
2014-10-08re PR go/60406 (recover.go: test13reflect2 test failure)Ian Lance Taylor
2014-10-03re PR go/61877 (reflect: cannot use []string as type string in Call)Ian Lance Taylor