summaryrefslogtreecommitdiff
path: root/libgo
Commit message (Expand)AuthorAgeFilesLines
* PR go/77910ian2016-11-221-1/+6
* runtime: rewrite panic/defer code from C to Goian2016-11-2222-1022/+895
* runtime: move schedt type and sched var from C to Goian2016-11-183-268/+242
* runtime: don't call __go_alloc/__go_free in environment functionsian2016-11-182-33/+21
* libgo: remove old/regexp and old/templateian2016-11-1810-4505/+12
* Correct gcc/go/gofrontend/lex.cc and libgo/aclocal.m4 to the versionsian2016-11-184-210/+5
* Update libgo/configure to restore it to the master version.ian2016-11-185-5/+45
* runtime, reflect: rewrite Go to FFI type conversion in Goian2016-11-1813-338/+471
* runtime: replace runtime1.goc with Go and C codeian2016-11-1610-133/+95
* <toplevel>doko2016-11-152-52/+95
* runtime: don't crash if signal handler info argument is nilian2016-11-143-3/+15
* libgo: fix GOARCH_INT64ALIGN for several targetsian2016-11-112-10/+2
* runtime: copy signal code from Go 1.7 runtimeian2016-11-1024-934/+1359
* PR go/78172.ian2016-11-051-2/+2
* libgo: fix GOARCH_PHYSPAGESIZE for ia64ian2016-11-012-2/+2
* runtime: recreate function called by cgo -gccgoian2016-11-011-0/+17
* libgo: only rebuild package if dependent .gox has changedian2016-11-012-4/+10
* libgo: minor Makefile improvementsian2016-11-012-6/+6
* libgo: eliminate a lot of duplication in Makefile.amian2016-10-303-4070/+577
* compiler, runtime: copy slice code from Go 1.7 runtimeian2016-10-289-252/+254
* PR go/78144ian2016-10-281-2/+5
* PR go/78143ian2016-10-281-1/+1
* libgo: redirect grep output in mkrsysinfo.sh to /dev/nullian2016-10-281-1/+1
* libgo: keep c0 and c1 out of runtime.incian2016-10-212-2/+2
* libgo: leave Int64Align as 8 on 32-bit SPARCian2016-10-212-2/+0
* runtime: copy lfstack code from Go 1.7 runtimeian2016-10-218-118/+87
* runtime: rewrite interface code into Goian2016-10-2036-1085/+651
* runtime, syscall: force EPOLLET to be positiveian2016-10-193-1/+15
* runtime: copy netpoll code from Go 1.7 runtimeian2016-10-1823-1145/+1158
* runtime: scan caller-saved registers for non-split-stackian2016-10-181-1/+6
* runtime: copy rdebug code from Go 1.7 runtimeian2016-10-1719-83/+138
* runtime: copy runtime package time code from Go 1.7ian2016-10-1510-422/+337
* runtime: copy mprof code from Go 1.7 runtimeian2016-10-1414-887/+951
* runtime: just do file/line lookup in C, move Func to Goian2016-10-143-123/+42
* debug/elf: add sparc64 relocationsian2016-10-143-0/+66
* runtime: copy cpuprof code from Go 1.7 runtimeian2016-10-1410-480/+509
* runtime: copy mstats code from Go 1.7 runtimeian2016-10-1316-349/+652
* syscall: don't use pt_regs in clone_linux.cian2016-10-131-3/+2
* compiler, runtime: copy string code from Go 1.7ian2016-10-1218-707/+705
* syscall: mark rawClone as no_split_stackian2016-10-121-1/+4
* runtime: copy Go 1.7 runtime semaphore codeian2016-10-126-477/+367
* syscall, internal/syscall/unix: Fix getrandom, clone on sparc64ian2016-10-126-28/+146
* configure: redirect -fsplit-stack compilation to dev/nullian2016-10-112-6/+6
* Accidentally failed to commit these earlier, as part of:ian2016-10-113-36/+173
* runtime: copy print/println support from Go 1.7ian2016-10-1010-308/+113
* runtime: copy channel code from Go 1.7 runtimeian2016-10-1016-1241/+2558
* PR go/77809ian2016-10-032-4/+14
* runtime: copy internal locking code from Go 1.7 runtimeian2016-09-3028-818/+1520
* runtime: copy runtime.go and runtime1.go from Go 1.7ian2016-09-2915-395/+926
* libgo: fix for runtime/check failure with "-O0 -g"ian2016-09-282-0/+2