Age | Commit message (Expand) | Author | Files | Lines |
2011-04-05 | libgo: Use MAP_FIXED if necessary to grab arena. | Ian Lance Taylor | 1 | -1/+1 |
2011-04-03 | Mark as executable in SVN. | Ian Lance Taylor | 1 | -0/+0 |
2011-04-01 | libgo: Support for alpha. | Ian Lance Taylor | 1 | -2/+21 |
2011-04-01 | libgo: Try to guess the right type for select bits in mksysinfo. | Ian Lance Taylor | 1 | -1/+1 |
2011-04-01 | libgo: Support Solaris 8/9. | Ian Lance Taylor | 1 | -2/+18 |
2011-04-01 | libgo: Recognize MIPS ABIs. | Ian Lance Taylor | 1 | -23/+102 |
2011-03-31 | re PR go/47515 (Issues porting libgo to IRIX 6.5) | Ian Lance Taylor | 1 | -2/+18 |
2011-03-30 | libgo: Use waitpid on systems which do not have wait4. | Ian Lance Taylor | 1 | -3/+17 |
2011-03-30 | libgo: Support systems which do not have strerror_r. | Ian Lance Taylor | 1 | -3/+18 |
2011-02-21 | Support libgo on Solaris. | Ian Lance Taylor | 1 | -1/+1 |
2011-02-13 | Remove freebsd1 from libtool.m4 macros and config.rpath. | Ralf Wildenhues | 1 | -14/+2 |
2011-02-10 | libgo/configure.ac: Use AC_COMPILE_IFELSE, not AC_PREPROC_IFELSE. | Ian Lance Taylor | 1 | -8/+8 |
2011-02-04 | Implement __sync_fetch_and_add_4 if necessary. | Ian Lance Taylor | 1 | -0/+29 |
2011-02-03 | Check whether we are using setjmp/longjmp exceptions. | Ian Lance Taylor | 1 | -2/+67 |
2011-02-02 | libgo: Apply upstream libtool patch. | Ian Lance Taylor | 1 | -5/+19 |
2011-02-01 | Test whether libgcc or kernel defines __sync_bool_compare_and_swap_4. | Ian Lance Taylor | 1 | -0/+28 |
2011-01-24 | Recognize m68k, mips, PPC. Don't require arch syscall files to exist. | Ian Lance Taylor | 1 | -9/+138 |
2011-01-14 | libgo: Check whether we need -lrt for sched_yield. | Ian Lance Taylor | 1 | -0/+57 |
2011-01-13 | Use GOARCH value of sparc64 rather than sparcv9. | Ian Lance Taylor | 1 | -13/+13 |
2011-01-12 | Preliminary framework for Solaris support. | Ian Lance Taylor | 1 | -46/+234 |
2011-01-12 | Simplify libgo Makefile conditionals. | Ian Lance Taylor | 1 | -13/+30 |
2010-12-08 | re PR other/46840 (libgo should link against libm) | Ian Lance Taylor | 1 | -2/+46 |
2010-12-03 | Check for -pthread and -lpthread at configure time. | Ian Lance Taylor | 1 | -2/+74 |
2010-12-03 | Add Go frontend, libgo library, and Go testsuite. | Ian Lance Taylor | 1 | -0/+16395 |