summaryrefslogtreecommitdiff
path: root/libgo/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* runtime/internal/sys: new package, API copied from Go 1.7ian2016-09-111-7/+65
* runtime/internal/atomic: new package, API copied from Go 1.7ian2016-09-101-0/+17
* runtime: use -fgo-c-header to build C header fileian2016-08-301-12/+34
* libgo: don't have .lo depend on .lo.depian2016-08-081-155/+158
* libgo: change build procedure to use build tagsian2016-08-061-1931/+364
* libgo: update to go1.7rc3ian2016-07-221-23/+226
* libgo: Update to go1.6rc1.ian2016-02-031-25/+70
* libgo: Solaris portability fixes.ian2015-11-061-2/+12
* gotest: fix handling of --goarch optionian2015-11-041-3/+3
* runtime: Remove now unnecessary pad field from ParFor.ian2015-10-311-35/+400
* libgo: If compiler can split-stack and linker can not, use -fno-split-stack.ian2015-09-151-1/+1
* libgo: don't provide ustat on arm64 GNU/Linuxian2015-09-151-0/+12
* libgo: Use stat_atim.go on Solaris 12+ian2015-09-101-0/+4
* syscall: RawSockaddr fix for ppc64, ppc64leian2015-08-031-0/+11
* runtime: Support -buildmode=c-shared.ian2015-04-291-2/+7
* PR go/65616ian2015-04-241-0/+4
* PR go/63731ian2015-04-071-4/+26
* PR go/65570ian2015-03-251-1/+1
* PR go/65462ian2015-03-241-0/+14
* runtime: Add the Go language version information to the Version output.ian2015-01-211-1/+1
* compiler, reflect, runtime: Use static chain for closures.ian2015-01-161-38/+0
* net: Restore earlier Solaris-specific version of setKeepAlivePeriod.ian2015-01-161-0/+4
* libgo, compiler: Upgrade libgo to Go 1.4, except for runtime.ian2015-01-151-12/+59
* libgo: Add sources for go, cgo, and gofmt commands.ian2015-01-061-0/+2
* mksysinfo: Pass -O to compiler to avoid warnings on CentOS.ian2014-12-171-1/+1
* runtime: introduce mvifdiff.sh script to replace GCC's move-if-changeian2014-12-011-6/+6
* runtime: set library name based on compiler nameian2014-11-141-5/+25
* libgo: add s390 supportian2014-11-041-0/+15
* runtime: use "$GOC -dumpversion" instead of BASE-VER to discover compiler ver...ian2014-11-031-1/+1
* reflect, runtime: Use libffi closures to implement reflect.MakeFunc.ian2014-07-191-0/+8
* libgo: Update to Go 1.3 release.ian2014-07-191-20/+24
* runtime: Merge master revision 19185.ian2014-07-121-5/+4
* runtime: Rename iface.goc to go-iface.goc.ian2014-07-111-1/+1
* runtime: introduce build targets for running benchmarksian2014-07-011-0/+6
* libgo: Merge to master revision 19184.ian2014-06-061-4/+25
* libgo: Merge from revision 18783:00cce3a34d7e of master library.ian2014-06-041-2/+19
* runtime: add the --without-libatomic configure optionian2014-05-291-2/+3
* runtime: ask $GOC rather than $CC for the version and multi-os-directoryian2014-05-011-1/+1
* PR go/59430ian2014-01-081-2/+9
* syscall: Only call varargs libc functions from C code.ian2013-11-241-0/+1
* net: On Solaris use Darwin keepalive code.ian2013-11-141-1/+1
* runtime: Add netpoll code that uses select.ian2013-11-141-26/+5
* libgo/go/go/build: use syslist.go from the gc stdlib.ian2013-11-141-10/+1
* net: Fix TCP keepalive handling for Solaris.ian2013-11-111-0/+4
* libgo: Update to October 24 version of master library.ian2013-11-061-12/+86
* compiler, runtime: Fix complex division of NaN / 0.ian2013-10-091-0/+1
* reflect: Implement MakeFunc for 386.ian2013-09-271-0/+7
* reflect: Implement MakeFunc for amd64.ian2013-09-271-0/+16
* libgo: Update to Go 1.1.1.ian2013-07-161-282/+58
* compiler, runtime: Use function descriptors.ian2013-06-181-1/+0