Age | Commit message (Expand) | Author | Files | Lines |
2016-08-13 | libgo: don't unset in shell script | Ian Lance Taylor | 1 | -3/+4 |
2016-08-08 | testsuite: fix gotest for absolute srcdir | Ian Lance Taylor | 1 | -24/+42 |
2016-08-07 | internal/syscall/unix: fix syscalls for alpha, ia64, s390 | Ian Lance Taylor | 1 | -2/+2 |
2016-08-06 | libgo: change build procedure to use build tags | Ian Lance Taylor | 1 | -19/+16 |
2016-08-03 | gotest: multiple +build lines must all be true | Ian Lance Taylor | 1 | -45/+49 |
2016-01-11 | re PR go/68980 (ps -o cmd in gotest isn't portable) | Ian Lance Taylor | 1 | -1/+1 |
2015-11-04 | gotest: fix handling of --goarch option | Ian Lance Taylor | 1 | -11/+1 |
2015-10-31 | runtime: Remove now unnecessary pad field from ParFor. | Ian Lance Taylor | 1 | -1/+110 |
2015-10-09 | Testsuite: add dg-{begin|end}-multiline-output commands | David Malcolm | 1 | -0/+1 |
2015-09-15 | libgo: If compiler can split-stack and linker can not, use -fno-split-stack. | Ian Lance Taylor | 1 | -0/+1 |
2015-09-15 | libgo: don't provide ustat on arm64 GNU/Linux | Ian Lance Taylor | 1 | -13/+47 |
2015-08-20 | libgo/testsuite: another fix for killing the sleep process | Ian Lance Taylor | 1 | -3/+6 |
2015-08-07 | libgo/testsuite: don't call kill without args | Ian Lance Taylor | 1 | -1/+4 |
2015-08-03 | libgo/testsuite: kill sleep process in gotest | Ian Lance Taylor | 1 | -1/+1 |
2015-01-15 | libgo, compiler: Upgrade libgo to Go 1.4, except for runtime. | Ian Lance Taylor | 1 | -4/+25 |
2014-12-12 | Add load of target-utils.exp to libatomic, libitm, libvtv, libgo testsuite dr... | Kyrylo Tkachov | 1 | -0/+2 |
2014-11-21 | runtime: GOARCH values for ppc64 BE & LE | Ian Lance Taylor | 1 | -1/+1 |
2014-07-01 | runtime: introduce build targets for running benchmarks | Ian Lance Taylor | 1 | -14/+32 |
2014-05-29 | runtime: add the --without-libatomic configure option | Ian Lance Taylor | 1 | -0/+1 |
2013-11-19 | gotest: Recognize PPC ELF v2 function pointers in text section. | Ian Lance Taylor | 1 | -1/+1 |
2013-02-09 | re PR go/56017 (libgo testsuite does not support cross testing) | Ian Lance Taylor | 1 | -0/+1 |
2013-02-05 | re PR go/56017 (libgo testsuite does not support cross testing) | Ian Lance Taylor | 1 | -0/+1 |
2013-02-02 | re PR go/56171 (syscall FAILs on Solaris) | Ian Lance Taylor | 1 | -0/+9 |
2012-10-23 | libgo: Update to current sources. | Ian Lance Taylor | 1 | -4/+12 |
2012-09-20 | libgo: Add no-dist and -Wno-portability to AM_INIT_AUTOMAKE. | Ian Lance Taylor | 1 | -36/+3 |
2012-06-25 | gotest: Only look in data segment for ppc64, not ppc*. | Ian Lance Taylor | 1 | -1/+1 |
2012-05-14 | libgo: Use -fgo-pkgpath. | Ian Lance Taylor | 1 | -8/+25 |
2012-04-24 | gotest: Remove race in use of ../testdata. | Ian Lance Taylor | 1 | -14/+16 |
2012-04-20 | net, syscall: Use native endianness for GNU/Linux netlink code. | Ian Lance Taylor | 1 | -1/+0 |
2012-04-20 | gotest: Don't get confused by data tables named Test on PPC. | Ian Lance Taylor | 1 | -3/+3 |
2012-04-03 | syscall, net: Fix GNU/Linux netlink code for big-endian systems. | Ian Lance Taylor | 1 | -0/+1 |
2012-04-03 | gotest: Fix finding functions on PPC. | Ian Lance Taylor | 1 | -1/+16 |
2012-02-14 | re PR go/48410 (weird installation dir) | Ian Lance Taylor | 1 | -1/+1 |
2012-02-08 | math: Compile with -mfancy-math-387 -funsafe-optimizations on x86. | Ian Lance Taylor | 1 | -0/+1 |
2012-01-25 | libgo: Update to weekly.2012-01-15. | Ian Lance Taylor | 1 | -4/+14 |
2012-01-06 | compiler, runtime: Implement struct and array comparisons. | Ian Lance Taylor | 1 | -3/+3 |
2011-12-03 | libgo: Update to weekly.2011-11-02. | Ian Lance Taylor | 1 | -2/+1 |
2011-12-03 | libgo: Generate dependencies automatically. | Ian Lance Taylor | 1 | -0/+1 |
2011-11-01 | syscall: Portability code for epoll_event on GNU/Linux. | Ian Lance Taylor | 1 | -0/+2 |
2011-10-26 | Update Go library to last weekly. | Ian Lance Taylor | 1 | -1/+17 |
2011-10-23 | Implement new syscall package. | Ian Lance Taylor | 1 | -1/+4 |
2011-09-26 | Pass $(MATH_LIBS) $(NET_LIBS) when linking tests. | Ian Lance Taylor | 1 | -1/+1 |
2011-09-21 | Increase default libgo test timeout. | Ian Lance Taylor | 1 | -1/+1 |
2011-09-16 | Update Go library to r60. | Ian Lance Taylor | 2 | -1/+22 |
2011-07-13 | libgo/testsuite/gotest: Run tests in source file order. | Ian Lance Taylor | 1 | -2/+2 |
2011-07-11 | libgo: Define CC_FOR_BUILD in Makefile. | Ian Lance Taylor | 1 | -0/+1 |
2011-04-05 | gotest: Add external timeout if internal timeout fails. | Ian Lance Taylor | 1 | -1/+14 |
2011-04-05 | gotest: Avoid echo -n. | Ian Lance Taylor | 1 | -2/+2 |
2011-04-01 | libgo: Support Solaris 8/9. | Ian Lance Taylor | 1 | -0/+1 |
2011-03-31 | libgo: Set name of test when using DejaGNU tests. | Ian Lance Taylor | 2 | -1/+21 |