re PR c/80409 (Document that va_arg(ap, void*) can be used to consume any pointer...
[gcc.git] / libgo /
2019-02-26 Ian Lance Taylorlibgo: update to Go1.12rc1
2019-02-22 Ian Lance Taylorre PR go/89406 (Go testing leaves many temporary direct...
2019-02-22 Ian Lance Taylorcmd/go: remove work directory on usage error
2019-02-21 Ian Lance Taylorre PR go/89407 (go bootstrap failure on s390x starting...
2019-02-19 Ian Lance Taylorre PR go/89169 (FAIL: internal/cpu)
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 Taylorre PR go/89123 (Too many go test failures on s390x...
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-15 Ian Lance Taylorre PR go/89168 (FAIL: cmd/go/internal/load)
2019-02-12 Ian Lance Taylorsyscall: don't assume that WIFCONTINUED is defined
2019-02-12 Ian Lance Taylormksysinfo: remove incorrect quotes in st_fsid handling...
2019-02-07 Ian Lance Tayloros, syscall: Hurd fixes for a couple of tests
2019-02-07 Ian Lance Tayloros, net, crypto/x509: add hurd support
2019-02-07 Ian Lance Taylorsyscall: add Hurd support
2019-02-07 Ian Lance Taylorinternal/syscall/unix: add constants for hurd
2019-02-06 Ian Lance Taylorre PR go/89199 (libgo regression in implementation...
2019-02-01 Ian Lance Taylorruntime: add hurd netpoll and semaphore support
2019-02-01 Ian Lance Taylorruntime: add getproccount for hurd
2019-02-01 Ian Lance Taylorlibgo: add configury and sysinfo support for hurd
2019-02-01 Ian Lance Taylorlibgo: add hurd build tags to test files
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: fix sigprof frame counting
2019-01-29 Ian Lance Taylorruntime: use the call instruction's PC for panic-in...
2019-01-24 Ian Lance Taylorruntime: install SIGURG handler on C created threads
2019-01-22 Ian Lance Taylorgolang.org/x/tools/go/analysis: pass "gccgo" to types...
2019-01-22 Ian Lance Taylorre PR go/88927 (Bootstrap failure on arm in libgo start...
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-18 Ian Lance Taylorre PR go/88202 (FAIL: runtime/pprof)
2019-01-17 Ian Lance Taylorruntime: dropg before CAS g status to _Grunnable/_Gwaiting
2019-01-16 Ian Lance Taylorsyscall: mark C syscall functions noescape
2019-01-15 Ian Lance Taylorruntime: add padding to FFI type of struct ending with...
2019-01-15 Ian Lance Taylorcompiler, runtime: panic on uncomparable map key, even...
2019-01-12 Jakub JelinekRemove svn:executable property from a couple of text...
2019-01-07 Ian Lance Taylorruntime: in doscanstackswitch, set gp->m before gogo
2019-01-07 Ian Lance Taylorcompiler: move slice construction to callers of makeslice
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: delete export_arm_test.go
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-12 Ian Lance Tayloros/signal: increase deliver time for signal testcase
2018-12-11 Ian Lance Taylorruntime: use _URC_FAILURE on ARM32
2018-12-07 Ian Lance Taylorruntime: add missing return for non-GNU/Linux version...
2018-12-05 Ian Lance Taylorruntime: add precise stack scan support
2018-12-05 Ian Lance Taylorsyscall: remove Flock for aix/ppc64
2018-12-04 Ian Lance Taylorcmd/vet: use default compiler when determining type...
2018-12-03 Ian Lance Taylorcmd/go: allow buildmode c-archive for gccgo on ppc64
2018-11-27 Ian Lance Taylorcompiler: add '$' to names in expression export data
2018-11-26 Ian Lance Taylorsyscall: always define WEXITED and WNOWAIT on GNU/Linux
2018-11-26 Ian Lance Taylorcompiler: initial support for exporting function bodies
2018-11-21 Ian Lance Taylorre PR go/88060 (../../../gcc-8.2.0/libgo/go/syscall...
2018-11-09 Ian Lance Taylorcmd/cgo: fix typo in gccgo name mangling recipe
2018-11-09 Ian Lance Taylorsyscall: change RLIM_INFINITY from 0xffffffffffffffff...
2018-10-31 Ian Lance Taylorre PR bootstrap/82856 (--enable-maintainter-mode broken...
2018-10-26 Ian Lance Taylorlibgo: simplify gotest script to avoid sed substitution...
2018-10-26 Ian Lance Taylorlibgo: avoid use of 'local' directive in shell script
2018-10-26 Ian Lance Taylorlibgo: fix improperly mangled linker symbol directive
2018-10-26 Ian Lance Taylorlibgo: don't use wc in gotest
2018-10-25 Ian Lance Taylorcompiler: improve name mangling for packpaths
2018-10-23 Ian Lance Taylorre PR go/87661 (libgo bootstrap failure on arm-linux...
2018-10-23 Ian Lance Taylorcompiler: export indexed type data, read unexported...
2018-10-18 Ian Lance Taylorcompiler: list indirect imports separately in export...
2018-10-18 Ian Lance Taylorcompiler: drop semicolons in export data
2018-10-09 Ian Lance Taylorruntime: skip testSetPanicOnFault for gollvm
2018-10-08 Ian Lance Taylorlibgo: update to Go 1.11.1 release
2018-10-05 Ian Lance Taylorlibgo: use inline assembly in favor of call to _xgetbv()
2018-10-05 Ian Lance Taylorruntime: remove checkgoarm function
2018-10-02 Ian Lance Taylorinternal/bytealg: support systems that don't have memmem
2018-10-02 Ian Lance Taylornet: don't fail test if splice fails because pipe2...
2018-10-01 Ian Lance Taylorlibgo: support x32 as GOARCH=amd64p32 GOOS=linux
2018-10-01 Ian Lance Taylorruntime: add arm64 version of AES hash code
2018-09-26 Ian Lance Taylorsyscall: don't assume we have a GETEUID system call
2018-09-26 Ian Lance Taylorruntime, os: fix the build on Solaris
2018-09-25 Ian Lance Taylorinternal/bytealg, internal/cpu, internal/poll: portabil...
2018-09-25 Ian Lance Taylorcmd/go: pass down testing gccgo in TestScript
2018-09-24 Ian Lance Taylorlibgo: update to Go 1.11
2018-09-14 Ian Lance Taylorcmd/go: correct gccgo buildid file on ARM
2018-09-13 Ian Lance Taylorcompiler, runtime: call gcWriteBarrier instead of write...
2018-09-13 Ian Lance Taylorruntime: correct counters in sweep
2018-09-13 Ian Lance Taylorcompiler, runtime: open code select
2018-09-13 Ian Lance Taylorruntime: avoid write barriers with traceback info
2018-09-13 Ian Lance Taylorlibgo: build roots index to speed up bulkBarrierPreWrite
2018-08-29 Ian Lance Taylorcompiler, runtime: remove hmap field from maptypes
2018-08-24 Ian Lance Taylorruntime: remove the dummy arg of getcallersp
2018-08-07 Ian Lance Taylorruntime: use poll rather than pollset for netpoll on AIX
2018-08-07 Ian Lance Taylorlibgo: uncomment trace.Stop() call in testing package
2018-07-27 Ian Lance Taylorlibgo: prune sighandler frames in runtime.sigprof
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
next