]> git.ipfire.org Git - thirdparty/gcc.git/history - libgo
Make mempcpy more optimal (PR middle-end/70140).
[thirdparty/gcc.git] / libgo /
2017-07-26  Ian Lance Taylorruntime: handle Alpha GNU/Linux in getSiginfo
2017-07-21  Ian Lance Taylorsyscall: call f?statfs64 on GNU/Linux
2017-07-21  Ian Lance Taylorruntime: don't use runtime_lock in __go_get_backtrace_state
2017-07-21  Ian Lance Taylorruntime: handle PPC/PPC64 GNU/Linux in getSiginfo
2017-07-21  Ian Lance Taylorruntime: allocate more stack space in CgoCallbackGC...
2017-07-18  Ian Lance Taylorre PR go/81451 (missing futex check - libgo/runtime...
2017-07-18  Ian Lance Taylorre PR go/81324 (libgo does not build with glibc 2.18)
2017-07-14  Ian Lance Taylorlibgo: don't copy semt into runtime.inc
2017-07-14  Ian Lance Taylorcmd/go: use gccSupportsFlag for -fsplit-stack
2017-07-13  Ian Lance Taylorre PR go/81393 (Bootstrap failure on s390x-linux while...
2017-06-29  Ian Lance Taylormisc/cgo/testcarchive: fix test to work for gccgo
2017-06-29  Ian Lance Taylorcmd/go: fix -buildmode={c-archive,c-shared,pie} for...
2017-06-27  Ian Lance Taylorruntime: adapt memory management to AIX mmap
2017-06-27  Ian Lance Taylorsyscall: ptrace fixes for s390
2017-06-27  Ian Lance Taylorlibgo: add misc/cgo files
2017-06-26  Ian Lance Taylorsyscall: don't define PtraceRegs for Alpha
2017-06-26  Ian Lance Taylorlibgo: redefine ia64 struct names around linux/ptrace.h
2017-06-23  Ian Lance Taylorruntime: complete defer handling in CgocallBackDone
2017-06-23  Ian Lance Taylorcmd/go: don't require GOROOT to exist for gccgo
2017-06-23  Ian Lance Tayloros: align siginfo argument to waitid
2017-06-23  Ian Lance Taylorruntime: don't crash if no p in kickoff
2017-06-23  Ian Lance Taylorruntime: improve handling of panic during deferred...
2017-06-22  Ian Lance Taylorruntime: uncomment check for gchelper on g0 stack
2017-06-22  Ian Lance Taylorruntime: mark dropm and callees nowritebarrierrec
2017-06-22  Ian Lance Taylorruntime: export getm function
2017-06-22  Ian Lance Taylorruntime: fix type cast in assignment to gcnextsp in...
2017-06-22  Ian Lance Taylorruntime: make NumGoroutine wait for system goroutines...
2017-06-22  Ian Lance Taylorruntime: don't assume that _ = *s will panic if s is nil
2017-06-22  Ian Lance Taylorruntime: change some stack fields to uintptr
2017-06-22  Ian Lance Taylorruntime: avoid write barriers when calling deferred...
2017-06-22  Ian Lance Taylorruntime: rename _defer struct _panic field to panicStack
2017-06-22  Ian Lance Taylorruntime: adjust tests for gofrontend
2017-06-22  Ian Lance Taylorruntime: don't build test files that use SetCgoTracebac...
2017-06-22  Ian Lance Taylorruntime: build testprogcgo with -pthread
2017-06-22  Ian Lance Taylorruntime: in traceback, print panic rather than runtime...
2017-06-22  Ian Lance Taylorcompiler, runtime: better stack trace for `go f()`...
2017-06-21  Ian Lance Taylordebug/elf: handle Alpha relocs
2017-06-21  Ian Lance TaylorForgot to remove this file in the last libgo commit.
2017-06-21  Ian Lance Taylorlibgo: remove old MIPS architecture names
2017-06-21  Ian Lance Taylorlibgo: use gc's arch names as the default GOARCHs on...
2017-06-21  Ian Lance Taylorcmd/cgo: add mips64p32* to ptrSizeMap and intSizeMap
2017-06-21  Ian Lance Taylorinternal/syscall/unix: implement randomTrap on mips64p32*
2017-06-21  Ian Lance Taylorlibgo, syscall: fix ptrace implementation on MIPS
2017-06-21  Ian Lance Taylorlibgo, syscall: fix ptrace implementation on MIPS
2017-06-14  Ian Lance Taylorcmd/cgo: make _cgo_flags consistent across runs
2017-06-14  Ian Lance Taylorcmd/go: gccgo: consistent results, fix vendoring
2017-06-14  Ian Lance Taylorcmd/go: skip tests that do not work with gccgo
2017-06-14  Ian Lance Taylorgo/build: use GCCGOTOOLDIR to find gccgo tools
2017-06-14  Ian Lance Taylorinternal/testenv: support testing gccgo
2017-06-13  Ian Lance Taylorruntime: don't always show frames with no function...
2017-06-13  Ian Lance Taylorruntime: clear isSystemGoroutine in goexit
2017-06-12  Ian Lance Taylorruntime: ignore _Gscan bit when checking status in...
2017-06-08  Ian Lance Taylorlibgo: update to 1.8.3 release
2017-06-07  Ian Lance Taylorruntime: support ia64 in lfstack
2017-05-31  Ian Lance Taylorlibgo: support for sparc64 GNU/Linux
2017-05-17  Ian Lance Taylorlibgo: add "vendor" to pkgpath for vendored standard...
2017-05-12  Ian Lance Taylorruntime: fix build for non-split-stack systems
2017-05-12  Ian Lance Taylormksigtab.sh: recurse once when adding signals to SIGLIST
2017-05-12  Ian Lance Tayloros: use opendir64 and closedir64 on AIX
2017-05-11  Ian Lance Taylorruntime: fix isSystemGoroutine for gccgo
2017-05-10  Ian Lance TaylorBig merge of changes to gofrontend repo that were postp...
2017-04-17  Ian Lance Taylorlibgo: update to Go 1.8.1 release
2017-04-12  Ian Lance Taylorre PR go/77857 (gccgo: vendoring doesn't work in gcc...
2017-04-04  Ian Lance Taylorre PR go/80302 (FAIL: time on systems with tzdata2017b...
2017-03-22  Ian Lance Taylorinternal/syscall/unix: add randomTrap for m68k
2017-03-01  Ian Lance Taylorcmd/go: add testdata/timeoutbench_test.go
2017-02-28  Ian Lance Taylormksigtab.sh: skip signals defined as other signals
2017-02-28  Ian Lance Taylorruntime: fix sigfwd to not allocate memory
2017-02-28  Ian Lance Taylorlibgo: fix quoting in mksigtab.sh
2017-02-17  Ian Lance Taylorlibgo: update to final Go 1.8 release
2017-02-13  Ian Lance Taylorre PR go/79443 (libgo/math test fails on s390x (undefin...
2017-01-27  Ian Lance Taylorlibgo: update to go1.8rc3
2017-01-26  Ian Lance Taylorruntime: fix setting of isarchive
2017-01-26  Ian Lance Taylorruntime: fix context used by getTraceback
2017-01-23  Ian Lance Taylorlibgo: update to go1.8rc2
2017-01-23  Ian Lance Taylorre PR go/79037 (gccgo: Binaries crash with parforsetup...
2017-01-23  Ian Lance Taylorlibgo: bump library version to 11
2017-01-20  Ian Lance Taylorruntime, testing/internal/testdeps: fixes for cgo
2017-01-20  Ian Lance Taylorre PR go/79146 (Bootstrapping go on s390x fails; redefi...
2017-01-20  Ian Lance Taylorre PR go/79146 (Bootstrapping go on s390x fails; redefi...
2017-01-18  Ian Lance Taylorsyscall, golang_org/x/net/lif: fixes for gccgo on Solaris
2017-01-16  Ian Lance Taylorruntime: rename siginfo to _siginfo_t
2017-01-16  Ian Lance Taylorlibgo: correct golang_org Makefile variables not used...
2017-01-14  Ian Lance Taylorlibgo: update to Go 1.8 release candidate 1
2017-01-10  Ian Lance Taylorruntime: copy more scheduler code from Go 1.7 runtime
2017-01-10  Ian Lance Taylorcompiler, runtime: drop size arguments to hash/equal...
2017-01-09  Ian Lance Taylorruntime: copy more of scheduler from Go 1.7 runtime
2017-01-06  Ian Lance Taylorruntime: actually remove go-alloc.h
2017-01-06  Ian Lance Taylorre PR go/78978 (runtime/pprof FAILs on Solaris 2/x86)
2017-01-03  Ian Lance Taylorruntime: remove __go_alloc and __go_free
2017-01-03  Ian Lance Taylorre PR go/78789 (Error: no such instruction: `aesenc...
2016-12-19  Ian Lance Taylorruntime: copy cgo support from Go 1.7 runtime
2016-12-13  Ian Lance Taylorlibgo: fixes for Solaris build
2016-12-08  Ian Lance Taylorruntime: mark non-x86 aeshashbody parameters as unused
2016-12-08  Ian Lance Taylorruntime: copy memory hash code from Go 1.7
2016-12-08  Ian Lance Taylorruntime: allocate _panic struct on heap
2016-12-08  Ian Lance Taylorruntime: remove some unused variables/declarations...
2016-12-01  Ian Lance Taylorruntime: set isarchive in initsig
2016-11-30  Ian Lance Taylorruntime: print C functions in traceback
2016-11-30  Ian Lance Taylorruntime: fixes for -buildmode=c-archive
next