summaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)Author
2020-04-23gotest: increase the test timeouteric fang
2020-04-20gccgo: fix runtime compilation on NetBSDBenny Siegert
2020-04-15runtime: use 64 bits of hash seed on arm64eric fang
2020-04-15Go Gcc_backend class: mark prefetch as novopsIan Lance Taylor
2020-04-09libgo: update to final 1.14.2 releaseIan Lance Taylor
2020-04-09compiler: look up composite literal keys in the global namespaceIan Lance Taylor
2020-04-06libgo: update to almost the 1.14.2 releaseIan Lance Taylor
2020-02-28runtime: handle linux/arm64 signal registereric fang
2020-02-26libgo: update to final Go1.14 releaseIan Lance Taylor
2020-02-24internal/poll: add hurd build tagIan Lance Taylor
2020-02-24internal/syscall/unix: add hurd build tagIan Lance Taylor
2020-02-18cmd/go: update -DGOPKGPATH to use current pkgpath encodingIan Lance Taylor
2020-02-16libgo: install internal/reflectlite.goxIan Lance Taylor
2020-02-15libgo: update to Go1.14rc1 releaseIan Lance Taylor
2020-02-15runtime: on 32-bit systems, limit default GOMAXPROCS to 32Ian Lance Taylor
2020-02-03syscall: fix riscv64 GNU/Linux buildIan Lance Taylor
2020-01-29runtime, syscall: add a couple of hurd build tagsIan Lance Taylor
2020-01-29runtime: update netpoll_hurd.go for go1.14beta1 changesIan Lance Taylor
2020-01-27compiler: cleanups permitted by GCC requirement of MPFR 3.1.0Ian Lance Taylor
2020-01-24libgo: handle --with-toolexeclibdir=.Ian Lance Taylor
2020-01-23internal/cpu: don't define CacheLinePadSize for riscv64Ian Lance Taylor
2020-01-22gotest: explicitly skip type descriptorsIan Lance Taylor
2020-01-22runtime: for Solaris, add osinit, and drop duplicate getncpuIan Lance Taylor
2020-01-22internal/syscall/unix: use getrandom_linux_generic.go on arm64beAndrew Pinski
2020-01-22runtime: call runtime_nanotime1, not runtime_nanotimeIan Lance Taylor
2020-01-21libgo: update to Go1.14beta1Ian Lance Taylor
2020-01-10gotest: don't use localIan Lance Taylor
2020-01-10compiler: permit duplicate methods from embedded interfacesIan Lance Taylor
2020-01-09libgo: compile examples in _test packagesIan Lance Taylor
2020-01-09compiler: don't localize names in export dataIan Lance Taylor
2020-01-09compiler: don't add composite literal keys to package bindingsIan Lance Taylor
2020-01-08compiler: fix loopdepth tracking in array slicing expression in escape analysisIan Lance Taylor
2020-01-07compiler, runtime: stop using __go_runtime_errorIan Lance Taylor
2020-01-07compiler: avoid write barrier for a[i] = a[i][:v]Ian Lance Taylor
2020-01-07compiler: avoid a couple of compiler crashesIan Lance Taylor
2020-01-02compiler, runtime, reflect: generate hash functions only for map keysIan Lance Taylor
2020-01-02compiler: split writing of equal and hash functions for typesIan Lance Taylor
2020-01-01Update copyright years.Jakub Jelinek
2020-01-01gcc.c (process_command): Update copyright notice dates.Jakub Jelinek
2019-12-24re PR go/93020 (Final patches to build gcc-10 on GNU/Hurd)Ian Lance Taylor
2019-12-11compiler: generate type descriptor for pointer to alias defined in another pa...Ian Lance Taylor
2019-12-09re PR go/92861 (Passes relative time to sem_timedwait on GNU/Hurd)Ian Lance Taylor
2019-12-09re PR go/92861 (Passes relative time to sem_timedwait on GNU/Hurd)Ian Lance Taylor
2019-12-06re PR go/92820 (libgo.so.15 has executable stack)Ian Lance Taylor
2019-12-06re PR other/29842 ([meta-bug] outstanding patches / issues from STMicroelectr...Ian Lance Taylor
2019-12-06re PR go/92810 (Compiling GCC go for aarch64_be-marvell-linux-gnu fails)Ian Lance Taylor
2019-12-05re PR go/92820 (libgo.so.15 has executable stack)Ian Lance Taylor
2019-11-21re PR go/92605 (r278509 causes/reveals issue in building go library)Ian Lance Taylor
2019-11-21mksysinfo: use type aliases for time struct field typesIan Lance Taylor
2019-11-19libgo: better cmd/cgo handling for '.' in pkgpathIan Lance Taylor