aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/gofrontend
AgeCommit message (Expand)AuthorFilesLines
2022-06-28compiler: use package path with embedded builtin typeIan Lance Taylor2-9/+22
2022-06-28libgo: make runtime.Version return a meaningful stringIan Lance Taylor1-1/+1
2022-06-28compiler: permit expressions of abstract bool to remain abstractIan Lance Taylor2-5/+6
2022-06-27compiler: don't use sink as parameter in method expression thunkIan Lance Taylor3-5/+13
2022-06-27compiler: always initialize mpfr in integer importIan Lance Taylor2-2/+2
2022-06-24compiler: use bool for comma-ok if not already booleanIan Lance Taylor2-8/+12
2022-06-23compiler: in Sort_bindings return false if comparing value to itselfzhangjian2-1/+4
2022-06-23compiler: unalias types for hash/equality functionsIan Lance Taylor3-7/+14
2022-06-21libgo: #include <sys/types.h> when checking for loff_tIan Lance Taylor1-1/+1
2022-06-17libgo: permit loff_t and off_t to be macrosIan Lance Taylor1-1/+1
2022-06-16compiler: don't generate stubs for ambiguous direct interface methodsMikhail Ablakatov2-2/+2
2022-06-14syscall: gofmtIan Lance Taylor1-1/+1
2022-05-18compiler: traverse expressions when exporting constantsJulia Lapenko2-1/+29
2022-05-17compiler: load LHS subexpressions of op= assignment only onceIan Lance Taylor2-1/+11
2022-05-13compiler: always sort interface parse methodsIan Lance Taylor4-52/+289
2022-05-06compiler: remove Array_index_expression::is_lvalue_Ian Lance Taylor5-45/+9
2022-05-06compiler: error for duplicate bool map keysIan Lance Taylor2-1/+17
2022-04-20runtime: use correct field name for PPC32 GLIBC registersIan Lance Taylor1-1/+1
2022-04-19libgo: make a couple of sed uses POSIX compliantIan Lance Taylor1-1/+1
2022-04-18libgo: only add signum to siglist if it doesn't exist yetSören Tempel1-1/+1
2022-04-18runtime: add special handling for signal 34A. Wilcox1-1/+1
2022-04-15compiler: revert `for package-scope "a = b; b = x" just set "a = x"`Ian Lance Taylor2-31/+8
2022-04-14runtime: use regset indexes for PPC register valuesIan Lance Taylor1-1/+1
2022-03-31runtime: support PPC32 MUSL register accessIan Lance Taylor1-1/+1
2022-03-16libgo: update to final Go 1.18 releaseIan Lance Taylor1-1/+1
2022-03-08compiler: ignore function type result name in export dataIan Lance Taylor2-2/+2
2022-03-04mkruntimeinc: skip _FILEIan Lance Taylor1-1/+1
2022-03-04libgo: move golang.org/x/sync/semaphore to gotool packagesClément Chigot1-1/+1
2022-03-04libgo: fix AIX build for the Go1.18 updateClément Chigot1-1/+1
2022-02-22libgo: update README.gccIan Lance Taylor1-1/+1
2022-02-21runtime/internal/syscall: build dummy package if not LinuxIan Lance Taylor1-1/+1
2022-02-18libgo: update Hurd supportIan Lance Taylor1-1/+1
2022-02-18libgo: update to Go1.18rc1 releaseIan Lance Taylor1-1/+1
2022-02-17net: add hurd build tag for setReadMsgCloseOnExecIan Lance Taylor1-1/+1
2022-02-16libgo: restore building on SolarisIan Lance Taylor1-1/+1
2022-02-13runtime: call timer functions via syscallIan Lance Taylor1-1/+1
2022-02-13compiler: don't set ptrmask bit for pointer to notinheap typeIan Lance Taylor2-7/+4
2022-02-11libgo: update to Go1.18beta2Ian Lance Taylor1-1/+1
2022-02-09compiler: don't warn for print()Ian Lance Taylor2-11/+2
2022-02-09compiler: use nil pointer for zero length string constantIan Lance Taylor2-4/+10
2022-02-09compiler: treat notinheap types as not being pointersIan Lance Taylor4-8/+31
2022-02-08compiler: recognize Go 1.18 runtime/internal/atomic methodsIan Lance Taylor3-2/+160
2022-02-08compiler, internal/abi: implement FuncPCABI0, FuncPCABIInternalIan Lance Taylor2-1/+45
2022-02-04compiler: accept "any" as an alias for "interface{}"Ian Lance Taylor2-1/+10
2022-01-20runtime: build panic32.go on amd64p32Ian Lance Taylor1-1/+1
2022-01-06compiler: permit converting unnamed types when ignoring struct tagsIan Lance Taylor2-3/+2
2022-01-04compiler: remove duplication of Named_object traversalIan Lance Taylor3-151/+100
2021-12-29compiler, libgo: don't pad sparc64-linux epolleventIan Lance Taylor2-4/+13
2021-11-11compiler: traverse func subexprs when creating func descriptorsIan Lance Taylor4-11/+61
2021-10-26compiler: permit compiler directives in parenthesized groupsIan Lance Taylor5-78/+89