]> git.ipfire.org Git - thirdparty/gcc.git/history - libgo/runtime
compiler: inline call expressions and function references
[thirdparty/gcc.git] / libgo / runtime /
2019-06-03  ian libgo: delay applying profile stack-frame skip...
2019-06-03  ian runtime: remove unnecessary functions calling betwe...
2019-06-03  ian runtime: fix assembly syntax
2019-05-31  ian runtime: drop unused C type reflection code
2019-05-31  ian compiler: optimize append of make
2019-05-31  ian runtime: implement cheaper context switch on Linux...
2019-05-14  ian libgo: reduce overhead for memory/block/mutex profiling
2019-05-11  ian runtime: set up g early
2019-05-08  ian runtime: use builtin memmove directly
2019-05-01  ian compiler,runtime: do more direct interfaces
2019-04-24  ian PR target/89093
2019-03-19  ian libgo: fix build on AIX
2019-02-19  ian runtime: abort stack scan in cases that we cannot...
2019-02-15  ian compiler,runtime: use __builtin_dwarf_cfa for getca...
2019-02-15  ian runtime: include <syscall.h> and <sys/syscall.h...
2019-02-15  ian runtime: add type cast for non-split-stack calls...
2019-02-15  ian compiler, runtime: harmonize types referenced by...
2019-02-01  ian runtime: add getproccount for hurd
2019-02-01  ian libgo: add hurd build tags
2019-02-01  ian runtime, sync: use __atomic intrinsics instead...
2019-01-29  ian runtime: use the call instruction's PC for panic...
2019-01-21  ian libgo: fix building, and some testing, on Solaris
2019-01-18  ian libgo: update to Go1.12beta2
2019-01-07  ian runtime: in doscanstackswitch, set gp->m before...
2019-01-07  ian runtime: in getTraceback, set gp->m before gogo
2019-01-05  ian runtime: prevent deadlock when profiling signal...
2018-12-29  ian runtime: prevent deadlock when profiling signal...
2018-12-27  ian runtime: let ARM32 EABI personality function contin...
2018-12-27  ian runtime: on ARM32 EABI, don't get LSDA if compact...
2018-12-12  ian runtime: handle DW_EH_PE_absptr in type table encoding
2018-12-11  ian runtime: use _URC_FAILURE on ARM32
2018-12-05  ian runtime: add precise stack scan support
2018-10-01  ian runtime: add arm64 version of AES hash code
2018-09-24  ian libgo: update to Go 1.11
2018-09-13  ian runtime: avoid write barriers with traceback info
2018-08-24  ian runtime: remove the dummy arg of getcallersp
2018-06-28  ian runtime: don't stat a NULL filename
2018-06-23  ian runtime: use #ifdef instead of #if for USING_SPLIT_...
2018-05-04  ian libgo: fix for unaligned read in go-unwind.c's...
2018-05-02  ian libgo: break dependence on libgcc unwind-pe.h
2018-03-07  ian runtime: use a fence instruction before rdtsc
2018-02-22  ian runtime: funcfileline: get missing function name...
2018-02-08  ian runtime: get missing function name from symbol...
2018-02-02  ian runtime: scan register backing store on ia64
2018-01-31  ian runtime: fix type descriptor name in C code
2018-01-24  ian compiler: rationalize external symbol names
2018-01-10  ian PR c/82922
2018-01-10  ian runtime: fix makemap calls in __go_construct_map
2018-01-09  ian libgo: update to Go1.10beta1
2017-11-09  ian sync/atomic, runtime/internal/atomic: don't assume...
2017-10-11  ian runtime: fix issues on AIX about uintptr(_t)
2017-09-18  ian runtime: always initialize str field in __go_string...
2017-09-14  ian libgo: update to go1.9
2017-08-29  ian runtime: make go-nosys.c compile with !HAVE_SYSCALL
2017-08-18  ian PR go/81893
2017-08-16  ian runtime: improvements for signal registers
2017-08-04  ian runtime: dump registers for Alpha
2017-07-26  ian runtime: handle Alpha GNU/Linux in getSiginfo
2017-07-21  ian runtime: don't use runtime_lock in __go_get_backtra...
2017-07-21  ian runtime: handle PPC/PPC64 GNU/Linux in getSiginfo
2017-07-18  ian PR go/81451
2017-06-27  ian runtime: adapt memory management to AIX mmap
2017-06-22  ian runtime: fix type cast in assignment to gcnextsp...
2017-06-22  ian runtime: change some stack fields to uintptr
2017-06-22  ian compiler, runtime: better stack trace for `go f...
2017-05-12  ian runtime: fix build for non-split-stack systems
2017-05-10  ianBig merge of changes to gofrontend repo that were postp...
2017-02-17  ian libgo: update to final Go 1.8 release
2017-01-26  ian runtime: fix context used by getTraceback
2017-01-23  ian PR go/79037
2017-01-20  ian runtime, testing/internal/testdeps: fixes for cgo
2017-01-14  ian libgo: update to Go 1.8 release candidate 1
2017-01-10  ian runtime: copy more scheduler code from Go 1.7 runtime
2017-01-10  ian compiler, runtime: drop size arguments to hash...
2017-01-09  ian runtime: copy more of scheduler from Go 1.7 runtime
2017-01-06  ianruntime: actually remove go-alloc.h
2017-01-03  ian runtime: remove __go_alloc and __go_free
2017-01-03  ian PR go/78789
2016-12-19  ian runtime: copy cgo support from Go 1.7 runtime
2016-12-08  ian runtime: mark non-x86 aeshashbody parameters as...
2016-12-08  ian runtime: copy memory hash code from Go 1.7
2016-12-08  ian runtime: remove some unused variables/declarations...
2016-11-30  ian runtime: fixes for -buildmode=c-archive
2016-11-22  ian runtime: rewrite panic/defer code from C to Go
2016-11-18  ian runtime: move schedt type and sched var from C...
2016-11-18  ian runtime: don't call __go_alloc/__go_free in environ...
2016-11-18  ianCorrect gcc/go/gofrontend/lex.cc and libgo/aclocal...
2016-11-18  ian runtime, reflect: rewrite Go to FFI type conversion...
2016-11-16  ian runtime: replace runtime1.goc with Go and C code
2016-11-14  ian runtime: don't crash if signal handler info argumen...
2016-11-10  ian runtime: copy signal code from Go 1.7 runtime
2016-10-30  ian libgo: eliminate a lot of duplication in Makefile.am
2016-10-28  ian compiler, runtime: copy slice code from Go 1.7...
2016-10-21  ian runtime: copy lfstack code from Go 1.7 runtime
2016-10-20  ian runtime: rewrite interface code into Go
2016-10-18  ian runtime: copy netpoll code from Go 1.7 runtime
2016-10-18  ian runtime: scan caller-saved registers for non-split...
2016-10-17  ian runtime: copy rdebug code from Go 1.7 runtime
2016-10-15  ian runtime: copy runtime package time code from Go 1.7
2016-10-14  ian runtime: copy mprof code from Go 1.7 runtime
next