summaryrefslogtreecommitdiff
path: root/libgo/runtime/go-unwind.c
Commit message (Expand)AuthorAgeFilesLines
* libgo: print reason code if throwing unwind exception failsNikhil Benesch2020-10-141-5/+9
* re PR target/89093 (C++ exception handling clobbers d8 VFP register)Ian Lance Taylor2019-04-241-1/+4
* runtime: abort stack scan in cases that we cannot unwind the stackIan Lance Taylor2019-02-191-16/+46
* runtime: prevent deadlock when profiling signal arrives in stack scanIan Lance Taylor2018-12-291-0/+2
* runtime: let ARM32 EABI personality function continue unwind when called from...Ian Lance Taylor2018-12-271-0/+3
* runtime: on ARM32 EABI, don't get LSDA if compact model is usedIan Lance Taylor2018-12-271-0/+11
* runtime: handle DW_EH_PE_absptr in type table encodingIan Lance Taylor2018-12-121-0/+2
* runtime: use _URC_FAILURE on ARM32Ian Lance Taylor2018-12-111-2/+8
* runtime: add precise stack scan supportIan Lance Taylor2018-12-051-0/+248
* libgo: fix for unaligned read in go-unwind.c's read_encoded_value()Ian Lance Taylor2018-05-041-11/+43
* libgo: break dependence on libgcc unwind-pe.hIan Lance Taylor2018-05-021-2/+165
* runtime: remove __go_alloc and __go_freeIan Lance Taylor2017-01-031-1/+0
* runtime: rewrite panic/defer code from C to GoIan Lance Taylor2016-11-221-106/+36
* runtime: rewrite interface code into GoIan Lance Taylor2016-10-201-2/+2
* runtime: use -fgo-c-header to build C header fileIan Lance Taylor2016-08-301-29/+27
* 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