aboutsummaryrefslogtreecommitdiff
path: root/libgo/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2014-11-14runtime: set library name based on compiler nameIan Lance Taylor1-5/+25
2014-11-04libgo: add s390 supportIan Lance Taylor1-0/+15
2014-11-03runtime: use "$GOC -dumpversion" instead of BASE-VER to discover compiler ver...Ian Lance Taylor1-1/+1
2014-07-19reflect, runtime: Use libffi closures to implement reflect.MakeFunc.Ian Lance Taylor1-0/+8
2014-07-19libgo: Update to Go 1.3 release.Ian Lance Taylor1-20/+24
2014-07-12runtime: Merge master revision 19185.Ian Lance Taylor1-5/+4
2014-07-11runtime: Rename iface.goc to go-iface.goc.Ian Lance Taylor1-1/+1
2014-07-01runtime: introduce build targets for running benchmarksIan Lance Taylor1-0/+6
2014-06-06libgo: Merge to master revision 19184.Ian Lance Taylor1-4/+25
2014-06-04libgo: Merge from revision 18783:00cce3a34d7e of master library.Ian Lance Taylor1-2/+19
2014-05-29runtime: add the --without-libatomic configure optionIan Lance Taylor1-2/+3
2014-05-01runtime: ask $GOC rather than $CC for the version and multi-os-directoryIan Lance Taylor1-1/+1
2014-01-08re PR go/59430 (os/user FAILs on Solaris)Ian Lance Taylor1-2/+9
2013-11-24syscall: Only call varargs libc functions from C code.Ian Lance Taylor1-0/+1
2013-11-14net: On Solaris use Darwin keepalive code.Ian Lance Taylor1-1/+1
2013-11-14runtime: Add netpoll code that uses select.Ian Lance Taylor1-26/+5
2013-11-14libgo/go/go/build: use syslist.go from the gc stdlib.Ian Lance Taylor1-10/+1
2013-11-11net: Fix TCP keepalive handling for Solaris.Ian Lance Taylor1-0/+4
2013-11-06libgo: Update to October 24 version of master library.Ian Lance Taylor1-12/+86
2013-10-09compiler, runtime: Fix complex division of NaN / 0.Ian Lance Taylor1-0/+1
2013-09-27reflect: Implement MakeFunc for 386.Ian Lance Taylor1-0/+7
2013-09-27reflect: Implement MakeFunc for amd64.Ian Lance Taylor1-0/+16
2013-07-16libgo: Update to Go 1.1.1.Ian Lance Taylor1-282/+58
2013-06-18compiler, runtime: Use function descriptors.Ian Lance Taylor1-1/+0
2013-02-20re PR go/56171 (syscall FAILs on Solaris)Ian Lance Taylor1-2/+17
2013-02-11re PR go/56171 (syscall FAILs on Solaris)Ian Lance Taylor1-1/+1
2013-02-09re PR go/56017 (libgo testsuite does not support cross testing)Ian Lance Taylor1-1/+4
2013-02-05re PR go/56017 (libgo testsuite does not support cross testing)Ian Lance Taylor1-7/+1
2013-02-02re PR go/56171 (syscall FAILs on Solaris)Ian Lance Taylor1-2/+13
2013-01-29libgo: Update Go library to master revision 15489/921e53d4863c.Ian Lance Taylor1-31/+73
2013-01-24re PR go/46986 (Go is not supported on Darwin)Ian Lance Taylor1-3/+3
2012-12-22libgo: Update to revision 15193:6fdc1974457c of master library.Ian Lance Taylor1-0/+9
2012-12-18libgo: Link against libatomic_convenience.la.Ian Lance Taylor1-3/+3
2012-12-18libgo: Link against libatomic.Andreas Schwab1-2/+3
2012-12-12libgo: Update to current master library sources.Ian Lance Taylor1-0/+35
2012-11-29compiler, runtime: Track fields with tag go:"track".Ian Lance Taylor1-0/+1
2012-11-21libgo: Update to current version of master library.Ian Lance Taylor1-1/+9
2012-11-06compiler, runtime: Memcmp routine returns intgo.Ian Lance Taylor1-0/+1
2012-11-05os: support more OSesIan Lance Taylor1-0/+20
2012-10-31runtime/goc2c: Drop gc support, change int to intgo.Ian Lance Taylor1-8/+8
2012-10-25libgo: Solaris portability patches.Ian Lance Taylor1-1/+4
2012-10-23re PR go/54918 (libgo.so.0 is not runtime compatible between gcc-4.6.2 and gc...Ian Lance Taylor1-1/+2
2012-10-23libgo: Update to current sources.Ian Lance Taylor1-15/+136
2012-10-03libgo: Update to Go 1.0.3.Ian Lance Taylor1-0/+1
2012-09-28libgo: Use libbacktrace rather than debug/elf registration.Ian Lance Taylor1-4/+5
2012-08-07runtime: support NumCPU() on more platforms Added support for Solaris, Irix, ...Ian Lance Taylor1-1/+28
2012-07-26runtime, runtime/pprof: Fix runtime/pprof test to pass, enable it.Ian Lance Taylor1-1/+5
2012-06-14libgo: Make the subdirectory in the CHECK target.Ian Lance Taylor1-108/+1
2012-05-24runtime: Copy runtime_printf from other Go library.Ian Lance Taylor1-0/+1
2012-05-17runtime: Print stack trace on panic or signal.Ian Lance Taylor1-0/+1