runtime: enable precise GC checks when using stack maps
[gcc.git] / libgo / runtime /
2019-02-19 Ian Lance Taylorruntime: abort stack scan in cases that we cannot unwin...
2019-02-15 Cherry Zhangcompiler,runtime: use __builtin_dwarf_cfa for getcallersp
2019-02-15 Ian Lance Taylorruntime: include <syscall.h> and <sys/syscall.h> if...
2019-02-15 Ian Lance Taylorruntime: add type cast for non-split-stack calls to...
2019-02-15 Ian Lance Taylorcompiler, runtime: harmonize types referenced by both...
2019-02-01 Ian Lance Taylorruntime: add getproccount for hurd
2019-02-01 Ian Lance Taylorlibgo: add hurd build tags
2019-02-01 Ian Lance Taylorruntime, sync: use __atomic intrinsics instead of __sync
2019-01-29 Ian Lance Taylorruntime: use the call instruction's PC for panic-in...
2019-01-21 Ian Lance Taylorlibgo: fix building, and some testing, on Solaris
2019-01-18 Ian Lance Taylorlibgo: update to Go1.12beta2
2019-01-07 Ian Lance Taylorruntime: in doscanstackswitch, set gp->m before gogo
2019-01-07 Ian Lance Taylorruntime: in getTraceback, set gp->m before gogo
2019-01-05 Ian Lance Taylorruntime: prevent deadlock when profiling signal arrives...
2018-12-29 Ian Lance Taylorruntime: prevent deadlock when profiling signal arrives...
2018-12-27 Ian Lance Taylorruntime: let ARM32 EABI personality function continue...
2018-12-27 Ian Lance Taylorruntime: on ARM32 EABI, don't get LSDA if compact model...
2018-12-12 Ian Lance Taylorruntime: handle DW_EH_PE_absptr in type table encoding
2018-12-11 Ian Lance Taylorruntime: use _URC_FAILURE on ARM32
2018-12-05 Ian Lance Taylorruntime: add precise stack scan support
2018-10-01 Ian Lance Taylorruntime: add arm64 version of AES hash code
2018-09-24 Ian Lance Taylorlibgo: update to Go 1.11
2018-09-13 Ian Lance Taylorruntime: avoid write barriers with traceback info
2018-08-24 Ian Lance Taylorruntime: remove the dummy arg of getcallersp
2018-06-28 Ian Lance Taylorruntime: don't stat a NULL filename
2018-06-23 Ian Lance Taylorruntime: use #ifdef instead of #if for USING_SPLIT_STACK
2018-05-04 Ian Lance Taylorlibgo: fix for unaligned read in go-unwind.c's read_enc...
2018-05-02 Ian Lance Taylorlibgo: break dependence on libgcc unwind-pe.h
2018-03-07 Ian Lance Taylorruntime: use a fence instruction before rdtsc
2018-02-22 Ian Lance Taylorruntime: funcfileline: get missing function name from...
2018-02-08 Ian Lance Taylorruntime: get missing function name from symbol table
2018-02-02 Ian Lance Taylorruntime: scan register backing store on ia64
2018-01-31 Ian Lance Taylorruntime: fix type descriptor name in C code
2018-01-24 Ian Lance Taylorcompiler: rationalize external symbol names
2018-01-10 Ian Lance Taylorre PR c/82922 (Request: add -Wstrict-prototypes to...
2018-01-10 Ian Lance Taylorruntime: fix makemap calls in __go_construct_map
2018-01-09 Ian Lance Taylorlibgo: update to Go1.10beta1
2017-11-09 Ian Lance Taylorsync/atomic, runtime/internal/atomic: don't assume...
2017-10-11 Ian Lance Taylorruntime: fix issues on AIX about uintptr(_t)
2017-09-18 Ian Lance Taylorruntime: always initialize str field in __go_string_sli...
2017-09-14 Ian Lance Taylorlibgo: update to go1.9
2017-08-29 Ian Lance Taylorruntime: make go-nosys.c compile with !HAVE_SYSCALL
2017-08-18 Ian Lance Taylorre PR go/81893 (compilation error in libgo starting...
2017-08-16 Ian Lance Taylorruntime: improvements for signal registers
2017-08-04 Ian Lance Taylorruntime: dump registers for Alpha
2017-07-26 Ian Lance Taylorruntime: handle Alpha GNU/Linux in getSiginfo
2017-07-21 Ian Lance Taylorruntime: don't use runtime_lock in __go_get_backtrace_state
2017-07-21 Ian Lance Taylorruntime: handle PPC/PPC64 GNU/Linux in getSiginfo
2017-07-18 Ian Lance Taylorre PR go/81451 (missing futex check - libgo/runtime...
2017-06-27 Ian Lance Taylorruntime: adapt memory management to AIX mmap
2017-06-22 Ian Lance Taylorruntime: fix type cast in assignment to gcnextsp in...
2017-06-22 Ian Lance Taylorruntime: change some stack fields to uintptr
2017-06-22 Ian Lance Taylorcompiler, runtime: better stack trace for `go f()`...
2017-05-12 Ian Lance Taylorruntime: fix build for non-split-stack systems
2017-05-10 Ian Lance TaylorBig merge of changes to gofrontend repo that were postp...
2017-02-17 Ian Lance Taylorlibgo: update to final Go 1.8 release
2017-01-26 Ian Lance Taylorruntime: fix context used by getTraceback
2017-01-23 Ian Lance Taylorre PR go/79037 (gccgo: Binaries crash with parforsetup...
2017-01-20 Ian Lance Taylorruntime, testing/internal/testdeps: fixes for cgo
2017-01-14 Ian Lance Taylorlibgo: update to Go 1.8 release candidate 1
2017-01-10 Ian Lance Taylorruntime: copy more scheduler code from Go 1.7 runtime
2017-01-10 Ian Lance Taylorcompiler, runtime: drop size arguments to hash/equal...
2017-01-09 Ian Lance Taylorruntime: copy more of scheduler from Go 1.7 runtime
2017-01-06 Ian Lance Taylorruntime: actually remove go-alloc.h
2017-01-03 Ian Lance Taylorruntime: remove __go_alloc and __go_free
2017-01-03 Ian Lance Taylorre PR go/78789 (Error: no such instruction: `aesenc...
2016-12-19 Ian Lance Taylorruntime: copy cgo support from Go 1.7 runtime
2016-12-08 Ian Lance Taylorruntime: mark non-x86 aeshashbody parameters as unused
2016-12-08 Ian Lance Taylorruntime: copy memory hash code from Go 1.7
2016-12-08 Ian Lance Taylorruntime: remove some unused variables/declarations...
2016-11-30 Ian Lance Taylorruntime: fixes for -buildmode=c-archive
2016-11-22 Ian Lance Taylorruntime: rewrite panic/defer code from C to Go
2016-11-18 Ian Lance Taylorruntime: move schedt type and sched var from C to Go
2016-11-18 Ian Lance Taylorruntime: don't call __go_alloc/__go_free in environment...
2016-11-18 Ian Lance TaylorCorrect gcc/go/gofrontend/lex.cc and libgo/aclocal...
2016-11-18 Ian Lance Taylorruntime, reflect: rewrite Go to FFI type conversion...
2016-11-16 Ian Lance Taylorruntime: replace runtime1.goc with Go and C code
2016-11-14 Ian Lance Taylorruntime: don't crash if signal handler info argument...
2016-11-10 Ian Lance Taylorruntime: copy signal code from Go 1.7 runtime
2016-10-30 Ian Lance Taylorlibgo: eliminate a lot of duplication in Makefile.am
2016-10-28 Ian Lance Taylorcompiler, runtime: copy slice code from Go 1.7 runtime
2016-10-21 Ian Lance Taylorruntime: copy lfstack code from Go 1.7 runtime
2016-10-20 Ian Lance Taylorruntime: rewrite interface code into Go
2016-10-18 Ian Lance Taylorruntime: copy netpoll code from Go 1.7 runtime
2016-10-18 Ian Lance Taylorruntime: scan caller-saved registers for non-split...
2016-10-17 Ian Lance Taylorruntime: copy rdebug code from Go 1.7 runtime
2016-10-15 Ian Lance Taylorruntime: copy runtime package time code from Go 1.7
2016-10-14 Ian Lance Taylorruntime: copy mprof code from Go 1.7 runtime
2016-10-14 Ian Lance Taylorruntime: just do file/line lookup in C, move Func to Go
2016-10-14 Ian Lance Taylorruntime: copy cpuprof code from Go 1.7 runtime
2016-10-13 Ian Lance Taylorruntime: copy mstats code from Go 1.7 runtime
2016-10-12 Ian Lance Taylorcompiler, runtime: copy string code from Go 1.7
2016-10-12 Ian Lance Taylorruntime: copy Go 1.7 runtime semaphore code
2016-10-11 Ian Lance TaylorAccidentally failed to commit these earlier, as part of:
2016-10-10 Ian Lance Taylorruntime: copy print/println support from Go 1.7
2016-10-10 Ian Lance Taylorruntime: copy channel code from Go 1.7 runtime
2016-09-30 Ian Lance Taylorruntime: copy internal locking code from Go 1.7 runtime
2016-09-29 Ian Lance Taylorruntime: copy runtime.go and runtime1.go from Go 1.7
2016-09-21 Ian Lance Taylorcompiler, runtime: replace hashmap code with Go 1.7...
2016-09-20 Ian Lance Taylorre PR go/77642 (GO Bootstrap fail starting with r239872...
next