summaryrefslogtreecommitdiff
path: root/libgo
Commit message (Expand)AuthorAgeFilesLines
...
* PR go/64725ian2015-01-231-0/+9
* PR go/64595ian2015-01-231-0/+5
* runtime: Add the Go language version information to the Version output.ian2015-01-214-2/+13
* PR go/64683ian2015-01-201-2/+4
* runtime: No special case for 386 complex in FFI support.ian2015-01-201-15/+1
* Add attribute unused to dummy arguments in ffi stubrth2015-01-191-1/+2
* reflect: Fix build for systems that do not define ffi_go_closure.ian2015-01-193-7/+7
* runtime: Add __sparc__ case for SETCONTEXT_CLOBBERS_TLS.ian2015-01-161-0/+24
* testing/quick: Revert Alpha specific change.ian2015-01-161-7/+4
* compiler, reflect, runtime: Use static chain for closures.ian2015-01-1621-2344/+84
* net: Restore earlier Solaris-specific version of setKeepAlivePeriod.ian2015-01-163-2/+34
* runtime: Use a struct, not void, for an empty struct for libffi.ian2015-01-161-3/+16
* go/build: cgo works on linux/alpha.ian2015-01-151-0/+1
* reflect: Correct error in conversion of s390x support to Go 1.4.ian2015-01-151-1/+1
* libgo: Bump version number in libgo configure script.ian2015-01-152-2/+2
* Add files somehow left out of last commit (upgrade to Go 1.4).ian2015-01-152-0/+174
* libgo, compiler: Upgrade libgo to Go 1.4, except for runtime.ian2015-01-15613-6871/+29850
* cmd/go: Back-port CL 157460043 (pass $CGO_LDFLAGS to linker with the "gccgo" ...ian2015-01-101-0/+1
* cmd/go: Adjust finding gccgo to match current upstream sources.ian2015-01-091-6/+13
* cmd/go: Use builtin constant to set default gccgo compiler.ian2015-01-081-11/+12
* libgo: Add sources for go, cgo, and gofmt commands.ian2015-01-06135-3/+18991
* PR go/61871ian2015-01-051-1/+1
* runtime: Remove undefined references to runtime_race*.ian2014-12-237-130/+2
* mksysinfo: Pass -O to compiler to avoid warnings on CentOS.ian2014-12-172-2/+2
* PR go/61258ian2014-12-131-1/+4
* testing: Add testing.MainStart function.ian2014-12-131-5/+51
* runtime: Clear stack pointers for extra G's.ian2014-12-131-0/+3
* Add load of target-utils.exp to libatomic, libitm, libvtv, libgo testsuite dr...ktkachov2014-12-121-0/+2
* runtime: introduce mvifdiff.sh script to replace GCC's move-if-changeian2014-12-013-12/+27
* runtime: GOARCH values for ppc64 BE & LEian2014-11-214-7/+45
* runtime: set library name based on compiler nameian2014-11-144-44/+116
* libgo: Update libtool support to files in current GCC trunk.ian2014-11-123-45/+37
* runtime: Use stckf unconditionally on s390.ian2014-11-061-6/+6
* mksysinfo: Tolerate missing structures in upcase_fields.ian2014-11-061-4/+4
* sync/atomic: fix data races in testsian2014-11-051-8/+8
* libgo: add s390 supportian2014-11-0420-18/+1309
* runtime: use "$GOC -dumpversion" instead of BASE-VER to discover compiler ver...ian2014-11-032-2/+2
* debug/elf: add power64 support along with relocation testian2014-10-284-1/+233
* libgo: Add consts for ioctlian2014-10-281-1/+25
* libgo: Update to Go 1.3.3 release.ian2014-10-2719-60/+336
* compiler, runtime: Add type information to single object allocation.ian2014-10-201-4/+8
* reflect: allocate correct type in assignTo and cvtT2Iian2014-10-201-11/+11
* configure: Quote some shell variables.ian2014-10-172-16/+16
* runtime: Don't create threads with a small stack.ian2014-10-161-55/+0
* PR go/60406ian2014-10-085-76/+195
* PR go/61877ian2014-10-032-39/+97
* runtime: Check for CPU_COUNT itself, don't check glibc version.ian2014-10-031-1/+1
* libgo/configure: Use -Qunused-arguments for asm tests if supported.ian2014-09-292-0/+61
* runtime: Mark runtime_goexit function as noinline.ian2014-09-221-0/+1
* runtime: Restore copyright notice accidentally removed from mgc0.c.ian2014-09-201-1/+1