aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime/runtime.h
AgeCommit message (Expand)AuthorFilesLines
2017-01-09runtime: copy more of scheduler from Go 1.7 runtimeIan Lance Taylor1-6/+6
2017-01-03runtime: remove __go_alloc and __go_freeIan Lance Taylor1-8/+5
2017-01-03re PR go/78789 (Error: no such instruction: `aesenc %xmm0,%xmm2' when compili...Ian Lance Taylor1-0/+2
2016-12-19runtime: copy cgo support from Go 1.7 runtimeIan Lance Taylor1-16/+21
2016-12-08runtime: copy memory hash code from Go 1.7Ian Lance Taylor1-0/+6
2016-12-08runtime: remove some unused variables/declarations from runtime.hIan Lance Taylor1-4/+0
2016-11-22runtime: rewrite panic/defer code from C to GoIan Lance Taylor1-8/+16
2016-11-16runtime: replace runtime1.goc with Go and C codeIan Lance Taylor1-2/+2
2016-11-10runtime: copy signal code from Go 1.7 runtimeIan Lance Taylor1-15/+19
2016-10-28compiler, runtime: copy slice code from Go 1.7 runtimeIan Lance Taylor1-1/+2
2016-10-21runtime: copy lfstack code from Go 1.7 runtimeIan Lance Taylor1-9/+3
2016-10-20runtime: rewrite interface code into GoIan Lance Taylor1-4/+6
2016-10-18runtime: copy netpoll code from Go 1.7 runtimeIan Lance Taylor1-15/+2
2016-10-17runtime: copy rdebug code from Go 1.7 runtimeIan Lance Taylor1-3/+3
2016-10-15runtime: copy runtime package time code from Go 1.7Ian Lance Taylor1-35/+7
2016-10-14runtime: copy mprof code from Go 1.7 runtimeIan Lance Taylor1-7/+11
2016-10-14runtime: just do file/line lookup in C, move Func to GoIan Lance Taylor1-12/+0
2016-10-14runtime: copy cpuprof code from Go 1.7 runtimeIan Lance Taylor1-1/+4
2016-10-13runtime: copy mstats code from Go 1.7 runtimeIan Lance Taylor1-3/+8
2016-10-12compiler, runtime: copy string code from Go 1.7Ian Lance Taylor1-4/+4
2016-10-12runtime: copy Go 1.7 runtime semaphore codeIan Lance Taylor1-2/+4
2016-10-10runtime: copy print/println support from Go 1.7Ian Lance Taylor1-29/+0
2016-10-10runtime: copy channel code from Go 1.7 runtimeIan Lance Taylor1-2/+2
2016-09-30runtime: copy internal locking code from Go 1.7 runtimeIan Lance Taylor1-20/+28
2016-09-29runtime: copy runtime.go and runtime1.go from Go 1.7Ian Lance Taylor1-38/+27
2016-09-21compiler, runtime: replace hashmap code with Go 1.7 hashmapIan Lance Taylor1-1/+1
2016-08-30runtime: use -fgo-c-header to build C header fileIan Lance Taylor1-237/+31
2016-07-22libgo: update to go1.7rc3Ian Lance Taylor1-1/+1
2016-02-12runtime: For c-archive/c-shared, install signal handlers synchronously.Ian Lance Taylor1-1/+1
2016-02-10re PR go/69511 (G.gcstack_size uses uintptr instead of size_t)Ian Lance Taylor1-1/+1
2016-02-09re PR go/69357 (libgo refers to _end in a non-weak way)Ian Lance Taylor1-0/+1
2016-02-03libgo: Update to go1.6rc1.Ian Lance Taylor1-2/+13
2015-10-31runtime: Remove now unnecessary pad field from ParFor.Ian Lance Taylor1-7/+5
2015-04-29runtime: Support -buildmode=c-shared.Ian Lance Taylor1-0/+9
2015-01-16compiler, reflect, runtime: Use static chain for closures.Richard Henderson1-4/+0
2015-01-15libgo, compiler: Upgrade libgo to Go 1.4, except for runtime.Ian Lance Taylor1-3/+2
2014-09-03compiler: Add precise type information on the heap.Chris Manghane1-1/+1
2014-07-19reflect, runtime: Use libffi closures to implement reflect.MakeFunc.Ian Lance Taylor1-1/+1
2014-07-19libgo: Update to Go 1.3 release.Ian Lance Taylor1-7/+43
2014-07-12runtime: Merge master revision 19185.Ian Lance Taylor1-5/+6
2014-06-06libgo: Merge to master revision 19184.Ian Lance Taylor1-31/+51
2014-06-04libgo: Merge from revision 18783:00cce3a34d7e of master library.Ian Lance Taylor1-1/+6
2014-05-28runtime: fix misc gcc-isms and undefined behaviorIan Lance Taylor1-1/+2
2013-12-03runtime: Fix prototype and one use of runtime_traceback.Ian Lance Taylor1-1/+1
2013-12-01libgo: Avoid some cases of getting callers recursively.Ian Lance Taylor1-0/+1
2013-11-06libgo: Update to October 24 version of master library.Ian Lance Taylor1-39/+62
2013-09-03compiler, runtime: Use runtime functions to pass closure value.Ian Lance Taylor1-0/+4
2013-07-23runtime: Support cgo callbacks from threads started by C.Ian Lance Taylor1-0/+4
2013-07-16libgo: Update to Go 1.1.1.Ian Lance Taylor1-80/+175
2013-06-18compiler, runtime: Use function descriptors.Ian Lance Taylor1-3/+9