]> git.ipfire.org Git - thirdparty/gcc.git/history - libgo
* doc/extend.texi (Common Function Attributes): Clarify
[thirdparty/gcc.git] / libgo /
2019-06-07  ian go/internal/gccgoimporter: ignore unexported and...
2019-06-06  ian compiler: make use of specialized fast map routines
2019-06-05  ian compiler: inline call expressions and function...
2019-06-03  ian compiler, runtime, reflect: generate unique type...
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-27  ian PR go/90635
2019-05-27  ian PR go/90614
2019-05-14  ian libgo: reduce overhead for memory/block/mutex profiling
2019-05-13  ian libgo: drop Solaris 10 support
2019-05-11  ian runtime: set up g early
2019-05-08  ian libgo: add Debugging section to README
2019-05-08  ian runtime: use builtin memmove directly
2019-05-08  ian reflect: correctly handle direct interface typed...
2019-05-03  ian compiler: recognize and optimize array range clear
2019-05-03  ian os/user: disable TestGroupIds for AIX
2019-05-01  ian compiler: recognize and optimize map range clear
2019-05-01  ian compiler,runtime: do more direct interfaces
2019-05-01  ian runtime: persistentalloc and cache itabs
2019-04-26  ian runtime: fix TestPhysPageSize on AIX
2019-04-24  ian PR target/89093
2019-04-19  ian libgo/go/syscall: add SockAddrDatalink on AIX
2019-04-08  ian libgo: update to Go 1.12.2
2019-03-19  ian compiler,runtime: pass old slice's ptr/len/cap...
2019-03-19  ian libgo: fix build on AIX
2019-03-18  ian libgo: update to Go 1.12.1
2019-03-09  ian PR go/89447
2019-03-06  ian mksysinfo: actually use modified Statfs_t value
2019-03-05  ian runtime: enable precise GC checks when using stack...
2019-03-05  ian cmd/go: pass -X64 to ar on aix/ppc64
2019-03-05  ian sysinfo: add Flags to Statfs_t if not already there
2019-03-02  ian PR go/89406
2019-03-01  ian cmd/go: restore passing D to ar
2019-03-01  ian runtime: call execname and getpagesize on Solaris
2019-03-01  ian cmd/go: add -O2 to invocation of gccgo
2019-03-01  iancommit 66ac9466852d11e968f8fd2ad6ffc7386cee49e1
2019-02-28  ian libgo: fix go_export extraction on Darwin
2019-02-27  ian PR go/89172
2019-02-27  ian runtime: align first persistentalloc chunk as requested
2019-02-27  ian cmd/go: preserve CC for TestScript child processes
2019-02-26  ian libgo: update to Go 1.12 release
2019-02-26  ian PR go/86535
2019-02-26  ian libgo: update to Go1.12rc1
2019-02-22  ian PR go/89406
2019-02-22  ian cmd/go: remove work directory on usage error
2019-02-21  ian PR go/89407
2019-02-19  ian PR go/89169
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 PR go/89123
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-15  ian PR go/89168
2019-02-12  ian syscall: don't assume that WIFCONTINUED is defined
2019-02-12  ian mksysinfo: remove incorrect quotes in st_fsid handl...
2019-02-07  ian os, syscall: Hurd fixes for a couple of tests
2019-02-07  ian os, net, crypto/x509: add hurd support
2019-02-07  ian syscall: add Hurd support
2019-02-07  ian internal/syscall/unix: add constants for hurd
2019-02-06  ian PR go/89199
2019-02-01  ian runtime: add hurd netpoll and semaphore support
2019-02-01  ian runtime: add getproccount for hurd
2019-02-01  ian libgo: add configury and sysinfo support for hurd
2019-02-01  ian libgo: add hurd build tags to test files
2019-02-01  ian libgo: add hurd build tags
2019-02-01  ian runtime, sync: use __atomic intrinsics instead...
2019-01-29  ian runtime: fix sigprof frame counting
2019-01-29  ian runtime: use the call instruction's PC for panic...
2019-01-24  ian runtime: install SIGURG handler on C created threads
2019-01-22  ian golang.org/x/tools/go/analysis: pass "gccgo" to...
2019-01-22  ian PR go/88927
2019-01-21  ian libgo: fix building, and some testing, on Solaris
2019-01-18  ian libgo: update to Go1.12beta2
2019-01-18  ian PR go/88202
2019-01-17  ian runtime: dropg before CAS g status to _Grunnable...
2019-01-16  ian syscall: mark C syscall functions noescape
2019-01-15  ian runtime: add padding to FFI type of struct ending...
2019-01-15  ian compiler, runtime: panic on uncomparable map key...
2019-01-12  jakubRemove svn:executable property from a couple of text...
2019-01-07  ian runtime: in doscanstackswitch, set gp->m before...
2019-01-07  ian compiler: move slice construction to callers of...
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: delete export_arm_test.go
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-12  ian os/signal: increase deliver time for signal testcase
2018-12-11  ian runtime: use _URC_FAILURE on ARM32
2018-12-07  ian runtime: add missing return for non-GNU/Linux versi...
2018-12-05  ian runtime: add precise stack scan support
2018-12-05  ian syscall: remove Flock for aix/ppc64
2018-12-04  ian cmd/vet: use default compiler when determining...
2018-12-03  ian cmd/go: allow buildmode c-archive for gccgo on...
next