summaryrefslogtreecommitdiff
path: root/libgo
AgeCommit message (Expand)Author
2015-01-23 PR go/64573ian
2015-01-23 PR go/64725ian
2015-01-23 PR go/64595ian
2015-01-21runtime: Add the Go language version information to the Version output.ian
2015-01-20 PR go/64683ian
2015-01-20runtime: No special case for 386 complex in FFI support.ian
2015-01-19Add attribute unused to dummy arguments in ffi stubrth
2015-01-19reflect: Fix build for systems that do not define ffi_go_closure.ian
2015-01-16runtime: Add __sparc__ case for SETCONTEXT_CLOBBERS_TLS.ian
2015-01-16testing/quick: Revert Alpha specific change.ian
2015-01-16compiler, reflect, runtime: Use static chain for closures.ian
2015-01-16net: Restore earlier Solaris-specific version of setKeepAlivePeriod.ian
2015-01-16runtime: Use a struct, not void, for an empty struct for libffi.ian
2015-01-15go/build: cgo works on linux/alpha.ian
2015-01-15reflect: Correct error in conversion of s390x support to Go 1.4.ian
2015-01-15libgo: Bump version number in libgo configure script.ian
2015-01-15Add files somehow left out of last commit (upgrade to Go 1.4).ian
2015-01-15libgo, compiler: Upgrade libgo to Go 1.4, except for runtime.ian
2015-01-10cmd/go: Back-port CL 157460043 (pass $CGO_LDFLAGS to linker with the "gccgo" ...ian
2015-01-09cmd/go: Adjust finding gccgo to match current upstream sources.ian
2015-01-08cmd/go: Use builtin constant to set default gccgo compiler.ian
2015-01-06libgo: Add sources for go, cgo, and gofmt commands.ian
2015-01-05 PR go/61871ian
2014-12-23runtime: Remove undefined references to runtime_race*.ian
2014-12-17mksysinfo: Pass -O to compiler to avoid warnings on CentOS.ian
2014-12-13 PR go/61258ian
2014-12-13testing: Add testing.MainStart function.ian
2014-12-13runtime: Clear stack pointers for extra G's.ian
2014-12-12Add load of target-utils.exp to libatomic, libitm, libvtv, libgo testsuite dr...ktkachov
2014-12-01runtime: introduce mvifdiff.sh script to replace GCC's move-if-changeian
2014-11-21runtime: GOARCH values for ppc64 BE & LEian
2014-11-14runtime: set library name based on compiler nameian
2014-11-12libgo: Update libtool support to files in current GCC trunk.ian
2014-11-06runtime: Use stckf unconditionally on s390.ian
2014-11-06mksysinfo: Tolerate missing structures in upcase_fields.ian
2014-11-05sync/atomic: fix data races in testsian
2014-11-04libgo: add s390 supportian
2014-11-03runtime: use "$GOC -dumpversion" instead of BASE-VER to discover compiler ver...ian
2014-10-28debug/elf: add power64 support along with relocation testian
2014-10-28libgo: Add consts for ioctlian
2014-10-27libgo: Update to Go 1.3.3 release.ian
2014-10-20compiler, runtime: Add type information to single object allocation.ian
2014-10-20reflect: allocate correct type in assignTo and cvtT2Iian
2014-10-17configure: Quote some shell variables.ian
2014-10-16runtime: Don't create threads with a small stack.ian
2014-10-08 PR go/60406ian
2014-10-03 PR go/61877ian
2014-10-03runtime: Check for CPU_COUNT itself, don't check glibc version.ian
2014-09-29libgo/configure: Use -Qunused-arguments for asm tests if supported.ian
2014-09-22runtime: Mark runtime_goexit function as noinline.ian