Age | Commit message (Expand) | Author | Files | Lines |
2017-09-14 | libgo: update to go1.9 | Ian Lance Taylor | 1 | -1/+1 |
2017-08-29 | libgo: netinet/icmp6.h require netinet/in.h on AIX | Ian Lance Taylor | 1 | -1/+16 |
2017-07-14 | libgo: don't copy semt into runtime.inc | Ian Lance Taylor | 1 | -1/+1 |
2017-06-21 | libgo: remove old MIPS architecture names | Ian Lance Taylor | 1 | -15/+2 |
2017-06-21 | libgo: use gc's arch names as the default GOARCHs on MIPS | Ian Lance Taylor | 1 | -4/+5 |
2017-06-21 | libgo, syscall: fix ptrace implementation on MIPS | Ian Lance Taylor | 1 | -1/+1 |
2017-05-10 | Big merge of changes to gofrontend repo that were postponed due to the | Ian Lance Taylor | 1 | -4/+28 |
2017-01-23 | libgo: bump library version to 11 | Ian Lance Taylor | 1 | -1/+1 |
2017-01-06 | re PR go/78978 (runtime/pprof FAILs on Solaris 2/x86) | Ian Lance Taylor | 1 | -36/+25 |
2017-01-03 | re PR go/78789 (Error: no such instruction: `aesenc %xmm0,%xmm2' when compili... | Ian Lance Taylor | 1 | -0/+26 |
2016-12-13 | libgo: fixes for Solaris build | Ian Lance Taylor | 1 | -2/+56 |
2016-12-08 | runtime: copy memory hash code from Go 1.7 | Ian Lance Taylor | 1 | -1/+1 |
2016-11-18 | Update libgo/configure to restore it to the master version. | Ian Lance Taylor | 1 | -5/+45 |
2016-11-18 | runtime, reflect: rewrite Go to FFI type conversion in Go | Ian Lance Taylor | 1 | -1/+15 |
2016-11-15 | config-ml.in: Remove references to GCJ. | Matthias Klose | 1 | -47/+6 |
2016-11-11 | libgo: fix GOARCH_INT64ALIGN for several targets | Ian Lance Taylor | 1 | -5/+1 |
2016-11-01 | libgo: fix GOARCH_PHYSPAGESIZE for ia64 | Ian Lance Taylor | 1 | -1/+1 |
2016-10-21 | libgo: leave Int64Align as 8 on 32-bit SPARC | Ian Lance Taylor | 1 | -1/+0 |
2016-10-18 | runtime: copy netpoll code from Go 1.7 runtime | Ian Lance Taylor | 1 | -1/+1 |
2016-10-11 | configure: redirect -fsplit-stack compilation to dev/null | Ian Lance Taylor | 1 | -3/+3 |
2016-09-30 | runtime: copy internal locking code from Go 1.7 runtime | Ian Lance Taylor | 1 | -1/+1 |
2016-09-14 | libgo: fix typo in configure.ac (PCQUANTUm -> PCQUANTUM) | Ian Lance Taylor | 1 | -1/+1 |
2016-09-11 | runtime/internal/sys: new package, API copied from Go 1.7 | Ian Lance Taylor | 1 | -324/+125 |
2016-08-07 | internal/syscall/unix: fix syscalls for alpha, ia64, s390 | Ian Lance Taylor | 1 | -2/+21 |
2016-07-26 | libgo: bump library version number for 1.7 | Ian Lance Taylor | 1 | -1/+1 |
2016-07-22 | libgo: update to go1.7rc3 | Ian Lance Taylor | 1 | -2/+16 |
2016-02-04 | libgo: bump version number for upgrade to 1.6rc1 | Ian Lance Taylor | 1 | -1/+1 |
2016-02-03 | libgo: Update to go1.6rc1. | Ian Lance Taylor | 1 | -2/+16 |
2015-11-21 | re PR go/66574 (Time is provided in millisecond precision instead of nanoseco... | Ian Lance Taylor | 1 | -0/+56 |
2015-11-10 | libgo: use Solaris sendfile lib, fix Solaris _in6_addr_t fields | Ian Lance Taylor | 1 | -0/+40 |
2015-11-02 | libgo: Bump version number. | Ian Lance Taylor | 1 | -1/+1 |
2015-09-15 | libgo: If compiler can split-stack and linker can not, use -fno-split-stack. | Ian Lance Taylor | 1 | -2/+10 |
2015-09-15 | libgo: test linking split-stack and non-split-stack together | Ian Lance Taylor | 1 | -2/+27 |
2015-09-15 | libgo: don't provide ustat on arm64 GNU/Linux | Ian Lance Taylor | 1 | -7/+10 |
2015-09-10 | libgo: Use stat_atim.go on Solaris 12+ | Ian Lance Taylor | 1 | -2/+30 |
2015-05-16 | libgo: Use __USING_SJLJ_EXCEPTIONS__ rather than configure test. | Ian Lance Taylor | 1 | -67/+2 |
2015-01-15 | libgo: Bump version number in libgo configure script. | Ian Lance Taylor | 1 | -1/+1 |
2015-01-15 | libgo, compiler: Upgrade libgo to Go 1.4, except for runtime. | Ian Lance Taylor | 1 | -1/+1 |
2014-11-21 | runtime: GOARCH values for ppc64 BE & LE | Ian Lance Taylor | 1 | -3/+32 |
2014-11-14 | runtime: set library name based on compiler name | Ian Lance Taylor | 1 | -2/+29 |
2014-11-12 | libgo: Update libtool support to files in current GCC trunk. | Ian Lance Taylor | 1 | -23/+19 |
2014-11-04 | libgo: add s390 support | Ian Lance Taylor | 1 | -2/+52 |
2014-10-17 | configure: Quote some shell variables. | Ian Lance Taylor | 1 | -8/+8 |
2014-09-29 | libgo/configure: Use -Qunused-arguments for asm tests if supported. | Ian Lance Taylor | 1 | -0/+37 |
2014-07-19 | libgo: Bump version number. | Ian Lance Taylor | 1 | -1/+1 |
2014-05-29 | runtime: add the --without-libatomic configure option | Ian Lance Taylor | 1 | -2/+23 |
2014-05-07 | mksysinfo: Define CLONE flags. | Ian Lance Taylor | 1 | -1/+1 |
2014-05-01 | runtime: ask $GOC rather than $CC for the version and multi-os-directory | Ian Lance Taylor | 1 | -1/+1 |
2014-04-16 | libgo: Remove Solaris 8 & 9 support. | Ian Lance Taylor | 1 | -19/+0 |
2014-03-12 | libgo: Build math package with -ffp-contract=off on non-x86. | Ian Lance Taylor | 1 | -0/+2 |