aboutsummaryrefslogtreecommitdiff
path: root/libgo
AgeCommit message (Expand)AuthorFilesLines
2016-12-19runtime: copy cgo support from Go 1.7 runtimeIan Lance Taylor17-633/+629
2016-12-13libgo: fixes for Solaris buildIan Lance Taylor6-9/+74
2016-12-08runtime: mark non-x86 aeshashbody parameters as unusedIan Lance Taylor1-1/+4
2016-12-08runtime: copy memory hash code from Go 1.7Ian Lance Taylor20-46/+935
2016-12-08runtime: allocate _panic struct on heapIan Lance Taylor1-4/+13
2016-12-08runtime: remove some unused variables/declarations from runtime.hIan Lance Taylor1-4/+0
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 Taylor4-5/+23
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 Taylor22-1022/+895
2016-11-18runtime: move schedt type and sched var from C to GoIan Lance Taylor3-268/+242
2016-11-18runtime: don't call __go_alloc/__go_free in environment functionsIan Lance Taylor2-33/+21
2016-11-18libgo: remove old/regexp and old/templateIan Lance Taylor10-4505/+12
2016-11-18Correct gcc/go/gofrontend/lex.cc and libgo/aclocal.m4 to the versions in the ...Ian Lance Taylor4-210/+5
2016-11-18Update libgo/configure to restore it to the master version.Ian Lance Taylor5-5/+45
2016-11-18runtime, reflect: rewrite Go to FFI type conversion in GoIan Lance Taylor13-338/+471
2016-11-16runtime: replace runtime1.goc with Go and C codeIan Lance Taylor10-133/+95
2016-11-15config-ml.in: Remove references to GCJ.Matthias Klose2-52/+95
2016-11-14runtime: don't crash if signal handler info argument is nilIan Lance Taylor3-3/+15
2016-11-11libgo: fix GOARCH_INT64ALIGN for several targetsIan Lance Taylor2-10/+2
2016-11-10runtime: copy signal code from Go 1.7 runtimeIan Lance Taylor24-934/+1359
2016-11-05re PR go/78172 (gen-sysinfo.go vs AIX cred.h)Ian Lance Taylor1-2/+2
2016-11-01libgo: fix GOARCH_PHYSPAGESIZE for ia64Ian Lance Taylor2-2/+2
2016-11-01runtime: recreate function called by cgo -gccgoIan Lance Taylor1-0/+17
2016-11-01libgo: only rebuild package if dependent .gox has changedIan Lance Taylor2-4/+10
2016-11-01libgo: minor Makefile improvementsIan Lance Taylor2-6/+6
2016-10-30libgo: eliminate a lot of duplication in Makefile.amIan Lance Taylor3-4070/+577
2016-10-28compiler, runtime: copy slice code from Go 1.7 runtimeIan Lance Taylor9-252/+254
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-28libgo: redirect grep output in mkrsysinfo.sh to /dev/nullIan Lance Taylor1-1/+1
2016-10-21libgo: keep c0 and c1 out of runtime.incIan Lance Taylor2-2/+2
2016-10-21libgo: leave Int64Align as 8 on 32-bit SPARCIan Lance Taylor2-2/+0
2016-10-21runtime: copy lfstack code from Go 1.7 runtimeIan Lance Taylor8-118/+87
2016-10-20runtime: rewrite interface code into GoIan Lance Taylor36-1085/+651
2016-10-19runtime, syscall: force EPOLLET to be positiveIan Lance Taylor3-1/+15
2016-10-18runtime: copy netpoll code from Go 1.7 runtimeIan Lance Taylor23-1145/+1158
2016-10-18runtime: scan caller-saved registers for non-split-stackIan Lance Taylor1-1/+6
2016-10-17runtime: copy rdebug code from Go 1.7 runtimeIan Lance Taylor19-83/+138
2016-10-15runtime: copy runtime package time code from Go 1.7Ian Lance Taylor10-422/+337
2016-10-14runtime: copy mprof code from Go 1.7 runtimeIan Lance Taylor14-887/+951
2016-10-14runtime: just do file/line lookup in C, move Func to GoIan Lance Taylor3-123/+42
2016-10-14debug/elf: add sparc64 relocationsIan Lance Taylor3-0/+66
2016-10-14runtime: copy cpuprof code from Go 1.7 runtimeIan Lance Taylor10-480/+509
2016-10-13runtime: copy mstats code from Go 1.7 runtimeIan Lance Taylor16-349/+652
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 Taylor18-707/+705
2016-10-12syscall: mark rawClone as no_split_stackIan Lance Taylor1-1/+4
2016-10-12runtime: copy Go 1.7 runtime semaphore codeIan Lance Taylor6-477/+367