summaryrefslogtreecommitdiff
path: root/libgo/go
Commit message (Expand)AuthorAgeFilesLines
* runtime: rename siginfo to _siginfo_tIan Lance Taylor2017-01-164-10/+8
* libgo: update to Go 1.8 release candidate 1Ian Lance Taylor2017-01-14956-17281/+68819
* runtime: copy more scheduler code from Go 1.7 runtimeIan Lance Taylor2017-01-107-115/+576
* compiler, runtime: drop size arguments to hash/equal functionsIan Lance Taylor2017-01-105-52/+197
* runtime: copy more of scheduler from Go 1.7 runtimeIan Lance Taylor2017-01-099-173/+1896
* runtime: remove __go_alloc and __go_freeIan Lance Taylor2017-01-035-16/+315
* re PR go/78789 (Error: no such instruction: `aesenc %xmm0,%xmm2' when compili...Ian Lance Taylor2017-01-033-1/+9
* runtime: copy cgo support from Go 1.7 runtimeIan Lance Taylor2016-12-199-69/+534
* runtime: copy memory hash code from Go 1.7Ian Lance Taylor2016-12-088-6/+305
* runtime: allocate _panic struct on heapIan Lance Taylor2016-12-081-4/+13
* runtime: set isarchive in initsigIan Lance Taylor2016-12-011-0/+5
* runtime: print C functions in tracebackIan Lance Taylor2016-11-301-0/+9
* runtime: fixes for -buildmode=c-archiveIan Lance Taylor2016-11-303-5/+14
* re PR go/77910 (go: open zversion.go: no such file or directory)Ian Lance Taylor2016-11-221-1/+6
* runtime: rewrite panic/defer code from C to GoIan Lance Taylor2016-11-226-29/+803
* runtime: move schedt type and sched var from C to GoIan Lance Taylor2016-11-182-12/+15
* libgo: remove old/regexp and old/templateIan Lance Taylor2016-11-188-4447/+0
* Correct gcc/go/gofrontend/lex.cc and libgo/aclocal.m4 to the versions in the ...Ian Lance Taylor2016-11-182-8/+0
* Update libgo/configure to restore it to the master version.Ian Lance Taylor2016-11-184-0/+0
* runtime, reflect: rewrite Go to FFI type conversion in GoIan Lance Taylor2016-11-184-14/+327
* runtime: replace runtime1.goc with Go and C codeIan Lance Taylor2016-11-165-32/+23
* runtime: don't crash if signal handler info argument is nilIan Lance Taylor2016-11-142-2/+10
* runtime: copy signal code from Go 1.7 runtimeIan Lance Taylor2016-11-1011-37/+991
* runtime: recreate function called by cgo -gccgoIan Lance Taylor2016-11-011-0/+17
* compiler, runtime: copy slice code from Go 1.7 runtimeIan Lance Taylor2016-10-282-5/+232
* re PR go/78144 (FAIL: time on systems with tzdata2016g installed)Ian Lance Taylor2016-10-281-2/+5
* re PR go/78143 (bootstrap broken in libgo on powerpc-linux-gnu)Ian Lance Taylor2016-10-281-1/+1
* runtime: copy lfstack code from Go 1.7 runtimeIan Lance Taylor2016-10-214-9/+82
* runtime: rewrite interface code into GoIan Lance Taylor2016-10-205-1/+567
* runtime, syscall: force EPOLLET to be positiveIan Lance Taylor2016-10-191-1/+1
* runtime: copy netpoll code from Go 1.7 runtimeIan Lance Taylor2016-10-189-5/+1100
* runtime: copy rdebug code from Go 1.7 runtimeIan Lance Taylor2016-10-178-30/+111
* runtime: copy runtime package time code from Go 1.7Ian Lance Taylor2016-10-152-4/+311
* runtime: copy mprof code from Go 1.7 runtimeIan Lance Taylor2016-10-145-172/+875
* runtime: just do file/line lookup in C, move Func to GoIan Lance Taylor2016-10-141-15/+23
* debug/elf: add sparc64 relocationsIan Lance Taylor2016-10-143-0/+66
* runtime: copy cpuprof code from Go 1.7 runtimeIan Lance Taylor2016-10-142-0/+466
* runtime: copy mstats code from Go 1.7 runtimeIan Lance Taylor2016-10-133-77/+466
* syscall: don't use pt_regs in clone_linux.cIan Lance Taylor2016-10-131-3/+2
* compiler, runtime: copy string code from Go 1.7Ian Lance Taylor2016-10-125-85/+674
* syscall: mark rawClone as no_split_stackIan Lance Taylor2016-10-121-1/+4
* runtime: copy Go 1.7 runtime semaphore codeIan Lance Taylor2016-10-121-0/+358
* syscall, internal/syscall/unix: Fix getrandom, clone on sparc64Ian Lance Taylor2016-10-123-10/+109
* Accidentally failed to commit these earlier, as part of:Ian Lance Taylor2016-10-112-0/+173
* runtime: copy print/println support from Go 1.7Ian Lance Taylor2016-10-103-23/+30
* runtime: copy channel code from Go 1.7 runtimeIan Lance Taylor2016-10-106-7/+2496
* runtime: copy internal locking code from Go 1.7 runtimeIan Lance Taylor2016-09-3012-25/+1297
* runtime: copy runtime.go and runtime1.go from Go 1.7Ian Lance Taylor2016-09-2910-43/+835
* internal/syscall/unix: add getrandom syscall for MIPS and SPARCIan Lance Taylor2016-09-234-1/+34
* compiler, runtime: replace hashmap code with Go 1.7 hashmapIan Lance Taylor2016-09-2110-108/+1918