c++: Correct the handling of alignof(expr) [PR88115]
[gcc.git] / gcc / go /
2020-11-11 Alan ModraRe: Refactor copying decl section names
2020-11-10 Ian Lance Taylorlibgo: update to Go 1.15.4 release
2020-11-07 GCC AdministratorDaily bump.
2020-11-06 Nathan Sidwellcore: Rename DECL_IS_BUILTIN -> DECL_IS_UNDECLARED_BUILTIN
2020-11-05 GCC AdministratorDaily bump.
2020-11-04 Ian Lance Taylorgo: disable -fipa-icf-functions by default in Go frontend
2020-10-29 Nikhil Beneschlibgo: handle linking to NetBSD's versioned symbols
2020-10-28 Ian Lance Taylorsyscall: don't build libcall_bsd.go on solaris
2020-10-27 Ian Lance Taylorlibgo: update to Go 1.15.3 release
2020-10-27 Ian Lance Taylorcompiler, go/internal/gccgoimporter: export notinheap...
2020-10-27 Ian Lance Taylorcompiler: remove unused Type::in_heap_ member variable
2020-10-26 Nikhil Beneschsyscall: import additional BSD-specific syscall wrappers
2020-10-23 Nikhil Beneschnet/http/cgi: merge upstream changes to default env...
2020-10-22 Nikhil Beneschsyscall: only compile ptrace varargs shim on Linux
2020-10-21 Nikhil Beneschsyscall: import upstream code for BSD sockets and sysctls
2020-10-20 Nikhil Beneschlibgo: adjust NetBSD-specific types for stable syscall API
2020-10-20 Nikhil Beneschsyscall: remove Sendfile on NetBSD
2020-10-15 Ian Lance Taylorcompiler: don't export function type parameter names
2020-10-15 Nikhil Beneschruntime: use correct types in __go_ptrace shim
2020-10-15 Nikhil Beneschlibgo: correct Makefile typo in path to x/net/route...
2020-10-15 Ian Lance Taylorcompiler: export type for string and bool constants
2020-10-15 Nikhil Beneschlibgo: print reason code if throwing unwind exception...
2020-10-14 Nikhil Beneschlibgo: export NetBSD-specific types in mksysinfo.sh
2020-10-14 Nikhil Beneschruntime: correct semaphore implementation on netbsd
2020-10-14 Nikhil Beneschruntime: populate signal PC on NetBSD
2020-10-14 Nikhil Beneschsyscall: port fix for netbsd unix sockets from upstream
2020-10-14 Clément Chigotreflect: ensure uniqueness of type descriptors on AIX.
2020-10-07 Clément Chigotlibgo/configure: remove -fno-section-anchors for AIX
2020-10-07 Nikhil Beneschlibgo: handle go1.10+ correctly in match.sh
2020-10-06 Nikhil Beneschcompiler: avoid undefined behavior in Import::read
2020-10-06 Nikhil Beneschgofrontend: correct file reading logic in Stream_from_file
2020-10-01 Ian Lance Taylorcompiler: set varargs correctly for type of method...
2020-10-01 Maciej W. Rozyckilibgo: add 32-bit RISC-V (RV32) support
2020-09-28 Ian Lance Taylornet: add hurd build tag
2020-09-24 Clément Chigotruntime: remove __go_ptrace on AIX
2020-09-24 Ian Lance Taylorlibgo: update to Go1.15.2 release
2020-09-23 Clément Chigotsyscall: fix TestForeground for AIX
2020-09-23 Clément Chigotsyscall: remove ptrace syscall on ppc64
2020-09-23 Clément Chigotruntime, net: fix build errors on AIX
2020-09-22 Clément Chigotcompiler: call runtime.eqtype for non-interface type...
2020-09-21 Ian Lance Taylorcompiler: finalize methods for type aliases of struct...
2020-09-21 Clément Chigotgo/internal/gccgoimporter: recognize aixbigafMagic...
2020-09-21 Ian Lance Taylorlibgo: don't put golang.org packages in zstdpkglist.go
2020-09-17 Paul E. Murphylibgo: fix ptrace syscall hooks into glibc
2020-09-16 Than McIntoshlibgo: additional type/const references in sysinfo.c
2020-09-15 GCC AdministratorDaily bump.
2020-09-14 Jakub Jelinekoptions: Save and restore opts_set for Optimization...
2020-08-27 Maciej W. Rozyckigotest: use a space rather than a middle dot in target...
2020-08-26 Clément Chigotcmd: add -maix32 to gcc calls for aix/ppc
2020-08-26 Clément Chigotlibgo: add FAT library support for static libraries...
2020-08-17 Ian Lance Taylorcompiler: export thunks referenced by inline functions
2020-08-12 Clément Chigotlibgo: correctly handle AIX FAT library creation
2020-08-11 Ian Lance Taylorinternal/syscall/unix: restore ppc build tag
2020-08-11 GCC AdministratorDaily bump.
2020-08-10 Clément Chigotruntime: revert eqtype for AIX
2020-08-08 Ian Lance Taylorlibgo: update to Go1.15rc2 release
2020-08-04 Ian Lance Taylorcompiler: delete lowered constant strings
2020-08-03 Ian Lance Taylorinternal/syscall/unix: correct ia64 syscall numbers
2020-08-03 Ian Lance Taylorinternal/syscall/unix: define copyFileRangeTrap for...
2020-08-01 Ian Lance Taylorlibgo: update to go1.15rc1
2020-07-28 Ian Lance Taylorcompiler,runtime: pass only ptr and len to some runtime...
2020-07-28 Ian Lance Taylorcompiler: for package-scope "a = b; b = x" just set...
2020-07-27 Ian Lance Taylorcompiler: scan all function literals for escape analysis
2020-07-23 Clément Chigotlibgo: add AIX FAT libraries support
2020-07-17 Ian Lance Taylorlibgo: update to Go 1.14.6 release
2020-07-11 Ian Lance Taylorcompiler: avoid generating unnamed bool type descriptor
2020-07-11 Ian Lance Taylorcompiler: handle aliases to pointer types with interfaces
2020-07-10 Ian Lance Taylorlibgo: update to Go 1.14.4 release
2020-06-29 Ian Lance Taylorcompiler: remove some erroneous code that was never run
2020-06-15 Tobias Klauserlibgo: update x/sys/cpu to add all GOARCHes supported...
2020-06-15 Tobias Klauserinternal/syscall/unix: use getrandom_linux_generic...
2020-06-12 Clément Chigotruntime: fix arenaBaseOffset for aix/ppc
2020-05-25 Clément Chigotlibgo: update x/sys/cpu after gccgo support added
2020-05-15 Ian Lance Taylorlibgo: only build syscall test with -static if it works
2020-05-14 Ian Lance Taylorlibgo: only build syscall test with -static on GNU...
2020-05-13 Ian Lance Taylorlibgo: build syscall test with -static
2020-05-12 eric fangruntime: fix TestCallersNilPointerPanic
2020-05-12 Ian Lance Taylorsyscall: append to environment in tests, don't clobber it
2020-05-11 Ian Lance Taylorcompiler: use const std::string& in a couple of places
2020-04-24 eric fanggotest: increase the test timeout
2020-04-21 Benny Siegertgccgo: fix runtime compilation on NetBSD
2020-04-15 eric fangruntime: use 64 bits of hash seed on arm64
2020-04-15 Ian Lance TaylorGo Gcc_backend class: mark prefetch as novops
2020-04-10 Ian Lance Taylorlibgo: update to final 1.14.2 release
2020-04-10 Ian Lance Taylorcompiler: look up composite literal keys in the global...
2020-04-06 Ian Lance Taylorlibgo: update to almost the 1.14.2 release
2020-02-28 eric fangruntime: handle linux/arm64 signal register
2020-02-26 Ian Lance Taylorlibgo: update to final Go1.14 release
2020-02-24 Ian Lance Taylorinternal/poll: add hurd build tag
2020-02-24 Ian Lance Taylorinternal/syscall/unix: add hurd build tag
2020-02-18 Ian Lance Taylorcmd/go: update -DGOPKGPATH to use current pkgpath encoding
2020-02-16 Ian Lance Taylorlibgo: install internal/reflectlite.gox
2020-02-15 Ian Lance Taylorlibgo: update to Go1.14rc1 release
2020-02-15 Ian Lance Taylorruntime: on 32-bit systems, limit default GOMAXPROCS...
2020-02-04 Ian Lance Taylorsyscall: fix riscv64 GNU/Linux build
2020-01-30 Ian Lance Taylorruntime, syscall: add a couple of hurd build tags
2020-01-30 Ian Lance Taylorruntime: update netpoll_hurd.go for go1.14beta1 changes
2020-01-27 Ian Lance Taylorcompiler: cleanups permitted by GCC requirement of...
2020-01-24 Ian Lance Taylorlibgo: handle --with-toolexeclibdir=.
2020-01-24 Ian Lance Taylorinternal/cpu: don't define CacheLinePadSize for riscv64
next