]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/go
aarch64: Avoid using mismatched ZERO ZA sizes
[thirdparty/gcc.git] / gcc / go /
2024-04-08  GCC AdministratorDaily bump.
2024-04-05  Christophe Lyongo: Add go.install-dvi rule in go/Make-lang.in
2024-03-27  Ian Lance Taylorcompiler: use correct size and comparison in index...
2024-03-27  Ian Lance Taylorcompiler: initialize local variable in lower_method_exp...
2024-02-05  Ian Lance Taylorlibgo: bump libgo version for GCC 14 release
2024-02-05  Ian Lance Taylorcompiler: add Type::message_name
2024-02-02  Ian Lance Taylorlibgo: better error messages for unknown GOARCH/GOOS
2024-02-02  Ian Lance Taylorcompiler: export the type "any" as a builtin
2024-01-23  Ian Lance Taylorcompiler: don't pass iota value to lowering pass
2024-01-05  GCC AdministratorDaily bump.
2024-01-04  David MalcolmAdd generated .opt.urls files
2024-01-04  GCC AdministratorDaily bump.
2024-01-03  Jakub JelinekUpdate copyright years.
2024-01-03  Jakub JelinekUpdate copyright dates.
2024-01-03  Jakub JelinekUpdate Copyright year in ChangeLog files
2023-12-19  Ian Lance Taylorcompiler: move lowering pass after check types pass
2023-11-30  Ian Lance Taylorlibgo: update configure.ac to upstream GCC
2023-10-23  Ian Lance Taylorcompiler: move Selector_expression up in file
2023-10-23  Ian Lance Taylorcompiler: make xx_constant_value methods non-const
2023-10-23  Ian Lance Taylorcompiler: pass gogo to Runtime::make_call
2023-10-23  Ian Lance Taylorcompiler: add Expression::is_untyped method
2023-10-23  Ian Lance Taylorsyscall: add missing type conversion
2023-10-23  Ian Lance Taylorcompiler: remove traverse_assignments pass
2023-10-23  Ian Lance Taylorcompiler: remove name_ field from Type_switch_statement
2023-10-23  Ian Lance Taylorcompiler: pass Gogo to determine types pass
2023-09-12  Ian Lance Taylorlibgo: fix DejaGNU testsuite compiler when using build...
2023-09-06  Ian Lance Taylorcmd/go: permit $AR to include options
2023-07-20  Ian Lance Taylorcmd/go: don't collect package CGOLDFLAGS when using...
2023-07-06  GCC AdministratorDaily bump.
2023-07-05  Robin DappChange MODE_BITSIZE to MODE_PRECISION for MODE_VECTOR_BOOL.
2023-06-27  GCC AdministratorDaily bump.
2023-06-26  Ian Lance Taylorcompiler: support -fgo-importcfg
2023-06-23  Ian Lance Taylorcompiler, libgo: support bootstrapping gc compiler
2023-06-23  GCC AdministratorDaily bump.
2023-06-22  Paul E. Murphygo: Update usage of TARGET_AIX to TARGET_AIX_OS
2023-06-22  Ian Lance Taylorcompiler: determine types of Slice_{value,info} expressions
2023-06-20  Ian Lance Taylorruntime: use a C function to call mmap
2023-06-16  Ian Lance Taylorlibgo/testsuite: add benchmarks and examples to list
2023-05-11  Ian Lance Taylorsyscall: add prlimit
2023-04-07  Ian Lance Taylormime: remove test ordering dependency
2023-03-29  Ian Lance Taylorcompiler: mark Call_expression multiple results as...
2023-03-25  GCC AdministratorDaily bump.
2023-03-24  Jakub Jelinekgo: Fix up go.test/test/fixedbugs/bug207.go failure...
2023-03-22  Ian Lance Taylorcompiler: add missing Slice_info_expression::do_traverse
2023-02-24  GCC AdministratorDaily bump.
2023-02-23  Arsen Arsenović**/*.texi: Reorder index entries
2023-01-18  GCC AdministratorDaily bump.
2023-01-17  Ian Lance Taylorgo: define two builtin functions used by middle-end
2023-01-16  Jakub JelinekUpdate copyright years.
2023-01-03  GCC AdministratorDaily bump.
2023-01-02  Jakub JelinekUpdate copyright dates.
2023-01-02  Jakub JelinekUpdate Copyright year in ChangeLog files
2022-12-22  Ian Lance Taylorcompiler: remove unused fields
2022-12-21  Ian Lance Taylorlibgo: check for makecontext in -lucontext
2022-12-12  Ian Lance Taylorlibgo: bump major version
2022-11-30  Ian Lance Taylorruntime: force XSI strerror on hurd
2022-11-30  Ian Lance Taylorsyscall, runtime: always call XSI strerror_r
2022-11-21  Martin Liskachangelog: Fix extra space after tab.
2022-11-15  GCC AdministratorDaily bump.
2022-11-14  Martin LiskaRevert "sphinx: copy files from texi2rst-generated...
2022-11-14  Martin LiskaRevert "sphinx: support Sphinx in build system"
2022-11-14  Martin LiskaRevert "sphinx: remove texinfo files"
2022-11-14  Martin LiskaRevert "sphinx: add --with-sphinx-build"
2022-11-14  Martin LiskaRevert "sphinx: support installation if sphinx-build...
2022-11-14  Martin LiskaRevert "sphinx: add missing trailing newline"
2022-11-14  Martin LiskaRevert "sphinx: add missing newline for conf.py files."
2022-11-11  GCC AdministratorDaily bump.
2022-11-10  Martin Liskasphinx: add missing newline for conf.py files.
2022-11-10  GCC AdministratorDaily bump.
2022-11-10  Ian Lance Taylorgo: don't crash if __atomic_fetch_add functions are...
2022-11-09  Martin Liskasphinx: add missing trailing newline
2022-11-09  Martin Liskasphinx: support installation if sphinx-build is missing
2022-11-09  Martin Liskasphinx: add --with-sphinx-build
2022-11-09  Martin Liskasphinx: remove texinfo files
2022-11-09  Martin Liskasphinx: support Sphinx in build system
2022-11-09  Martin Liskasphinx: copy files from texi2rst-generated repository
2022-10-28  Ian Lance Taylorruntime: use _libgo_off_t_type when calling C mmap
2022-10-10  Ian Lance Taylorcompiler: treat S("") as a string constant
2022-10-10  Ian Lance Taylorcompiler: only build thunk struct type when it is needed
2022-10-07  Than McIntoshcompiler: better arg type checking for selected builtins
2022-09-27  Ian Lance Taylorruntime: portable access to sigev_notify_thread_id
2022-09-27  melonedoruntime: synchronize empty struct field handling
2022-09-22  Ian Lance Taylorcmd/cgo: add and use runtime/cgo.Incomplete instead...
2022-09-16  GCC AdministratorDaily bump.
2022-09-15  Richard BienerMove void_list_node init to common code
2022-09-07  Ian Lance Taylorruntime: ignore __morestack function in runtime.Callers
2022-09-03  GCC AdministratorDaily bump.
2022-09-02  Martin LiskaSTABS: remove -gstabs and -gxcoff functionality
2022-07-30  Ian Lance Taylorlibgo: use SYS_timer_settime32
2022-07-22  Ian Lance Taylorlibgo: use POSIX shell arithmetic expansion
2022-07-17  GCC AdministratorDaily bump.
2022-07-16  Ian Lance Taylorgo: fix f().x where f returns zero-sized type
2022-07-16  GCC AdministratorDaily bump.
2022-07-15  Ian Lance Taylorgo: fix f(g()) where g returns zero-sized type
2022-07-13  Ian Lance Taylorlibgo: don't include <linux/fs.h> when building gen...
2022-07-06  Ian Lance Taylorcompiler: propagate array length error marker farther
2022-07-06  Ian Lance Taylorcompiler: better error message for unknown package...
2022-07-01  Ian Lance Taylorcompiler: use correct init order for multi-value initia...
2022-07-01  Ian Lance Taylorcompiler: rename "requires" to "needs"
2022-06-30  Ian Lance Taylorlibgo: handle stat st_atim32 field and SYS_SECCOMP
next