aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)AuthorFilesLines
2020-01-10gotest: don't use localIan Lance Taylor1-1/+1
2020-01-10compiler: permit duplicate methods from embedded interfacesIan Lance Taylor2-10/+18
2020-01-09libgo: compile examples in _test packagesIan Lance Taylor1-1/+1
2020-01-09compiler: don't localize names in export dataIan Lance Taylor2-2/+2
2020-01-09compiler: don't add composite literal keys to package bindingsIan Lance Taylor5-33/+101
2020-01-08compiler: fix loopdepth tracking in array slicing expression in escape analysisIan Lance Taylor2-2/+3
2020-01-07compiler, runtime: stop using __go_runtime_errorIan Lance Taylor6-100/+42
2020-01-07compiler: avoid write barrier for a[i] = a[i][:v]Ian Lance Taylor2-1/+19
2020-01-07compiler: avoid a couple of compiler crashesIan Lance Taylor2-1/+10
2020-01-02compiler, runtime, reflect: generate hash functions only for map keysIan Lance Taylor6-161/+106
2020-01-02compiler: split writing of equal and hash functions for typesIan Lance Taylor7-361/+545
2020-01-01Update copyright years.Jakub Jelinek14-14/+16
2020-01-01gcc.c (process_command): Update copyright notice dates.Jakub Jelinek2-1/+5
2019-12-24re PR go/93020 (Final patches to build gcc-10 on GNU/Hurd)Ian Lance Taylor1-1/+1
2019-12-11compiler: generate type descriptor for pointer to alias defined in another pa...Ian Lance Taylor2-4/+4
2019-12-09re PR go/92861 (Passes relative time to sem_timedwait on GNU/Hurd)Ian Lance Taylor1-1/+1
2019-12-09re PR go/92861 (Passes relative time to sem_timedwait on GNU/Hurd)Ian Lance Taylor1-1/+1
2019-12-06re PR go/92820 (libgo.so.15 has executable stack)Ian Lance Taylor1-1/+1
2019-12-06re PR other/29842 ([meta-bug] outstanding patches / issues from STMicroelectr...Ian Lance Taylor1-1/+1
2019-12-06re PR go/92810 (Compiling GCC go for aarch64_be-marvell-linux-gnu fails)Ian Lance Taylor1-1/+1
2019-12-05re PR go/92820 (libgo.so.15 has executable stack)Ian Lance Taylor1-1/+1
2019-11-21re PR go/92605 (r278509 causes/reveals issue in building go library)Ian Lance Taylor1-1/+1
2019-11-21mksysinfo: use type aliases for time struct field typesIan Lance Taylor1-1/+1
2019-11-19libgo: better cmd/cgo handling for '.' in pkgpathIan Lance Taylor1-1/+1
2019-11-15testmain.exp: link against GOLIBSIan Lance Taylor1-1/+1
2019-11-15compiler: fix buglet in function inlining related to sink namesIan Lance Taylor2-2/+4
2019-11-12Use more SET_OPTION_IF_UNSET.Martin Liska2-10/+15
2019-10-14compiler: revise exportdata fix for processing constant typesIan Lance Taylor2-2/+2
2019-10-14runtime: correct facilities names in s390 CPU supportIan Lance Taylor1-1/+1
2019-10-14internal/cpu: define kdsaQuery for s390Ian Lance Taylor1-1/+1
2019-10-12compiler: mangle dots in pkgpathIan Lance Taylor4-3/+25
2019-10-04compiler: include selected constant types during export processingIan Lance Taylor4-1/+31
2019-10-04compiler: adjust code to avoid shadowing local variablesIan Lance Taylor8-91/+85
2019-10-02runtime: mark go-context.S as no-executable-stack and split-stack supportedIan Lance Taylor1-1/+1
2019-09-30compiler: change escape maps to hash tablesIan Lance Taylor3-31/+31
2019-09-28compiler: resolve importing ambiguity for more complex function callsIan Lance Taylor2-1/+6
2019-09-27compiler: don't read known type, simplify Import::finalize_methodsIan Lance Taylor3-23/+23
2019-09-27compiler: only check whether struct or array types are bigIan Lance Taylor2-6/+18
2019-09-27compiler: fix brace formattingIan Lance Taylor2-7/+8
2019-09-19libgo: support gollvm build on arm64 linuxIan Lance Taylor1-1/+1
2019-09-17runtime: for FFI, treat directIface types as pointersIan Lance Taylor1-1/+1
2019-09-17re PR go/91781 (r275691 breaks go test "reflect")Ian Lance Taylor1-1/+1
2019-09-17reflect: unexport FFICallbackGo; use go:linkname insteadIan Lance Taylor1-1/+1
2019-09-16compiler: fix quoting of //go:linkname in error messageIan Lance Taylor2-2/+2
2019-09-13libgo: don't use \? in grep patternIan Lance Taylor1-1/+1
2019-09-12libgo: update to Go1.13Ian Lance Taylor1-1/+1
2019-09-11compiler: suppress type descriptor generation for aliasesIan Lance Taylor2-2/+8
2019-09-11golang.org/x/sys/cpu: define doinit when neededIan Lance Taylor1-1/+1
2019-09-11gotest: force test package to be imported firstIan Lance Taylor1-1/+1
2019-09-10libgo: Solaris and x/sys/cpu compatibility fixesIan Lance Taylor1-1/+1