Merge "Enable linaro-gcc bootstrap with asan config." into tizen_base
[platform/upstream/linaro-gcc.git] / libgo /
2017-02-06 Yvan RouxMerge branches/gcc-6-branch rev 245201.
2016-11-15 Yvan RouxMerge branches/gcc-6-branch rev 242371.
2016-08-22 Yvan RouxMerge branches/gcc-6-branch rev 239654.
2016-04-13 ian libgo: update to Go 1.6.1 release
2016-04-12 ian reflect: change Value.Call results to not be addres...
2016-04-02 ian runtime: Use atomic load for in entersyscall.
2016-02-26 ian PR go/69966
2016-02-24 ian runtime: lock M during cgo call
2016-02-18 ian libgo: Update to final Go 1.6 release.
2016-02-12 ian runtime: For c-archive/c-shared, install signal...
2016-02-10 ian PR go/66904
2016-02-10 ian PR go/69511
2016-02-09 ian PR go/69537
2016-02-04 ian libgo: bump version number for upgrade to 1.6rc1
2016-02-03 ian libgo: Update to go1.6rc1.
2016-02-03 ian compiler, runtime: mark stub methods, ignore them...
2016-01-11 ian PR 68980
2015-12-18 ian syscall: Add definition for NLA_HDRLEN
2015-11-26 ian PR go/61303
2015-11-23 ian PR go/68496
2015-11-21 ian PR go/66378
2015-11-21 ian PR go/65785
2015-11-21 ian PR go/66574
2015-11-20 ian PR go/68072
2015-11-20 ian cmd: Use correct install tool dir with gccgo
2015-11-10 ian libgo: use Solaris sendfile lib, fix Solaris _in6_a...
2015-11-10 ian PR go/68255
2015-11-07 ian PR go/66138
2015-11-06 ian libgo: Solaris portability fixes.
2015-11-04 ian gotest: fix handling of --goarch option
2015-11-03 ian mksysinfo.sh: Make sure that CLONE_NEWUSER is defined.
2015-11-02 ian libgo: Bump version number.
2015-11-02 ian mksysinfo.sh: Handle TIOCGPGRP if too complex for...
2015-11-02 ian syscall: Change raw_ioctl cmd type to uintptr.
2015-11-01 ian mksysinfo.sh: Handle TIOCSPGRP if too complex for...
2015-10-31 ian runtime: If no split stacks, allocate stacks using...
2015-10-31 ian libgo: Update from Go 1.5 to Go 1.5.1.
2015-10-31 ian runtime: Remove now unnecessary pad field from...
2015-10-29 ian compiler, reflect, runtime: remove zero field from...
2015-10-29 ian compiler, runtime: change type hash/equal to Go...
2015-10-09 dmalcolmTestsuite: add dg-{begin|end}-multiline-output commands
2015-10-07 ian PR go/67874
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.
next