aboutsummaryrefslogtreecommitdiff
path: root/libgo/go
AgeCommit message (Expand)AuthorFilesLines
2017-01-10runtime: copy more scheduler code from Go 1.7 runtimeIan Lance Taylor7-115/+576
2017-01-10compiler, runtime: drop size arguments to hash/equal functionsIan Lance Taylor5-52/+197
2017-01-09runtime: copy more of scheduler from Go 1.7 runtimeIan Lance Taylor9-173/+1896
2017-01-03runtime: remove __go_alloc and __go_freeIan Lance Taylor5-16/+315
2017-01-03re PR go/78789 (Error: no such instruction: `aesenc %xmm0,%xmm2' when compili...Ian Lance Taylor3-1/+9
2016-12-19runtime: copy cgo support from Go 1.7 runtimeIan Lance Taylor9-69/+534
2016-12-08runtime: copy memory hash code from Go 1.7Ian Lance Taylor8-6/+305
2016-12-08runtime: allocate _panic struct on heapIan Lance Taylor1-4/+13
2016-12-01runtime: set isarchive in initsigIan Lance Taylor1-0/+5
2016-11-30runtime: print C functions in tracebackIan Lance Taylor1-0/+9
2016-11-30runtime: fixes for -buildmode=c-archiveIan Lance Taylor3-5/+14
2016-11-22re PR go/77910 (go: open zversion.go: no such file or directory)Ian Lance Taylor1-1/+6
2016-11-22runtime: rewrite panic/defer code from C to GoIan Lance Taylor6-29/+803
2016-11-18runtime: move schedt type and sched var from C to GoIan Lance Taylor2-12/+15
2016-11-18libgo: remove old/regexp and old/templateIan Lance Taylor8-4447/+0
2016-11-18Correct gcc/go/gofrontend/lex.cc and libgo/aclocal.m4 to the versions in the ...Ian Lance Taylor2-8/+0
2016-11-18Update libgo/configure to restore it to the master version.Ian Lance Taylor4-0/+0
2016-11-18runtime, reflect: rewrite Go to FFI type conversion in GoIan Lance Taylor4-14/+327
2016-11-16runtime: replace runtime1.goc with Go and C codeIan Lance Taylor5-32/+23
2016-11-14runtime: don't crash if signal handler info argument is nilIan Lance Taylor2-2/+10
2016-11-10runtime: copy signal code from Go 1.7 runtimeIan Lance Taylor11-37/+991
2016-11-01runtime: recreate function called by cgo -gccgoIan Lance Taylor1-0/+17
2016-10-28compiler, runtime: copy slice code from Go 1.7 runtimeIan Lance Taylor2-5/+232
2016-10-28re PR go/78144 (FAIL: time on systems with tzdata2016g installed)Ian Lance Taylor1-2/+5
2016-10-28re PR go/78143 (bootstrap broken in libgo on powerpc-linux-gnu)Ian Lance Taylor1-1/+1
2016-10-21runtime: copy lfstack code from Go 1.7 runtimeIan Lance Taylor4-9/+82
2016-10-20runtime: rewrite interface code into GoIan Lance Taylor5-1/+567
2016-10-19runtime, syscall: force EPOLLET to be positiveIan Lance Taylor1-1/+1
2016-10-18runtime: copy netpoll code from Go 1.7 runtimeIan Lance Taylor9-5/+1100
2016-10-17runtime: copy rdebug code from Go 1.7 runtimeIan Lance Taylor8-30/+111
2016-10-15runtime: copy runtime package time code from Go 1.7Ian Lance Taylor2-4/+311
2016-10-14runtime: copy mprof code from Go 1.7 runtimeIan Lance Taylor5-172/+875
2016-10-14runtime: just do file/line lookup in C, move Func to GoIan Lance Taylor1-15/+23
2016-10-14debug/elf: add sparc64 relocationsIan Lance Taylor3-0/+66
2016-10-14runtime: copy cpuprof code from Go 1.7 runtimeIan Lance Taylor2-0/+466
2016-10-13runtime: copy mstats code from Go 1.7 runtimeIan Lance Taylor3-77/+466
2016-10-13syscall: don't use pt_regs in clone_linux.cIan Lance Taylor1-3/+2
2016-10-12compiler, runtime: copy string code from Go 1.7Ian Lance Taylor5-85/+674
2016-10-12syscall: mark rawClone as no_split_stackIan Lance Taylor1-1/+4
2016-10-12runtime: copy Go 1.7 runtime semaphore codeIan Lance Taylor1-0/+358
2016-10-12syscall, internal/syscall/unix: Fix getrandom, clone on sparc64Ian Lance Taylor3-10/+109
2016-10-11Accidentally failed to commit these earlier, as part of:Ian Lance Taylor2-0/+173
2016-10-10runtime: copy print/println support from Go 1.7Ian Lance Taylor3-23/+30
2016-10-10runtime: copy channel code from Go 1.7 runtimeIan Lance Taylor6-7/+2496
2016-09-30runtime: copy internal locking code from Go 1.7 runtimeIan Lance Taylor12-25/+1297
2016-09-29runtime: copy runtime.go and runtime1.go from Go 1.7Ian Lance Taylor10-43/+835
2016-09-23internal/syscall/unix: add getrandom syscall for MIPS and SPARCIan Lance Taylor4-1/+34
2016-09-21compiler, runtime: replace hashmap code with Go 1.7 hashmapIan Lance Taylor10-108/+1918
2016-09-20syscall: build export_unix_test.go on solarisIan Lance Taylor1-1/+1
2016-09-11runtime/internal/sys: new package, API copied from Go 1.7Ian Lance Taylor5-5/+164