S/390: Implement -mnop-mcount
[gcc.git] / libgo /
2018-07-13 Ian Lance Taylorruntime: skip zero-sized fields in structs when convert...
2018-07-02 Ian Lance Taylorre PR go/86331 (the gccgo's "go" tool looks like failin...
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-06-22 Ian Lance Taylorsyscall: remove Ustat
2018-06-21 Ian Lance Taylorcmd/go: re-enable a couple of tests of gccgo
2018-06-13 Ian Lance Taylorlibgo: update to Go 1.10.3 release
2018-06-11 Ian Lance Taylorlibgo: add riscv and js/wasm as known targets
2018-06-06 Ian Lance Taylorreflect: fix StructOf hash and string
2018-06-05 Ian Lance Taylorreflect: canonicalize types returned by StructOf()...
2018-05-31 Ian Lance Taylorlibgo: update to Go 1.10.2 release
2018-05-30 Ian Lance Taylorcmd/go, cmd/vet: make vet work with gccgo
2018-05-30 Ian Lance Taylorcrypto/x509: specify path to AIX certificate file
2018-05-09 Ian Lance Taylorgo/build, cmd/go: update to match recent changes to gc
2018-05-04 Ian Lance Taylorcmd/go: on AIX, pass -X64 first when invoking ar
2018-05-04 Ian Lance Taylorlibgo: fix for unaligned read in go-unwind.c's read_enc...
2018-05-04 Ian Lance Taylorcmd/go: update mkalldocs.sh
2018-05-04 Ian Lance Taylorcmd/go: enable tests of vet tool
2018-05-04 Ian Lance Taylorcmd/go: update to match recent changes to gc
2018-05-03 Ian Lance Taylorcmd/go: run tests that require package build IDs
2018-05-02 Ian Lance Taylorlibgo: add type/const references to sysinfo.c
2018-05-02 Ian Lance Taylorlibgo: add support for the Nios II architecture
2018-05-02 Ian Lance Taylorruntime: remove unused stack.go
2018-05-02 Ian Lance Taylorlibgo: refactor code to enumerate stdlib packages
2018-05-02 Ian Lance Taylorlibgo: break dependence on libgcc unwind-pe.h
2018-05-01 Ian Lance Taylorre PR go/85429 (Several gotools tests FAIL with Solaris as)
2018-04-27 Ian Lance Taylorre PR go/85429 (Several gotools tests FAIL with Solaris as)
2018-04-20 Ian Lance Taylorgotest: only use [TD] on big-endian PPC64 non-AIX systems
2018-04-17 Ian Lance Tayloros/signal: disable loading of history during test
2018-04-17 Ian Lance Taylorgccgo: suppress "ar rcD" and "-zdefs" on AIX
2018-03-26 Ian Lance Taylorruntime: don't check for stale runtime
2018-03-16 Ian Lance Taylorlibgo: add runtime/pprof/internal/profile.gox to noinst...
2018-03-15 Ian Lance Taylorcmd/go: force LANG=C when looking for compiler version
2018-03-09 Ian Lance Taylorcommit ce28919112dbb234366816ab39ce060ad45e8ca9
2018-03-07 Ian Lance Taylorruntime: push arena on AIX higher due to clashes
2018-03-07 Ian Lance Taylorruntime: use a fence instruction before rdtsc
2018-03-05 Ian Lance Taylorlibgo: fix typo in mksysinfo.sh script
2018-02-28 Ian Lance Taylorruntime: update AIX memory allocation for new versions
2018-02-28 Ian Lance Taylorlibgo: update to final Go 1.10 release
2018-02-22 Andreas Schwabre PR go/84484 (libgo configure tests fail to find...
2018-02-22 Ian Lance Taylorruntime: funcfileline: get missing function name from...
2018-02-22 Ian Lance Taylorlibgo: add -L option for libatomic when using -pthread
2018-02-20 Ian Lance Taylorruntime: allow preemption in fast syscall return
2018-02-16 Ian Lance Taylorruntime: add some more preemption checks
2018-02-12 Ian Lance Taylorcompiler: error on func declaration/definition
2018-02-12 Ian Lance Taylorre PR go/84215 (Random results in go/libgo tests)
2018-02-08 Ian Lance Taylorruntime: get missing function name from symbol table
2018-02-08 Ian Lance Taylorlibgo: update to Go1.10rc2
2018-02-07 Ian Lance Taylorruntime: don't call funcPC from a function
2018-02-06 Ian Lance Taylorruntime: correct runtime structfield type to match...
2018-02-05 Ian Lance Taylorcmd/go: don't lose last flag from _cgo_flags
2018-02-02 Ian Lance Taylorreflect: enable allocation tests
2018-02-02 Ian Lance Taylorruntime: scan register backing store on ia64
2018-02-01 Ian Lance Taylormath: adjust compilation flags, use them when testing
2018-02-01 Ian Lance Taylorcompiler: omit field name for embedded fields in reflec...
2018-02-01 Ian Lance Taylornet: declare lib_getaddrinfo as returning int32
2018-01-31 Ian Lance Taylorruntime: fix type descriptor name in C code
2018-01-31 Ian Lance Taylorgotest: accept symbols with leading dot
2018-01-31 Ian Lance Taylornet: rename TestAddr6 to avoid gotest confusion
2018-01-30 Ian Lance Taylorinternal/syscall/unix: add randomTrap for sh/shbe
2018-01-27 Ian Lance Taylorlibgo: update to Go1.10rc1
2018-01-27 Ian Lance Taylorlibgo: update to Go1.10rc1
2018-01-25 Ian Lance Taylorcompiler: deref receiver types in mangled names
2018-01-25 Ian Lance Taylorruntime: fix lfstackUnpack on ia64
2018-01-24 Ian Lance Taylorcompiler: rationalize external symbol names
2018-01-23 Ian Lance Taylorcmd/go: buildid support for AIX archives.
2018-01-19 Ian Lance Taylormksysinfo: use rlimit64 if available when we use getrli...
2018-01-19 Ian Lance Taylormksysinfo: force Passwd.Pw_[ug]id from int32 to uint32
2018-01-19 Ian Lance Taylorruntime: no escape for some functions on AIX
2018-01-19 Ian Lance Taylorcmd/go: recognize AIX objects and archives
2018-01-19 Ian Lance Taylorruntime: add go:noescape declaration for Solaris
2018-01-18 Ian Lance Taylorre PR go/83787 (Many 32-bit Solaris/SPARC Go tests...
2018-01-17 Ian Lance Taylorarchive/tar: support stat and device numbers on AIX
2018-01-17 Ian Lance Taylorlibgo: update to Go1.10beta2 release
2018-01-14 Ian Lance Taylorgo/types: implement SizesFor for gccgo
2018-01-11 Ian Lance Taylorre PR go/83794 (misc/cgo/test uses gigabytes of memory)
2018-01-11 Ian Lance Taylordebug/dwarf: formStrp uses a 64-bit value for 64-bit...
2018-01-10 Ian Lance Tayloros, syscall: handle _st_timespec for AIX stat
2018-01-10 Ian Lance Taylorlibgo: add platform support for SuperH
2018-01-10 Ian Lance TaylorAdd missing .a files.
2018-01-10 Ian Lance Taylorre PR c/82922 (Request: add -Wstrict-prototypes to...
2018-01-10 Ian Lance Taylorexp: remove exp/proxy and exp/terminal packages
2018-01-10 Ian Lance Taylorcmd/go: check for another GCC error message
2018-01-10 Ian Lance Taylorruntime: fix makemap calls in __go_construct_map
2018-01-10 Ian Lance Taylorruntime: work around escaping closure in export_test.go
2018-01-10 Ian Lance Taylorruntime: noescape some functions/variables
2018-01-10 Ian Lance Taylorcmd/go: add AIX support
2018-01-10 Ian Lance Taylorlibgo: add aix build tags
2018-01-09 Ian Lance Tayloros/signal/internal/pty: build on Solaris
2018-01-09 Ian Lance Taylorlibgo: update to Go1.10beta1
2018-01-06 Ian Lance Taylorlibgo: fix GOARCH_CACHELINESIZE on ia64
2017-12-16 Ian Lance Tayloros: pass -s to hostname on AIX
2017-12-16 Ian Lance Taylorsyscall: emulate Flock on AIX
2017-12-06 Ian Lance Taylorlibgo: remove -fplan9-extensions from CFLAGS
2017-12-02 Ian Lance Taylorruntime: export cgoCheck functions
2017-11-23 Ian Lance Taylorcmd/go, go/internal/gccgoimporter: pass -X to ar on AIX
2017-11-22 Ian Lance Taylorlibgo: don't use grep -q in mksigtab.sh
2017-11-21 Ian Lance Taylorlibgo: fix makefile buglet
2017-11-14 Rainer OrthAdapt Solaris 12 references
2017-11-14 Ian Lance Taylorlibgo: adapt Solaris 12 references
next