[Ada] Fix potentially uninitialized variable flagged by CodePeer
[gcc.git] / libgo / runtime /
2020-04-21 Benny Siegertgccgo: fix runtime compilation on NetBSD
2020-04-15 eric fangruntime: use 64 bits of hash seed on arm64
2020-04-06 Ian Lance Taylorlibgo: update to almost the 1.14.2 release
2020-02-28 eric fangruntime: handle linux/arm64 signal register
2020-01-22 Ian Lance Taylorruntime: call runtime_nanotime1, not runtime_nanotime
2020-01-22 Ian Lance Taylorlibgo: update to Go1.14beta1
2020-01-07 Ian Lance Taylorcompiler, runtime: stop using __go_runtime_error
2020-01-02 Ian Lance Taylorcompiler, runtime, reflect: generate hash functions...
2019-12-05 Ian Lance Taylorre PR go/92820 (libgo.so.15 has executable stack)
2019-11-21 Ian Lance Taylorre PR go/92605 (r278509 causes/reveals issue in buildin...
2019-10-02 Ian Lance Taylorruntime: mark go-context.S as no-executable-stack and...
2019-09-17 Ian Lance Taylorre PR go/91781 (r275691 breaks go test "reflect")
2019-09-06 Ian Lance Taylorlibgo: update to Go 1.13beta1 release
2019-08-30 Ian Lance Taylorcompile, runtime: permit anonymous and empty fields...
2019-08-28 Ian Lance Taylorruntime: move osinit to Go
2019-08-20 Ian Lance Taylorcompiler, runtime: implement shifts by signed amounts
2019-07-15 Ian Lance Taylorruntime: expose the g variable
2019-06-25 Ian Lance Taylorruntime: mark memequal and memclrNoHeapPointers nosplit
2019-06-24 Ian Lance Taylorcompiler: use builtin memcmp directly
2019-06-21 Ian Lance Taylorcompiler: open code string slice expressions
2019-06-03 Ian Lance Taylorlibgo: delay applying profile stack-frame skip until...
2019-06-03 Ian Lance Taylorruntime: remove unnecessary functions calling between...
2019-06-03 Ian Lance Taylorruntime: fix assembly syntax
2019-05-31 Ian Lance Taylorruntime: drop unused C type reflection code
2019-05-31 Ian Lance Taylorcompiler: optimize append of make
2019-05-31 Ian Lance Taylorruntime: implement cheaper context switch on Linux...
2019-05-14 Ian Lance Taylorlibgo: reduce overhead for memory/block/mutex profiling
2019-05-11 Ian Lance Taylorruntime: set up g early
2019-05-08 Cherry Zhangruntime: use builtin memmove directly
2019-05-01 Ian Lance Taylorcompiler,runtime: do more direct interfaces
2019-04-24 Ian Lance Taylorre PR target/89093 (C++ exception handling clobbers...
2019-03-19 Ian Lance Taylorlibgo: fix build on AIX
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
next