| Commit message (Expand) | Author | Age | Files | Lines |
* | libgo: fix GOARCH_INT64ALIGN for several targets | Ian Lance Taylor | 2016-11-11 | 1 | -5/+1 |
* | libgo: fix GOARCH_PHYSPAGESIZE for ia64 | Ian Lance Taylor | 2016-11-01 | 1 | -1/+1 |
* | libgo: leave Int64Align as 8 on 32-bit SPARC | Ian Lance Taylor | 2016-10-21 | 1 | -1/+0 |
* | runtime: copy netpoll code from Go 1.7 runtime | Ian Lance Taylor | 2016-10-18 | 1 | -1/+1 |
* | configure: redirect -fsplit-stack compilation to dev/null | Ian Lance Taylor | 2016-10-11 | 1 | -3/+3 |
* | runtime: copy internal locking code from Go 1.7 runtime | Ian Lance Taylor | 2016-09-30 | 1 | -1/+1 |
* | libgo: fix typo in configure.ac (PCQUANTUm -> PCQUANTUM) | Ian Lance Taylor | 2016-09-14 | 1 | -1/+1 |
* | runtime/internal/sys: new package, API copied from Go 1.7 | Ian Lance Taylor | 2016-09-11 | 1 | -324/+125 |
* | internal/syscall/unix: fix syscalls for alpha, ia64, s390 | Ian Lance Taylor | 2016-08-07 | 1 | -2/+21 |
* | libgo: bump library version number for 1.7 | Ian Lance Taylor | 2016-07-26 | 1 | -1/+1 |
* | libgo: update to go1.7rc3 | Ian Lance Taylor | 2016-07-22 | 1 | -2/+16 |
* | libgo: bump version number for upgrade to 1.6rc1 | Ian Lance Taylor | 2016-02-04 | 1 | -1/+1 |
* | libgo: Update to go1.6rc1. | Ian Lance Taylor | 2016-02-03 | 1 | -2/+16 |
* | re PR go/66574 (Time is provided in millisecond precision instead of nanoseco... | Ian Lance Taylor | 2015-11-21 | 1 | -0/+56 |
* | libgo: use Solaris sendfile lib, fix Solaris _in6_addr_t fields | Ian Lance Taylor | 2015-11-10 | 1 | -0/+40 |
* | libgo: Bump version number. | Ian Lance Taylor | 2015-11-02 | 1 | -1/+1 |
* | libgo: If compiler can split-stack and linker can not, use -fno-split-stack. | Ian Lance Taylor | 2015-09-15 | 1 | -2/+10 |
* | libgo: test linking split-stack and non-split-stack together | Ian Lance Taylor | 2015-09-15 | 1 | -2/+27 |
* | libgo: don't provide ustat on arm64 GNU/Linux | Ian Lance Taylor | 2015-09-15 | 1 | -7/+10 |
* | libgo: Use stat_atim.go on Solaris 12+ | Ian Lance Taylor | 2015-09-10 | 1 | -2/+30 |
* | libgo: Use __USING_SJLJ_EXCEPTIONS__ rather than configure test. | Ian Lance Taylor | 2015-05-16 | 1 | -67/+2 |
* | libgo: Bump version number in libgo configure script. | Ian Lance Taylor | 2015-01-15 | 1 | -1/+1 |
* | libgo, compiler: Upgrade libgo to Go 1.4, except for runtime. | Ian Lance Taylor | 2015-01-15 | 1 | -1/+1 |
* | runtime: GOARCH values for ppc64 BE & LE | Ian Lance Taylor | 2014-11-21 | 1 | -3/+32 |
* | runtime: set library name based on compiler name | Ian Lance Taylor | 2014-11-14 | 1 | -2/+29 |
* | libgo: Update libtool support to files in current GCC trunk. | Ian Lance Taylor | 2014-11-12 | 1 | -23/+19 |
* | libgo: add s390 support | Ian Lance Taylor | 2014-11-04 | 1 | -2/+52 |
* | configure: Quote some shell variables. | Ian Lance Taylor | 2014-10-17 | 1 | -8/+8 |
* | libgo/configure: Use -Qunused-arguments for asm tests if supported. | Ian Lance Taylor | 2014-09-29 | 1 | -0/+37 |
* | libgo: Bump version number. | Ian Lance Taylor | 2014-07-19 | 1 | -1/+1 |
* | runtime: add the --without-libatomic configure option | Ian Lance Taylor | 2014-05-29 | 1 | -2/+23 |
* | mksysinfo: Define CLONE flags. | Ian Lance Taylor | 2014-05-07 | 1 | -1/+1 |
* | runtime: ask $GOC rather than $CC for the version and multi-os-directory | Ian Lance Taylor | 2014-05-01 | 1 | -1/+1 |
* | libgo: Remove Solaris 8 & 9 support. | Ian Lance Taylor | 2014-04-16 | 1 | -19/+0 |
* | libgo: Build math package with -ffp-contract=off on non-x86. | Ian Lance Taylor | 2014-03-12 | 1 | -0/+2 |
* | libgo/configure: Test for gold with gccgo -Wl,--help, not ld --help. | Ian Lance Taylor | 2014-01-22 | 1 | -1/+1 |
* | go/build: Set GOARCH on arm64 systems. | Ian Lance Taylor | 2014-01-06 | 1 | -2/+21 |
* | syscall: Only call varargs libc functions from C code. | Ian Lance Taylor | 2013-11-24 | 1 | -1/+1 |
* | libgo: Update libtool support for powerpc64le-linux-gnu. | Ian Lance Taylor | 2013-11-22 | 1 | -4/+4 |
* | libgo: Fix typo for is_dragonfly in configure script. | Ian Lance Taylor | 2013-11-19 | 1 | -1/+1 |
* | libgo: Update to October 24 version of master library. | Ian Lance Taylor | 2013-11-06 | 1 | -3/+19 |
* | syscall: Add Dup3, {Get,List,Remove,Set}xattr, {Get,Set}priority. | Ian Lance Taylor | 2013-10-17 | 1 | -1/+1 |
* | reflect: Use hand-coded .eh_frame section rather than CFI directives. | Ian Lance Taylor | 2013-10-02 | 1 | -0/+95 |
* | libgo: Update libtool.m4 from upstream to recognize powerpcle. | Ian Lance Taylor | 2013-08-23 | 1 | -5/+11 |
* | compiler, runtime: Use function descriptors. | Ian Lance Taylor | 2013-06-18 | 1 | -1/+1 |
* | re PR go/56171 (syscall FAILs on Solaris) | Ian Lance Taylor | 2013-02-11 | 1 | -0/+56 |
* | libgo: Correct test for whether to use DejaGNU. | Ian Lance Taylor | 2013-02-07 | 1 | -1/+1 |
* | re PR go/56017 (libgo testsuite does not support cross testing) | Ian Lance Taylor | 2013-02-05 | 1 | -2/+11 |
* | libgo: Update Go library to master revision 15489/921e53d4863c. | Ian Lance Taylor | 2013-01-29 | 1 | -1/+1 |
* | libgo: Add --enable-werror configure option. | Ian Lance Taylor | 2013-01-26 | 1 | -3/+12 |