vsx.md (vsx_xxmrghw_<mode>): Adjust for little-endian.
[gcc.git] / libgo / go /
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)
2013-01-30 Ian Lance Taylorlibgo: Update Go library to master revision 15502/22908...
2013-01-29 Ian Lance Taylorlibgo: Update Go library to master revision 15489/921e5...
2013-01-24 Ian Lance Taylorre PR go/46986 (Go is not supported on Darwin)
2013-01-24 Ian Lance Taylorre PR go/46986 (Go is not supported on Darwin)
2012-12-22 Ian Lance Taylorlibgo: Update to revision 15193:6fdc1974457c of master...
2012-12-21 Ian Lance Taylorcompiler: Error if name defined in both package and...
2012-12-17 Ian Lance Taylorlog/syslog: Solaris portability patches.
2012-12-12 Ian Lance Taylorlibgo: Update to current master library sources.
2012-12-06 Ian Lance Tayloros: Clean up directory reading code.
2012-12-05 Ian Lance Taylorsyscall: Fix splice syscall.
2012-11-29 Ian Lance Taylorcompiler, runtime: Track fields with tag go:"track".
2012-11-24 Ian Lance Taylorsyscall: Fix handling of Unix domain @ addresses.
2012-11-21 Ian Lance Taylorlibgo: Update to current version of master library.
2012-11-19 Ian Lance Taylorreflect: Fix invalid sharing in valueInterface.
2012-11-12 Ian Lance Taylorsyscall: Force first letter of error message to lower...
2012-11-10 Ian Lance Taylorreflect: Fix bug comparing struct field types.
2012-11-06 Ian Lance Taylorcompiler, libgo: Fixes to prepare for 64-bit int.
2012-11-05 Ian Lance Tayloros: support more OSes
2012-11-02 Ian Lance Taylorsyscall, mksysinfo: Prepare syscall package for 64...
2012-11-01 Ian Lance Taylorcompiler, runtime: More steps toward separating int...
2012-10-26 Ian Lance Taylorsyscall: fix creds_test to reliably close os.File
2012-10-25 Ian Lance Taylorlibgo: Solaris portability patches.
2012-10-23 Ian Lance Taylorruntime: Disable crash tests that runs go tool.
2012-10-23 Ian Lance Taylorlibgo: Update to current sources.
2012-10-03 Ian Lance Taylorlibgo: Update to Go 1.0.3.
2012-09-28 Ian Lance Taylorlibgo: Use libbacktrace rather than debug/elf registration.
2012-09-06 Ian Lance Taylordebug/elf, debug/dwarf: DWARF line number fixes.
2012-08-23 Ian Lance Taylorcompiler: Remove old handling of unsafe.Pointer in...
2012-07-26 Ian Lance Taylorruntime, runtime/pprof: Fix runtime/pprof test to pass...
2012-06-25 Ian Lance Taylorlibgo: Update to Go 1.0.2 release.
2012-06-14 Ian Lance Taylorcompiler, reflect: Quote package path with tabs.
2012-06-13 Ian Lance Tayloros/user: Use Entersyscall.
2012-06-13 Ian Lance Tayloros: Use Entersyscall when reading directories.
2012-06-12 Ian Lance Taylorcompiler, reflect: Handle package path like gc compiler.
2012-06-04 Ian Lance Taylorruntime: Better SWIG interface for allocating Go memory...
2012-05-16 Ian Lance Taylorlog/syslog: Fix name of C function syslog_c.
2012-05-16 Ian Lance Taylordebug/dwarf: Fix handling of LineSetFile.
2012-05-14 Ian Lance Taylorlibgo: Use -fgo-pkgpath.
2012-05-04 Ian Lance Taylorlibgo: Update to Go 1.0.1 release.
2012-04-30 Ian Lance Taylorre PR go/52586 (libgo fails to build for mips*64-linux...
2012-04-27 Ian Lance Taylorre PR go/52358 (math FAILs on Solaris 8 and 9)
2012-04-26 Ian Lance Taylormksysinfo, net: Always define syscall.SO_REUSEPORT.
2012-04-25 Ian Lance Taylorre PR go/52341 (crypto/rand FAILs before Solaris 11)
2012-04-25 Ian Lance Taylorre PR go/52583 (Several new go testsuite failues on...
2012-04-23 Ian Lance Taylorgo-lang.c (go_langhook_init): Set MPFR precision to...
2012-04-22 Ian Lance Taylormksysinfo: More fixes to emulate master Go library.
2012-04-22 Ian Lance Taylorgodump.c (go_output_typedef): Dump size of structs.
2012-04-21 Ian Lance Taylorsyscall: Additional constants, some type corrections.
next