aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime/go-unwind.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-03runtime: remove __go_alloc and __go_freeIan Lance Taylor1-1/+0
2016-11-22runtime: rewrite panic/defer code from C to GoIan Lance Taylor1-106/+36
2016-10-20runtime: rewrite interface code into GoIan Lance Taylor1-2/+2
2016-08-30runtime: use -fgo-c-header to build C header fileIan Lance Taylor1-29/+27
2015-05-16libgo: Use __USING_SJLJ_EXCEPTIONS__ rather than configure test.Ian Lance Taylor1-1/+1
2014-06-06libgo: Merge to master revision 19184.Ian Lance Taylor1-8/+4
2013-12-12runtime: Fix defer of unlock thread at program startup.Ian Lance Taylor1-2/+9
2011-11-28runtime: Multiplex goroutines onto OS threads.Ian Lance Taylor1-1/+6
2011-11-11Introduce G structure and thread-local global g.Ian Lance Taylor1-19/+20
2011-09-16Fix defer when not calling recover in function with named results.Ian Lance Taylor1-1/+9
2011-07-11libgo/runtime: Change std::abort to abort.Ian Lance Taylor1-1/+1
2011-02-03Check whether we are using setjmp/longjmp exceptions.Ian Lance Taylor1-1/+1
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor1-0/+426