summaryrefslogtreecommitdiff
path: root/libgo/runtime/go-unwind.c
Commit message (Expand)AuthorAgeFilesLines
* libgo: Use __USING_SJLJ_EXCEPTIONS__ rather than configure test.Ian Lance Taylor2015-05-161-1/+1
* libgo: Merge to master revision 19184.Ian Lance Taylor2014-06-061-8/+4
* runtime: Fix defer of unlock thread at program startup.Ian Lance Taylor2013-12-121-2/+9
* runtime: Multiplex goroutines onto OS threads.Ian Lance Taylor2011-11-281-1/+6
* Introduce G structure and thread-local global g.Ian Lance Taylor2011-11-111-19/+20
* Fix defer when not calling recover in function with named results.Ian Lance Taylor2011-09-161-1/+9
* libgo/runtime: Change std::abort to abort.Ian Lance Taylor2011-07-111-1/+1
* Check whether we are using setjmp/longjmp exceptions.Ian Lance Taylor2011-02-031-1/+1
* Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor2010-12-031-0/+426