aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)AuthorFilesLines
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
2023-03-28compiler: mark Call_expression multiple results as a result structIan Lance Taylor2-1/+2
2023-03-25Daily bump.GCC Administrator1-0/+10
2023-03-24go: Fix up go.test/test/fixedbugs/bug207.go failure [PR109258]Jakub Jelinek1-1/+11
2023-03-22compiler: add missing Slice_info_expression::do_traverseIan Lance Taylor2-1/+5
2023-02-24Daily bump.GCC Administrator1-0/+4
2023-02-23**/*.texi: Reorder index entriesArsen Arsenović1-17/+17
2023-01-18Daily bump.GCC Administrator1-0/+6
2023-01-17go: define two builtin functions used by middle-endIan Lance Taylor1-0/+10
2023-01-16Update copyright years.Jakub Jelinek13-13/+13
2023-01-03Daily bump.GCC Administrator1-0/+4
2023-01-02Update copyright dates.Jakub Jelinek1-1/+1
2023-01-02Update Copyright year in ChangeLog filesJakub Jelinek1-1/+1
2022-12-22compiler: remove unused fieldsIan Lance Taylor8-34/+19
2022-12-20libgo: check for makecontext in -lucontextIan Lance Taylor1-1/+1
2022-12-12libgo: bump major versionIan Lance Taylor1-1/+1
2022-11-30runtime: force XSI strerror on hurdIan Lance Taylor1-1/+1
2022-11-29syscall, runtime: always call XSI strerror_rIan Lance Taylor1-1/+1
2022-11-21changelog: Fix extra space after tab.Martin Liska1-26/+26
2022-11-15Daily bump.GCC Administrator1-0/+86
2022-11-14Revert "sphinx: copy files from texi2rst-generated repository"Martin Liska13-570/+0
2022-11-14Revert "sphinx: support Sphinx in build system"Martin Liska1-29/+36
2022-11-14Revert "sphinx: remove texinfo files"Martin Liska1-0/+521
2022-11-14Revert "sphinx: add --with-sphinx-build"Martin Liska1-5/+5
2022-11-14Revert "sphinx: support installation if sphinx-build is missing"Martin Liska1-2/+5
2022-11-14Revert "sphinx: add missing trailing newline"Martin Liska12-12/+12
2022-11-14Revert "sphinx: add missing newline for conf.py files."Martin Liska1-1/+1
2022-11-11Daily bump.GCC Administrator1-0/+4
2022-11-10sphinx: add missing newline for conf.py files.Martin Liska1-1/+1
2022-11-10Daily bump.GCC Administrator1-0/+67
2022-11-09go: don't crash if __atomic_fetch_add functions are usedIan Lance Taylor1-4/+8
2022-11-09sphinx: add missing trailing newlineMartin Liska12-12/+12
2022-11-09sphinx: support installation if sphinx-build is missingMartin Liska1-5/+2
2022-11-09sphinx: add --with-sphinx-buildMartin Liska1-5/+5
2022-11-09sphinx: remove texinfo filesMartin Liska1-521/+0
2022-11-09sphinx: support Sphinx in build systemMartin Liska1-36/+29
2022-11-09sphinx: copy files from texi2rst-generated repositoryMartin Liska13-0/+570
2022-10-27runtime: use _libgo_off_t_type when calling C mmapIan Lance Taylor1-1/+1
2022-10-10compiler: treat S("") as a string constantIan Lance Taylor2-1/+4
2022-10-10compiler: only build thunk struct type when it is neededIan Lance Taylor3-30/+11
2022-10-06compiler: better arg type checking for selected builtinsThan McIntosh2-2/+7
2022-09-27runtime: portable access to sigev_notify_thread_idIan Lance Taylor1-1/+1