]> git.ipfire.org Git - thirdparty/gcc.git/history - libgo
Bits propagation only for int and ptr types
[thirdparty/gcc.git] / libgo /
2018-03-26  ian runtime: don't check for stale runtime
2018-03-16  ian libgo: add runtime/pprof/internal/profile.gox to...
2018-03-15  ian cmd/go: force LANG=C when looking for compiler...
2018-03-09  iancommit ce28919112dbb234366816ab39ce060ad45e8ca9
2018-03-07  ian runtime: push arena on AIX higher due to clashes
2018-03-07  ian runtime: use a fence instruction before rdtsc
2018-03-05  ian libgo: fix typo in mksysinfo.sh script
2018-02-28  ian runtime: update AIX memory allocation for new versions
2018-02-28  ian libgo: update to final Go 1.10 release
2018-02-22  ian PR go/84484
2018-02-22  ian runtime: funcfileline: get missing function name...
2018-02-22  ian libgo: add -L option for libatomic when using ...
2018-02-20  ian runtime: allow preemption in fast syscall return
2018-02-16  ian runtime: add some more preemption checks
2018-02-12  ian compiler: error on func declaration/definition
2018-02-12  ian PR go/84215
2018-02-08  ian runtime: get missing function name from symbol...
2018-02-08  ian libgo: update to Go1.10rc2
2018-02-07  ian runtime: don't call funcPC from a function
2018-02-06  ian runtime: correct runtime structfield type to match...
2018-02-05  ian cmd/go: don't lose last flag from _cgo_flags
2018-02-02  ian reflect: enable allocation tests
2018-02-02  ian runtime: scan register backing store on ia64
2018-02-01  ian math: adjust compilation flags, use them when testing
2018-02-01  ian compiler: omit field name for embedded fields in...
2018-02-01  ian net: declare lib_getaddrinfo as returning int32
2018-01-31  ian runtime: fix type descriptor name in C code
2018-01-31  ian gotest: accept symbols with leading dot
2018-01-31  ian net: rename TestAddr6 to avoid gotest confusion
2018-01-30  ian internal/syscall/unix: add randomTrap for sh/shbe
2018-01-27  ian libgo: update to Go1.10rc1
2018-01-27  ian libgo: update to Go1.10rc1
2018-01-25  ian compiler: deref receiver types in mangled names
2018-01-25  ian runtime: fix lfstackUnpack on ia64
2018-01-24  ian compiler: rationalize external symbol names
2018-01-23  ian cmd/go: buildid support for AIX archives.
2018-01-19  ian mksysinfo: use rlimit64 if available when we use...
2018-01-19  ian mksysinfo: force Passwd.Pw_[ug]id from int32 to...
2018-01-19  ian runtime: no escape for some functions on AIX
2018-01-19  ian cmd/go: recognize AIX objects and archives
2018-01-19  ian runtime: add go:noescape declaration for Solaris
2018-01-18  ian PR go/83787
2018-01-17  ian archive/tar: support stat and device numbers on AIX
2018-01-17  ian libgo: update to Go1.10beta2 release
2018-01-14  ian go/types: implement SizesFor for gccgo
2018-01-11  ian PR go/83794
2018-01-11  ian debug/dwarf: formStrp uses a 64-bit value for 64...
2018-01-10  ian os, syscall: handle _st_timespec for AIX stat
2018-01-10  ian libgo: add platform support for SuperH
2018-01-10  ianAdd missing .a files. These should have been committed...
2018-01-10  ian PR c/82922
2018-01-10  ian exp: remove exp/proxy and exp/terminal packages
2018-01-10  ian cmd/go: check for another GCC error message
2018-01-10  ian runtime: fix makemap calls in __go_construct_map
2018-01-10  ian runtime: work around escaping closure in export_test.go
2018-01-10  ian runtime: noescape some functions/variables
2018-01-10  ian cmd/go: add AIX support
2018-01-10  ian libgo: add aix build tags
2018-01-09  ian os/signal/internal/pty: build on Solaris
2018-01-09  ian libgo: update to Go1.10beta1
2018-01-06  ian libgo: fix GOARCH_CACHELINESIZE on ia64
2017-12-16  ian os: pass -s to hostname on AIX
2017-12-16  ian syscall: emulate Flock on AIX
2017-12-06  ian libgo: remove -fplan9-extensions from CFLAGS
2017-12-02  ian runtime: export cgoCheck functions
2017-11-23  ian cmd/go, go/internal/gccgoimporter: pass -X to ar...
2017-11-22  ian libgo: don't use grep -q in mksigtab.sh
2017-11-21  ian libgo: fix makefile buglet
2017-11-14  roAdapt Solaris 12 references
2017-11-14  ian libgo: adapt Solaris 12 references
2017-11-09  ian sync/atomic, runtime/internal/atomic: don't assume...
2017-11-06  ian libgo: pass flags to recursive make
2017-10-20  ian debug/dwarf: support 64-bit DWARF in byte order...
2017-10-11  ian runtime: fix issues on AIX about uintptr(_t)
2017-09-29  ian debug/elf: support 32-bit SPARC relocs
2017-09-29  ian mksysinfo: strip locale structs
2017-09-27  ian net: check Getsockname error return
2017-09-22  ian debug/xcoff,cmd: add XCOFF support
2017-09-20  ian libgo: fix build when using -enable-static=no
2017-09-20  ian syscall: enable ParseDirent for AIX
2017-09-20  ian syscall: workaround for getsockname bug in AIX
2017-09-20  ian internal,net,os,runtime,syscall: fixes for AIX...
2017-09-20  ian runtime: restore "goroutine in C code" message
2017-09-18  ian runtime: always initialize str field in __go_string...
2017-09-15  ian syscall: fixes for Solaris
2017-09-14  ian libgo: update to go1.9
2017-09-14  ian compiler, runtime: simplify select and channel...
2017-09-14  ian compiler, reflect: fix struct field names for embed...
2017-08-31  ian mksysinfo: fix in6_addr in mld_hdr_t for Solaris
2017-08-29  ian net/internal/socktest: build sys_unix.go on AIX
2017-08-29  ian libgo: netinet/icmp6.h require netinet/in.h on AIX
2017-08-29  ian libgo: fix Stat_t on AIX
2017-08-29  ian runtime: make go-nosys.c compile with !HAVE_SYSCALL
2017-08-29  ian runtime: fix lfstack for 64-bit AIX
2017-08-18  ian PR go/81893
2017-08-18  ian misc/cgo/test: make cgo tests run on AIX
2017-08-18  ian cmd/go: pass -funwind-tables when compiling C code
2017-08-16  ian runtime: better implementation of netpoll for AIX
2017-08-16  ian runtime: improvements for signal registers
2017-08-09  ian compiler: handle >32bit exponent in Ldexp
next