index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libgo
/
runtime
/
go-unwind.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-14
libgo: print reason code if throwing unwind exception fails
Nikhil Benesch
1
-5
/
+9
2019-04-24
re PR target/89093 (C++ exception handling clobbers d8 VFP register)
Ian Lance Taylor
1
-1
/
+4
2019-02-19
runtime: abort stack scan in cases that we cannot unwind the stack
Ian Lance Taylor
1
-16
/
+46
2018-12-29
runtime: prevent deadlock when profiling signal arrives in stack scan
Ian Lance Taylor
1
-0
/
+2
2018-12-27
runtime: let ARM32 EABI personality function continue unwind when called from...
Ian Lance Taylor
1
-0
/
+3
2018-12-27
runtime: on ARM32 EABI, don't get LSDA if compact model is used
Ian Lance Taylor
1
-0
/
+11
2018-12-12
runtime: handle DW_EH_PE_absptr in type table encoding
Ian Lance Taylor
1
-0
/
+2
2018-12-11
runtime: use _URC_FAILURE on ARM32
Ian Lance Taylor
1
-2
/
+8
2018-12-05
runtime: add precise stack scan support
Ian Lance Taylor
1
-0
/
+248
2018-05-04
libgo: fix for unaligned read in go-unwind.c's read_encoded_value()
Ian Lance Taylor
1
-11
/
+43
2018-05-02
libgo: break dependence on libgcc unwind-pe.h
Ian Lance Taylor
1
-2
/
+165
2017-01-03
runtime: remove __go_alloc and __go_free
Ian Lance Taylor
1
-1
/
+0
2016-11-22
runtime: rewrite panic/defer code from C to Go
Ian Lance Taylor
1
-106
/
+36
2016-10-20
runtime: rewrite interface code into Go
Ian Lance Taylor
1
-2
/
+2
2016-08-30
runtime: use -fgo-c-header to build C header file
Ian Lance Taylor
1
-29
/
+27
2015-05-16
libgo: Use __USING_SJLJ_EXCEPTIONS__ rather than configure test.
Ian Lance Taylor
1
-1
/
+1
2014-06-06
libgo: Merge to master revision 19184.
Ian Lance Taylor
1
-8
/
+4
2013-12-12
runtime: Fix defer of unlock thread at program startup.
Ian Lance Taylor
1
-2
/
+9
2011-11-28
runtime: Multiplex goroutines onto OS threads.
Ian Lance Taylor
1
-1
/
+6
2011-11-11
Introduce G structure and thread-local global g.
Ian Lance Taylor
1
-19
/
+20
2011-09-16
Fix defer when not calling recover in function with named results.
Ian Lance Taylor
1
-1
/
+9
2011-07-11
libgo/runtime: Change std::abort to abort.
Ian Lance Taylor
1
-1
/
+1
2011-02-03
Check whether we are using setjmp/longjmp exceptions.
Ian Lance Taylor
1
-1
/
+1
2010-12-03
Add Go frontend, libgo library, and Go testsuite.
Ian Lance Taylor
1
-0
/
+426