aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)AuthorFilesLines
9 dayscompiler: don't assume that ATTRIBUTE_UNUSED is definedIan Lance Taylor2-2/+8
11 dayscompiler: panic arguments are empty interface typeIan Lance Taylor2-1/+7
2024-06-26Daily bump.GCC Administrator1-0/+7
2024-06-25go: Replace uses of {FLOAT,{,LONG_}DOUBLE}_TYPE_SIZEKewen Lin1-6/+6
2024-06-08Daily bump.GCC Administrator1-0/+5
2024-06-07go: Fix gccgo -v on Solaris with ldRainer Orth1-2/+5
2024-05-27Daily bump.GCC Administrator1-0/+6
2024-05-27go: Move web references from golang.org to go.dev.Gerald Pfeifer1-3/+2
2024-04-29runtime: dump registers on SolarisIan Lance Taylor1-1/+1
2024-04-29runtime: use <stdbool.h>Ian Lance Taylor1-1/+1
2024-04-08Daily bump.GCC Administrator1-0/+4
2024-04-05go: Add go.install-dvi rule in go/Make-lang.inChristophe Lyon1-0/+10
2024-03-27compiler: use correct size and comparison in index value overflow checkIan Lance Taylor2-2/+2
2024-03-27compiler: initialize local variable in lower_method_expressionIan Lance Taylor2-2/+2
2024-02-05libgo: bump libgo version for GCC 14 releaseIan Lance Taylor1-1/+1
2024-02-05compiler: add Type::message_nameIan Lance Taylor4-25/+375
2024-02-02libgo: better error messages for unknown GOARCH/GOOSIan Lance Taylor1-1/+1
2024-02-02compiler: export the type "any" as a builtinIan Lance Taylor4-2/+5
2024-01-22compiler: don't pass iota value to lowering passIan Lance Taylor4-40/+37
2024-01-05Daily bump.GCC Administrator1-0/+5
2024-01-04Add generated .opt.urls filesDavid Malcolm1-0/+17
2024-01-04Daily bump.GCC Administrator1-0/+4
2024-01-03Update copyright years.Jakub Jelinek13-13/+13
2024-01-03Update copyright dates.Jakub Jelinek1-1/+1
2024-01-03Update Copyright year in ChangeLog filesJakub Jelinek1-1/+1
2023-12-18compiler: move lowering pass after check types passIan Lance Taylor13-1595/+4034
2023-11-30libgo: update configure.ac to upstream GCCIan Lance Taylor1-1/+1
2023-10-23compiler: move Selector_expression up in fileIan Lance Taylor2-282/+282
2023-10-23compiler: make xx_constant_value methods non-constIan Lance Taylor3-67/+37
2023-10-23compiler: pass gogo to Runtime::make_callIan Lance Taylor9-170/+217
2023-10-23compiler: add Expression::is_untyped methodIan Lance Taylor3-1/+277
2023-10-23syscall: add missing type conversionIan Lance Taylor1-1/+1
2023-10-22compiler: remove traverse_assignments passIan Lance Taylor3-165/+1
2023-10-22compiler: remove name_ field from Type_switch_statementIan Lance Taylor4-15/+8
2023-10-22compiler: pass Gogo to determine types passIan Lance Taylor10-264/+280
2023-09-12libgo: fix DejaGNU testsuite compiler when using build sysrootIan Lance Taylor1-1/+1
2023-09-06cmd/go: permit $AR to include optionsIan Lance Taylor1-1/+1
2023-07-20cmd/go: don't collect package CGOLDFLAGS when using gccgoIan Lance Taylor1-1/+1
2023-07-06Daily bump.GCC Administrator1-0/+5
2023-07-05Change MODE_BITSIZE to MODE_PRECISION for MODE_VECTOR_BOOL.Robin Dapp1-1/+1
2023-06-27Daily bump.GCC Administrator1-0/+9
2023-06-26compiler: support -fgo-importcfgIan Lance Taylor10-7/+182
2023-06-23compiler, libgo: support bootstrapping gc compilerIan Lance Taylor3-3/+33
2023-06-23Daily bump.GCC Administrator1-0/+5
2023-06-22go: Update usage of TARGET_AIX to TARGET_AIX_OSPaul E. Murphy2-7/+7
2023-06-21compiler: determine types of Slice_{value,info} expressionsIan Lance Taylor3-4/+13
2023-06-20runtime: use a C function to call mmapIan Lance Taylor1-1/+1
2023-06-16libgo/testsuite: add benchmarks and examples to listIan Lance Taylor1-1/+1
2023-05-11syscall: add prlimitIan Lance Taylor1-1/+1
2023-04-07mime: remove test ordering dependencyIan Lance Taylor1-1/+1