aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime
AgeCommit message (Expand)AuthorFilesLines
2016-12-19runtime: copy cgo support from Go 1.7 runtimeIan Lance Taylor8-564/+95
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 Taylor8-37/+617
2016-12-08runtime: remove some unused variables/declarations from runtime.hIan Lance Taylor1-4/+0
2016-11-30runtime: fixes for -buildmode=c-archiveIan Lance Taylor1-0/+9
2016-11-22runtime: rewrite panic/defer code from C to GoIan Lance Taylor14-949/+89
2016-11-18runtime: move schedt type and sched var from C to GoIan Lance Taylor1-256/+227
2016-11-18runtime: don't call __go_alloc/__go_free in environment functionsIan Lance Taylor2-33/+21
2016-11-18Correct gcc/go/gofrontend/lex.cc and libgo/aclocal.m4 to the versions in the ...Ian Lance Taylor1-113/+0
2016-11-18runtime, reflect: rewrite Go to FFI type conversion in GoIan Lance Taylor3-323/+110
2016-11-16runtime: replace runtime1.goc with Go and C codeIan Lance Taylor3-89/+71
2016-11-14runtime: don't crash if signal handler info argument is nilIan Lance Taylor1-1/+5
2016-11-10runtime: copy signal code from Go 1.7 runtimeIan Lance Taylor9-871/+249
2016-10-30libgo: eliminate a lot of duplication in Makefile.amIan Lance Taylor1-0/+0
2016-10-28compiler, runtime: copy slice code from Go 1.7 runtimeIan Lance Taylor5-200/+6
2016-10-21runtime: copy lfstack code from Go 1.7 runtimeIan Lance Taylor2-104/+3
2016-10-20runtime: rewrite interface code into GoIan Lance Taylor29-933/+73
2016-10-18runtime: copy netpoll code from Go 1.7 runtimeIan Lance Taylor8-1058/+2
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 Taylor9-49/+24
2016-10-15runtime: copy runtime package time code from Go 1.7Ian Lance Taylor6-413/+25
2016-10-14runtime: copy mprof code from Go 1.7 runtimeIan Lance Taylor7-692/+66
2016-10-14runtime: just do file/line lookup in C, move Func to GoIan Lance Taylor2-108/+19
2016-10-14runtime: copy cpuprof code from Go 1.7 runtimeIan Lance Taylor6-474/+40
2016-10-13runtime: copy mstats code from Go 1.7 runtimeIan Lance Taylor13-272/+186
2016-10-12compiler, runtime: copy string code from Go 1.7Ian Lance Taylor11-534/+19
2016-10-12runtime: copy Go 1.7 runtime semaphore codeIan Lance Taylor3-473/+8
2016-10-11Accidentally failed to commit these earlier, as part of:Ian Lance Taylor1-36/+0
2016-10-10runtime: copy print/println support from Go 1.7Ian Lance Taylor5-274/+82
2016-10-10runtime: copy channel code from Go 1.7 runtimeIan Lance Taylor8-1228/+59
2016-09-30runtime: copy internal locking code from Go 1.7 runtimeIan Lance Taylor9-729/+74
2016-09-29runtime: copy runtime.go and runtime1.go from Go 1.7Ian Lance Taylor5-352/+91
2016-09-21compiler, runtime: replace hashmap code with Go 1.7 hashmapIan Lance Taylor35-917/+208
2016-09-20re PR go/77642 (GO Bootstrap fail starting with r239872 splitstack signature ...Ian Lance Taylor1-6/+14
2016-09-09runtime: use alignof to check alignment of ucontext_tIan Lance Taylor1-1/+7
2016-09-09runtime: remove remaining use of MAKECONTEXT_STACK_TOP macroIan Lance Taylor1-3/+0
2016-09-09runtime: align ucontext_t argument to 16 byte boundaryIan Lance Taylor1-20/+38
2016-08-31runtime: make gsignal stack at least SIGSTKSZ bytesIan Lance Taylor1-1/+8
2016-08-30runtime: use -fgo-c-header to build C header fileIan Lance Taylor26-975/+650
2016-08-08re PR go/72814 (reflect FAILs on 32-bit Solaris/SPARC: SIGILL)Ian Lance Taylor1-0/+11
2016-08-06libgo: change build procedure to use build tagsIan Lance Taylor1-0/+56
2016-08-04runtime: fix incorrectly commented out code in heapdump.cIan Lance Taylor1-2/+4
2016-07-22libgo: update to go1.7rc3Ian Lance Taylor7-7/+236
2016-04-02runtime: Use atomic load for in entersyscall.Ian Lance Taylor1-1/+1
2016-02-24runtime: lock M during cgo callIan Lance Taylor1-0/+4
2016-02-18libgo: Update to final Go 1.6 release.Ian Lance Taylor1-1/+1
2016-02-12runtime: For c-archive/c-shared, install signal handlers synchronously.Ian Lance Taylor4-5/+15
2016-02-10re PR go/69511 (G.gcstack_size uses uintptr instead of size_t)Ian Lance Taylor2-2/+2
2016-02-09re PR go/69357 (libgo refers to _end in a non-weak way)Ian Lance Taylor3-2/+15
2016-02-03libgo: Update to go1.6rc1.Ian Lance Taylor4-90/+125