Age | Commit message (Expand) | Author | Files | Lines |
2016-11-11 | libgo: fix GOARCH_INT64ALIGN for several targets | Ian Lance Taylor | 2 | -10/+2 |
2016-11-10 | runtime: copy signal code from Go 1.7 runtime | Ian Lance Taylor | 24 | -934/+1359 |
2016-11-05 | re PR go/78172 (gen-sysinfo.go vs AIX cred.h) | Ian Lance Taylor | 1 | -2/+2 |
2016-11-01 | libgo: fix GOARCH_PHYSPAGESIZE for ia64 | Ian Lance Taylor | 2 | -2/+2 |
2016-11-01 | runtime: recreate function called by cgo -gccgo | Ian Lance Taylor | 1 | -0/+17 |
2016-11-01 | libgo: only rebuild package if dependent .gox has changed | Ian Lance Taylor | 2 | -4/+10 |
2016-11-01 | libgo: minor Makefile improvements | Ian Lance Taylor | 2 | -6/+6 |
2016-10-30 | libgo: eliminate a lot of duplication in Makefile.am | Ian Lance Taylor | 3 | -4070/+577 |
2016-10-28 | compiler, runtime: copy slice code from Go 1.7 runtime | Ian Lance Taylor | 9 | -252/+254 |
2016-10-28 | re PR go/78144 (FAIL: time on systems with tzdata2016g installed) | Ian Lance Taylor | 1 | -2/+5 |
2016-10-28 | re PR go/78143 (bootstrap broken in libgo on powerpc-linux-gnu) | Ian Lance Taylor | 1 | -1/+1 |
2016-10-28 | libgo: redirect grep output in mkrsysinfo.sh to /dev/null | Ian Lance Taylor | 1 | -1/+1 |
2016-10-21 | libgo: keep c0 and c1 out of runtime.inc | Ian Lance Taylor | 2 | -2/+2 |
2016-10-21 | libgo: leave Int64Align as 8 on 32-bit SPARC | Ian Lance Taylor | 2 | -2/+0 |
2016-10-21 | runtime: copy lfstack code from Go 1.7 runtime | Ian Lance Taylor | 8 | -118/+87 |
2016-10-20 | runtime: rewrite interface code into Go | Ian Lance Taylor | 36 | -1085/+651 |
2016-10-19 | runtime, syscall: force EPOLLET to be positive | Ian Lance Taylor | 3 | -1/+15 |
2016-10-18 | runtime: copy netpoll code from Go 1.7 runtime | Ian Lance Taylor | 23 | -1145/+1158 |
2016-10-18 | runtime: scan caller-saved registers for non-split-stack | Ian Lance Taylor | 1 | -1/+6 |
2016-10-17 | runtime: copy rdebug code from Go 1.7 runtime | Ian Lance Taylor | 19 | -83/+138 |
2016-10-15 | runtime: copy runtime package time code from Go 1.7 | Ian Lance Taylor | 10 | -422/+337 |
2016-10-14 | runtime: copy mprof code from Go 1.7 runtime | Ian Lance Taylor | 14 | -887/+951 |
2016-10-14 | runtime: just do file/line lookup in C, move Func to Go | Ian Lance Taylor | 3 | -123/+42 |
2016-10-14 | debug/elf: add sparc64 relocations | Ian Lance Taylor | 3 | -0/+66 |
2016-10-14 | runtime: copy cpuprof code from Go 1.7 runtime | Ian Lance Taylor | 10 | -480/+509 |
2016-10-13 | runtime: copy mstats code from Go 1.7 runtime | Ian Lance Taylor | 16 | -349/+652 |
2016-10-13 | syscall: don't use pt_regs in clone_linux.c | Ian Lance Taylor | 1 | -3/+2 |
2016-10-12 | compiler, runtime: copy string code from Go 1.7 | Ian Lance Taylor | 18 | -707/+705 |
2016-10-12 | syscall: mark rawClone as no_split_stack | Ian Lance Taylor | 1 | -1/+4 |
2016-10-12 | runtime: copy Go 1.7 runtime semaphore code | Ian Lance Taylor | 6 | -477/+367 |
2016-10-12 | syscall, internal/syscall/unix: Fix getrandom, clone on sparc64 | Ian Lance Taylor | 6 | -28/+146 |
2016-10-11 | configure: redirect -fsplit-stack compilation to dev/null | Ian Lance Taylor | 2 | -6/+6 |
2016-10-11 | Accidentally failed to commit these earlier, as part of: | Ian Lance Taylor | 3 | -36/+173 |
2016-10-10 | runtime: copy print/println support from Go 1.7 | Ian Lance Taylor | 10 | -308/+113 |
2016-10-10 | runtime: copy channel code from Go 1.7 runtime | Ian Lance Taylor | 16 | -1241/+2558 |
2016-10-03 | re PR go/77809 ("_LITTLE_ENDIAN" redefined) | Ian Lance Taylor | 2 | -4/+14 |
2016-09-30 | runtime: copy internal locking code from Go 1.7 runtime | Ian Lance Taylor | 28 | -818/+1520 |
2016-09-29 | runtime: copy runtime.go and runtime1.go from Go 1.7 | Ian Lance Taylor | 15 | -395/+926 |
2016-09-28 | libgo: fix for runtime/check failure with "-O0 -g" | Ian Lance Taylor | 2 | -0/+2 |
2016-09-27 | libgo: separate mksysinfo inputs into separate Makefile targets | Ian Lance Taylor | 4 | -272/+305 |
2016-09-23 | internal/syscall/unix: add getrandom syscall for MIPS and SPARC | Ian Lance Taylor | 4 | -1/+34 |
2016-09-21 | compiler, runtime: replace hashmap code with Go 1.7 hashmap | Ian Lance Taylor | 47 | -1115/+2171 |
2016-09-20 | syscall: build export_unix_test.go on solaris | Ian Lance Taylor | 1 | -1/+1 |
2016-09-20 | re PR go/77642 (GO Bootstrap fail starting with r239872 splitstack signature ... | Ian Lance Taylor | 1 | -6/+14 |
2016-09-14 | libgo: fix typo in configure.ac (PCQUANTUm -> PCQUANTUM) | Ian Lance Taylor | 2 | -2/+2 |
2016-09-11 | runtime/internal/sys: new package, API copied from Go 1.7 | Ian Lance Taylor | 10 | -416/+565 |
2016-09-10 | libgo: update to Go 1.7.1 release | Ian Lance Taylor | 28 | -255/+1112 |
2016-09-10 | runtime/internal/atomic: new package, API copied from Go 1.7 | Ian Lance Taylor | 6 | -0/+431 |
2016-09-09 | runtime: use alignof to check alignment of ucontext_t | Ian Lance Taylor | 1 | -1/+7 |
2016-09-09 | runtime: remove remaining use of MAKECONTEXT_STACK_TOP macro | Ian Lance Taylor | 1 | -3/+0 |