summaryrefslogtreecommitdiff
path: root/libgo
Commit message (Expand)AuthorAgeFilesLines
* libgo/README: Minor updates.ian2015-03-131-9/+8
* go/build: cgo works on linux/arm64.ian2015-03-121-0/+1
* PR go/65404ian2015-03-121-0/+1
* PR go/65353.ian2015-03-101-10/+32
* PR go/65349ian2015-03-091-1/+3
* PR go/65349ian2015-03-091-30/+6
* libgo: Upgrade to Go 1.4.2 release.ian2015-03-0618-66/+170
* mksysinfo.sh: Remove _zone_net_addr_t handling.ian2015-02-061-5/+0
* runtime: Add memprofilerate to GODEBUGian2015-02-062-1/+19
* go/types: Remove unused testdata files.ian2015-02-0313-1992/+0
* PR go/64573ian2015-01-231-0/+1
* 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