[RTL-ifcvt] PR rtl-optimization/67465: Handle pairs of complex+simple blocks and...
[platform/upstream/linaro-gcc.git] / libgo /
2015-09-24 ian runtime: Fix recent lfstack change on Solaris.
2015-09-23 ian PR go/67695
2015-09-23 ian runtime: rewrite lfstack packing/unpacking to look...
2015-09-15 ian libgo: If compiler can split-stack and linker can...
2015-09-15 ian libgo: test linking split-stack and non-split-stack...
2015-09-15 ian runtime: Ignore stack sizes when deciding when...
2015-09-15 ian libgo: don't provide ustat on arm64 GNU/Linux
2015-09-11 ian libgo/runtime: return 0, not NULL, from main
2015-09-10 ian libgo: Use stat_atim.go on Solaris 12+
2015-08-20 ian libgo/testsuite: another fix for killing the sleep...
2015-08-07 ian libgo/testsuite: don't call kill without args
2015-08-04 ian runtime: initialize variable to avoid compiler...
2015-08-03 ian syscall: RawSockaddr fix for ppc64, ppc64le
2015-08-03 ian libgo/testsuite: kill sleep process in gotest
2015-08-03 ian PR go/67101
2015-07-29 ian syscall: Fix to libgo/mksysinfo.sh
2015-07-25 ian syscall: Add ioctl consts from if_tun.h
2015-07-14 ian compiler,runtime: Determine if allocations need...
2015-07-13 ian syscall: remove calls to Entersyscall & Exitsyscall...
2015-05-16 ianlibgo: Use __USING_SJLJ_EXCEPTIONS__ rather than config...
2015-05-11 ianruntime: Fix runtime/pprof test when libgo is not optim...
2015-05-05 ian PR go/66016
2015-04-29 ianruntime: Support -buildmode=c-shared.
2015-04-24 ian PR go/65616
2015-04-17 ian PR go/65798
2015-04-17 ian PR go/64683
2015-04-17 ian PR go/64999
2015-04-17 ian PR go/65755
2015-04-08 ianmksysinfo.sh: Define Solaris zone_net_addr_t struct.
2015-04-07 ian PR go/63731
2015-03-31 ianRemove some files that were accidentally committed...
2015-03-31 iango/cmd/go: always link external test packages first
2015-03-26 ian PR go/65587
2015-03-26 ianlibgo: Fix go/runtime test failure on S390.
2015-03-25 ian PR go/65570
2015-03-24 ian PR go/65417
2015-03-24 ian PR go/65462
2015-03-13 ianlibgo/README: Minor updates.
2015-03-12 iango/build: cgo works on linux/arm64.
2015-03-12 ian PR go/65404
2015-03-10 ian PR go/65353.
2015-03-09 ian PR go/65349
2015-03-09 ian PR go/65349
2015-03-06 ianlibgo: Upgrade to Go 1.4.2 release.
2015-02-06 ianmksysinfo.sh: Remove _zone_net_addr_t handling.
2015-02-06 ianruntime: Add memprofilerate to GODEBUG
2015-02-03 iango/types: Remove unused testdata files.
2015-01-23 ian PR go/64573
2015-01-23 ian PR go/64725
2015-01-23 ian PR go/64595
2015-01-21 ianruntime: Add the Go language version information to...
2015-01-20 ian PR go/64683
2015-01-20 ianruntime: No special case for 386 complex in FFI support.
2015-01-19 rthAdd attribute unused to dummy arguments in ffi stub
2015-01-19 ianreflect: Fix build for systems that do not define ffi_g...
2015-01-16 ianruntime: Add __sparc__ case for SETCONTEXT_CLOBBERS_TLS.
2015-01-16 iantesting/quick: Revert Alpha specific change.
2015-01-16 iancompiler, reflect, runtime: Use static chain for closures.
2015-01-16 iannet: Restore earlier Solaris-specific version of setKee...
2015-01-16 ianruntime: Use a struct, not void, for an empty struct...
2015-01-15 iango/build: cgo works on linux/alpha.
2015-01-15 ianreflect: Correct error in conversion of s390x support...
2015-01-15 ianlibgo: Bump version number in libgo configure script.
2015-01-15 ianAdd files somehow left out of last commit (upgrade...
2015-01-15 ianlibgo, compiler: Upgrade libgo to Go 1.4, except for...
2015-01-10 iancmd/go: Back-port CL 157460043 (pass $CGO_LDFLAGS to...
2015-01-09 iancmd/go: Adjust finding gccgo to match current upstream...
2015-01-08 iancmd/go: Use builtin constant to set default gccgo compiler.
2015-01-06 ianlibgo: Add sources for go, cgo, and gofmt commands.
2015-01-05 ian PR go/61871
2014-12-23 ianruntime: Remove undefined references to runtime_race*.
2014-12-17 ianmksysinfo: Pass -O to compiler to avoid warnings on...
2014-12-13 ian PR go/61258
2014-12-13 iantesting: Add testing.MainStart function.
2014-12-13 ianruntime: Clear stack pointers for extra G's.
2014-12-12 ktkachovAdd load of target-utils.exp to libatomic, libitm,...
2014-12-01 ianruntime: introduce mvifdiff.sh script to replace GCC...
2014-11-21 ianruntime: GOARCH values for ppc64 BE & LE
2014-11-14 ianruntime: set library name based on compiler name
2014-11-12 ianlibgo: Update libtool support to files in current GCC...
2014-11-06 ianruntime: Use stckf unconditionally on s390.
2014-11-06 ianmksysinfo: Tolerate missing structures in upcase_fields.
2014-11-05 iansync/atomic: fix data races in tests
2014-11-04 ianlibgo: add s390 support
2014-11-03 ianruntime: use "$GOC -dumpversion" instead of BASE-VER...
2014-10-28 iandebug/elf: add power64 support along with relocation...
2014-10-28 ianlibgo: Add consts for ioctl
2014-10-27 ianlibgo: Update to Go 1.3.3 release.
2014-10-20 iancompiler, runtime: Add type information to single objec...
2014-10-20 ianreflect: allocate correct type in assignTo and cvtT2I
2014-10-17 ianconfigure: Quote some shell variables.
2014-10-16 ianruntime: Don't create threads with a small stack.
2014-10-08 ian PR go/60406
2014-10-03 ian PR go/61877
2014-10-03 ianruntime: Check for CPU_COUNT itself, don't check glibc...
2014-09-29 ianlibgo/configure: Use -Qunused-arguments for asm tests...
2014-09-22 ianruntime: Mark runtime_goexit function as noinline.
2014-09-20 ianruntime: Restore copyright notice accidentally removed...
2014-09-05 ianruntime: Use the clone system call on GNU/Linux.
2014-09-05 ianruntime: Use correct size for unsafe.Pointer GC instruc...
next