decl.c (gnat_to_gnu_entity): Move down code applying atomic checks to the object.
[gcc.git] / libgo / go /
2015-04-17 Ian Lance Taylorre PR go/64683 (FAIL: runtime/pprof -- testing.go:278...
2015-04-17 Ian Lance Taylorre PR go/65755 (incorrect reflection of struct fields...
2015-03-31 Ian Lance Taylorgo/cmd/go: always link external test packages first
2015-03-26 Ian Lance Taylorre PR go/65587 (C package incomplete/not working for...
2015-03-26 Ian Lance Taylorlibgo: Fix go/runtime test failure on S390.
2015-03-24 Ian Lance Taylorre PR go/65417 (debug/elf: lacks support for PPC reloca...
2015-03-24 Ian Lance Taylorre PR go/65462 (Use of 'go get' with gccgo is not findi...
2015-03-12 Ian Lance Taylorgo/build: cgo works on linux/arm64.
2015-03-12 Ian Lance Taylorre PR go/65404 (cgo tool on powerpc-linux-gnu maybe...
2015-03-10 Ian Lance Taylorre PR go/65353 (unknown ptrSize for $GOARCH "arm64...
2015-03-06 Ian Lance Taylorlibgo: Upgrade to Go 1.4.2 release.
2015-02-06 Ian Lance Taylorruntime: Add memprofilerate to GODEBUG
2015-02-03 Ian Lance Taylorgo/types: Remove unused testdata files.
2015-01-23 Ian Lance Taylorre PR go/64573 (Cmd.Start swallows error from fork...
2015-01-23 Ian Lance Taylorre PR go/64725 (FAIL: libgo/runtime TestFinalizerType...
2015-01-20 Ian Lance Taylorre PR go/64683 (FAIL: runtime/pprof -- testing.go:278...
2015-01-19 Richard HendersonAdd attribute unused to dummy arguments in ffi stub
2015-01-19 Ian Lance Taylorreflect: Fix build for systems that do not define ffi_g...
2015-01-16 Ian Lance Taylortesting/quick: Revert Alpha specific change.
2015-01-16 Richard Hendersoncompiler, reflect, runtime: Use static chain for closures.
2015-01-16 Ian Lance Taylornet: Restore earlier Solaris-specific version of setKee...
2015-01-15 Ian Lance Taylorgo/build: cgo works on linux/alpha.
2015-01-15 Ian Lance Taylorreflect: Correct error in conversion of s390x support...
2015-01-15 Ian Lance TaylorAdd files somehow left out of last commit (upgrade...
2015-01-15 Ian Lance Taylorlibgo, compiler: Upgrade libgo to Go 1.4, except for...
2015-01-10 Ian Lance Taylorcmd/go: Back-port CL 157460043 (pass $CGO_LDFLAGS to...
2015-01-09 Ian Lance Taylorcmd/go: Adjust finding gccgo to match current upstream...
2015-01-08 Ian Lance Taylorcmd/go: Use builtin constant to set default gccgo compiler.
2015-01-06 Ian Lance Taylorlibgo: Add sources for go, cgo, and gofmt commands.
2014-12-13 Ian Lance Taylortesting: Add testing.MainStart function.
2014-11-21 Ian Lance Taylorruntime: GOARCH values for ppc64 BE & LE
2014-11-05 Ian Lance Taylorsync/atomic: fix data races in tests
2014-11-04 Ian Lance Taylorlibgo: add s390 support
2014-10-28 Ian Lance Taylordebug/elf: add power64 support along with relocation...
2014-10-27 Ian Lance Taylorlibgo: Update to Go 1.3.3 release.
2014-10-20 Ian Lance Taylorreflect: allocate correct type in assignTo and cvtT2I
2014-10-08 Ian Lance Taylorre PR go/60406 (recover.go: test13reflect2 test failure)
2014-10-03 Ian Lance Taylorre PR go/61877 (reflect: cannot use []string as type...
2014-09-05 Ian Lance Taylorruntime: Use the clone system call on GNU/Linux.
2014-09-03 Chris Manghanecompiler: Add precise type information on the heap.
2014-07-20 Ian Lance Taylorruntime: remove unused variable
2014-07-20 Ian Lance Taylorruntime: add a missing import
2014-07-19 Ian Lance Taylorreflect, runtime: Use libffi closures to implement...
2014-07-19 Ian Lance Taylorlibgo: Update to Go 1.3 release.
2014-07-12 Ian Lance Taylorruntime: Merge master revision 19185.
2014-06-24 Ian Lance Taylorruntime: add missing benchmark input files to the repos...
2014-06-06 Ian Lance Taylorlibgo: Merge to master revision 19184.
2014-06-04 Ian Lance Taylorlibgo: Merge from revision 18783:00cce3a34d7e of master...
2014-04-17 Ian Lance Taylorgofrontend: deduplicate C syscall function declarations
2014-04-17 Ian Lance Taylorruntime: remove use of obsolete map deletion syntax
2014-04-17 Ian Lance Taylorgofrontend: avoid use of unsafe.Sizeof extension
2014-04-16 Ian Lance Taylorlibgo: Remove Solaris 8 & 9 support.
2014-03-03 Ian Lance Taylorlibgo: Update to Go 1.2.1 release.
2014-01-08 Ian Lance Taylorre PR go/59430 (os/user FAILs on Solaris)
2014-01-06 Ian Lance Taylorgo/build: Set GOARCH on arm64 systems.
2013-12-28 Ian Lance Taylornet: work around Solaris connect issue when server...
2013-12-27 Ian Lance Taylorre PR go/59506 (net FAILs (timeout) on alpha)
2013-12-25 Uros BizjakRevert unwanted commit.
2013-12-25 Allan Sandfeld Jensenre PR target/59422 (Support more targets for function...
2013-12-12 Ian Lance Taylorreflect: Fix MakeFunc returning float32 or float64...
2013-12-12 Ian Lance Taylorcompiler, reflect, runtime: Implement method values...
2013-12-11 Ian Lance Taylorreflect, runtime: Let reflect.MakeFunc functions call...
2013-11-30 Ian Lance Taylorreflect: Rename struct field to be consistent in assemb...
2013-11-30 Ian Lance Taylorreflect: Fix MakeFunc for 386 when returning a struct.
2013-11-27 Ian Lance Taylorlibgo: Update to current Go library.
2013-11-25 Ian Lance Taylorsyscall: Set SizeofSockaddrAny to the value the go...
2013-11-24 Ian Lance Taylorsyscall: Only call varargs libc functions from C code.
2013-11-19 Ian Lance Taylorreflect: Handle calls to functions that take or return...
2013-11-14 Ian Lance Taylornet: On Solaris use Darwin keepalive code.
2013-11-14 Ian Lance Taylorgo/build: Add all known gccgo architectures to list.
2013-11-14 Ian Lance Taylorlibgo/go/go/build: use syslist.go from the gc stdlib.
2013-11-11 Ian Lance Taylornet: Fix TCP keepalive handling for Solaris.
2013-11-11 Ian Lance Taylormksysinfo, net: Always define F_DUPFD_CLOEXEC.
2013-11-11 Ian Lance Tayloros: Do not try to run go command in test.
2013-11-06 Ian Lance Taylorlibgo: Update to October 24 version of master library.
2013-10-17 Ian Lance Taylorsyscall: Add Dup3, {Get,List,Remove,Set}xattr, {Get...
2013-10-07 Ian Lance Taylorreflect: Use C style comments in 386 assembly for Solar...
2013-10-04 Ian Lance Taylorreflect: Fix calling Interface method on value created...
2013-10-02 Ian Lance Taylorreflect: Use hand-coded .eh_frame section rather than...
2013-10-01 Ian Lance Taylorreflect: Fix reflect.Call with function following non...
2013-09-27 Ian Lance Taylorreflect: Copy stack values onto heap in amd64 MakeFunc.
2013-09-27 Ian Lance Taylorreflect: Implement MakeFunc for 386.
2013-09-27 Ian Lance Taylorreflect: Implement MakeFunc for amd64.
2013-09-17 Ian Lance Taylorreflect: Fix bug calling method on indirect value.
2013-09-03 Ian Lance Taylorcompiler, runtime: Use runtime functions to pass closur...
2013-08-09 Ian Lance Taylornet: give C.getaddrinfo a hint that we only want SOCK_S...
2013-08-02 Ian Lance Taylorsyscall: Change AWK split call to use []+ rather than...
2013-07-24 Ian Lance Taylornet: Only use GNU/Linux unix socket abstract paths...
2013-07-24 Ian Lance Taylornet/http: Don't try to trace sendfile64 on alpha.
2013-07-23 Ian Lance Taylorlog/syslog: Restore interface to make this work on...
2013-07-23 Ian Lance Taylornet: Remove Solaris-specific version of listenerSockaddr.
2013-07-16 Ian Lance Taylorlibgo: Update to Go 1.1.1.
2013-06-18 Ian Lance Taylorcompiler, runtime: Use function descriptors.
2013-03-01 Ian Lance Taylorruntime, testing/quick: libffi doesn't handle complex...
2013-02-20 Ian Lance Taylorre PR go/56171 (syscall FAILs on Solaris)
2013-02-10 Ian Lance Taylorcompiler, libgo: Permit testing package when test impor...
2013-02-08 Ian Lance Taylorsyscall: Always use _C_int for C libcalls.
2013-02-07 Ian Lance Taylorre PR go/56173 (Several libgo tests FAIL on Solaris...
2013-02-07 Ian Lance Taylorre PR go/56172 (net FAILs on Solaris)
2013-02-06 Ian Lance Taylorre PR go/56172 (net FAILs on Solaris)
next