summaryrefslogtreecommitdiff
path: root/libgo/runtime/go-unwind.c
AgeCommit message (Expand)Author
2020-10-14libgo: print reason code if throwing unwind exception failsNikhil Benesch
2019-04-24re PR target/89093 (C++ exception handling clobbers d8 VFP register)Ian Lance Taylor
2019-02-19runtime: abort stack scan in cases that we cannot unwind the stackIan Lance Taylor
2018-12-29runtime: prevent deadlock when profiling signal arrives in stack scanIan Lance Taylor
2018-12-27runtime: let ARM32 EABI personality function continue unwind when called from...Ian Lance Taylor
2018-12-27runtime: on ARM32 EABI, don't get LSDA if compact model is usedIan Lance Taylor
2018-12-12runtime: handle DW_EH_PE_absptr in type table encodingIan Lance Taylor
2018-12-11runtime: use _URC_FAILURE on ARM32Ian Lance Taylor
2018-12-05runtime: add precise stack scan supportIan Lance Taylor
2018-05-04libgo: fix for unaligned read in go-unwind.c's read_encoded_value()Ian Lance Taylor
2018-05-02libgo: break dependence on libgcc unwind-pe.hIan Lance Taylor
2017-01-03runtime: remove __go_alloc and __go_freeIan Lance Taylor
2016-11-22runtime: rewrite panic/defer code from C to GoIan Lance Taylor
2016-10-20runtime: rewrite interface code into GoIan Lance Taylor
2016-08-30runtime: use -fgo-c-header to build C header fileIan Lance Taylor
2015-05-16libgo: Use __USING_SJLJ_EXCEPTIONS__ rather than configure test.Ian Lance Taylor
2014-06-06libgo: Merge to master revision 19184.Ian Lance Taylor
2013-12-12runtime: Fix defer of unlock thread at program startup.Ian Lance Taylor
2011-11-28runtime: Multiplex goroutines onto OS threads.Ian Lance Taylor
2011-11-11Introduce G structure and thread-local global g.Ian Lance Taylor
2011-09-16Fix defer when not calling recover in function with named results.Ian Lance Taylor
2011-07-11libgo/runtime: Change std::abort to abort.Ian Lance Taylor
2011-02-03Check whether we are using setjmp/longjmp exceptions.Ian Lance Taylor
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor