summaryrefslogtreecommitdiff
path: root/libgo
Commit message (Expand)AuthorAgeFilesLines
* syscall, golang_org/x/net/lif: fixes for gccgo on SolarisIan Lance Taylor2017-01-184-24/+25
* runtime: rename siginfo to _siginfo_tIan Lance Taylor2017-01-164-10/+8
* libgo: correct golang_org Makefile variables not used on all systemsIan Lance Taylor2017-01-162-4/+4
* libgo: update to Go 1.8 release candidate 1Ian Lance Taylor2017-01-14973-17420/+69003
* runtime: copy more scheduler code from Go 1.7 runtimeIan Lance Taylor2017-01-1012-393/+586
* compiler, runtime: drop size arguments to hash/equal functionsIan Lance Taylor2017-01-1013-416/+212
* runtime: copy more of scheduler from Go 1.7 runtimeIan Lance Taylor2017-01-0915-1541/+1996
* runtime: actually remove go-alloc.hIan Lance Taylor2017-01-061-11/+0
* re PR go/78978 (runtime/pprof FAILs on Solaris 2/x86)Ian Lance Taylor2017-01-065-50/+36
* runtime: remove __go_alloc and __go_freeIan Lance Taylor2017-01-0317-442/+351
* re PR go/78789 (Error: no such instruction: `aesenc %xmm0,%xmm2' when compili...Ian Lance Taylor2017-01-039-4/+65
* runtime: copy cgo support from Go 1.7 runtimeIan Lance Taylor2016-12-1917-633/+629
* libgo: fixes for Solaris buildIan Lance Taylor2016-12-136-9/+74
* runtime: mark non-x86 aeshashbody parameters as unusedIan Lance Taylor2016-12-081-1/+4
* runtime: copy memory hash code from Go 1.7Ian Lance Taylor2016-12-0820-46/+935
* runtime: allocate _panic struct on heapIan Lance Taylor2016-12-081-4/+13
* runtime: remove some unused variables/declarations from runtime.hIan Lance Taylor2016-12-081-4/+0
* 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-304-5/+23
* 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-2222-1022/+895
* runtime: move schedt type and sched var from C to GoIan Lance Taylor2016-11-183-268/+242
* runtime: don't call __go_alloc/__go_free in environment functionsIan Lance Taylor2016-11-182-33/+21
* libgo: remove old/regexp and old/templateIan Lance Taylor2016-11-1810-4505/+12
* Correct gcc/go/gofrontend/lex.cc and libgo/aclocal.m4 to the versions in the ...Ian Lance Taylor2016-11-184-210/+5
* Update libgo/configure to restore it to the master version.Ian Lance Taylor2016-11-185-5/+45
* runtime, reflect: rewrite Go to FFI type conversion in GoIan Lance Taylor2016-11-1813-338/+471
* runtime: replace runtime1.goc with Go and C codeIan Lance Taylor2016-11-1610-133/+95
* config-ml.in: Remove references to GCJ.Matthias Klose2016-11-152-52/+95
* runtime: don't crash if signal handler info argument is nilIan Lance Taylor2016-11-143-3/+15
* libgo: fix GOARCH_INT64ALIGN for several targetsIan Lance Taylor2016-11-112-10/+2
* runtime: copy signal code from Go 1.7 runtimeIan Lance Taylor2016-11-1024-934/+1359
* re PR go/78172 (gen-sysinfo.go vs AIX cred.h)Ian Lance Taylor2016-11-051-2/+2
* libgo: fix GOARCH_PHYSPAGESIZE for ia64Ian Lance Taylor2016-11-012-2/+2
* runtime: recreate function called by cgo -gccgoIan Lance Taylor2016-11-011-0/+17
* libgo: only rebuild package if dependent .gox has changedIan Lance Taylor2016-11-012-4/+10
* libgo: minor Makefile improvementsIan Lance Taylor2016-11-012-6/+6
* libgo: eliminate a lot of duplication in Makefile.amIan Lance Taylor2016-10-303-4070/+577
* compiler, runtime: copy slice code from Go 1.7 runtimeIan Lance Taylor2016-10-289-252/+254
* 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
* libgo: redirect grep output in mkrsysinfo.sh to /dev/nullIan Lance Taylor2016-10-281-1/+1
* libgo: keep c0 and c1 out of runtime.incIan Lance Taylor2016-10-212-2/+2
* libgo: leave Int64Align as 8 on 32-bit SPARCIan Lance Taylor2016-10-212-2/+0
* runtime: copy lfstack code from Go 1.7 runtimeIan Lance Taylor2016-10-218-118/+87
* runtime: rewrite interface code into GoIan Lance Taylor2016-10-2036-1085/+651
* runtime, syscall: force EPOLLET to be positiveIan Lance Taylor2016-10-193-1/+15
* runtime: copy netpoll code from Go 1.7 runtimeIan Lance Taylor2016-10-1823-1145/+1158
* runtime: scan caller-saved registers for non-split-stackIan Lance Taylor2016-10-181-1/+6