mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
Daily bump.
This commit is contained in:
parent
ec1db90179
commit
fee53a3194
@ -1,3 +1,71 @@
|
||||
2023-01-02 Alexander Monakov <amonakov@ispras.ru>
|
||||
|
||||
PR target/87832
|
||||
* config/i386/lujiazui.md (lujiazui_div): New automaton.
|
||||
(lua_div): New unit.
|
||||
(lua_idiv_qi): Correct unit in the reservation.
|
||||
(lua_idiv_qi_load): Ditto.
|
||||
(lua_idiv_hi): Ditto.
|
||||
(lua_idiv_hi_load): Ditto.
|
||||
(lua_idiv_si): Ditto.
|
||||
(lua_idiv_si_load): Ditto.
|
||||
(lua_idiv_di): Ditto.
|
||||
(lua_idiv_di_load): Ditto.
|
||||
(lua_fdiv_SF): Ditto.
|
||||
(lua_fdiv_SF_load): Ditto.
|
||||
(lua_fdiv_DF): Ditto.
|
||||
(lua_fdiv_DF_load): Ditto.
|
||||
(lua_fdiv_XF): Ditto.
|
||||
(lua_fdiv_XF_load): Ditto.
|
||||
(lua_ssediv_SF): Ditto.
|
||||
(lua_ssediv_load_SF): Ditto.
|
||||
(lua_ssediv_V4SF): Ditto.
|
||||
(lua_ssediv_load_V4SF): Ditto.
|
||||
(lua_ssediv_V8SF): Ditto.
|
||||
(lua_ssediv_load_V8SF): Ditto.
|
||||
(lua_ssediv_SD): Ditto.
|
||||
(lua_ssediv_load_SD): Ditto.
|
||||
(lua_ssediv_V2DF): Ditto.
|
||||
(lua_ssediv_load_V2DF): Ditto.
|
||||
(lua_ssediv_V4DF): Ditto.
|
||||
(lua_ssediv_load_V4DF): Ditto.
|
||||
|
||||
2023-01-02 Florian Weimer <fweimer@redhat.com>
|
||||
|
||||
* debug.h (dwarf_reg_sizes_constant): Declare.
|
||||
* dwarf2cfi.cc (dwarf_reg_sizes_constant): New function.
|
||||
|
||||
2023-01-02 Florian Weimer <fweimer@redhat.com>
|
||||
|
||||
* dwarf2cfi.cc (init_return_column_size): Remove.
|
||||
(init_one_dwarf_reg_size): Adjust.
|
||||
(generate_dwarf_reg_sizes): New function. Extracted
|
||||
from expand_builtin_init_dwarf_reg_sizes.
|
||||
(expand_builtin_init_dwarf_reg_sizes): Call
|
||||
generate_dwarf_reg_sizes.
|
||||
* target.def (init_dwarf_reg_sizes_extra): Adjust
|
||||
hook signature.
|
||||
* config/msp430/msp430.cc
|
||||
(msp430_init_dwarf_reg_sizes_extra): Adjust.
|
||||
* config/rs6000/rs6000.cc
|
||||
(rs6000_init_dwarf_reg_sizes_extra): Likewise.
|
||||
* doc/tm.texi: Update.
|
||||
|
||||
2023-01-02 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* gcc.cc (process_command): Update copyright notice dates.
|
||||
* gcov-dump.cc (print_version): Ditto.
|
||||
* gcov.cc (print_version): Ditto.
|
||||
* gcov-tool.cc (print_version): Ditto.
|
||||
* gengtype.cc (create_file): Ditto.
|
||||
* doc/cpp.texi: Bump @copying's copyright year.
|
||||
* doc/cppinternals.texi: Ditto.
|
||||
* doc/gcc.texi: Ditto.
|
||||
* doc/gccint.texi: Ditto.
|
||||
* doc/gcov.texi: Ditto.
|
||||
* doc/install.texi: Ditto.
|
||||
* doc/invoke.texi: Ditto.
|
||||
|
||||
2023-01-01 Roger Sayle <roger@nextmovesoftware.com>
|
||||
Uroš Bizjak <ubizjak@gmail.com>
|
||||
|
||||
|
@ -1 +1 @@
|
||||
20230102
|
||||
20230103
|
||||
|
@ -1,3 +1,16 @@
|
||||
2023-01-02 Iain Sandoe <iain@sandoe.co.uk>
|
||||
|
||||
PR ada/108202
|
||||
* gcc-interface/Make-lang.in (GCC_LINKERFLAGS, GCC_LDFLAGS):
|
||||
Versions of ALL_LINKERFLAGS, LDFLAGS with -Werror and
|
||||
-static-libgcc filtered out for Darwin8 and 9 (-Werror is filtered
|
||||
out for other hosts).
|
||||
|
||||
2023-01-02 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* gnat_ugn.texi: Bump @copying's copyright year.
|
||||
* gnat_rm.texi: Likewise.
|
||||
|
||||
|
||||
Copyright (C) 2023 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,3 +1,13 @@
|
||||
2023-01-02 Florian Weimer <fweimer@redhat.com>
|
||||
|
||||
* c-cppbuiltin.cc (c_cpp_builtins): Define
|
||||
__LIBGCC_DWARF_CIE_DATA_ALIGNMENT__.
|
||||
|
||||
2023-01-02 Florian Weimer <fweimer@redhat.com>
|
||||
|
||||
* c-cppbuiltin.cc (__LIBGCC_DWARF_REG_SIZES_CONSTANT__):
|
||||
Define if constant is known.
|
||||
|
||||
2022-12-19 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
PR c/98487
|
||||
|
@ -1,3 +1,7 @@
|
||||
2023-01-02 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* gdc.texi: Bump @copyrights-d year.
|
||||
|
||||
|
||||
Copyright (C) 2023 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,3 +1,12 @@
|
||||
2023-01-02 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* gfortranspec.cc (lang_specific_driver): Update copyright notice
|
||||
dates.
|
||||
* gfc-internals.texi: Bump @copying's copyright year.
|
||||
* gfortran.texi: Ditto.
|
||||
* intrinsic.texi: Ditto.
|
||||
* invoke.texi: Ditto.
|
||||
|
||||
|
||||
Copyright (C) 2023 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
2023-01-02 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* gccgo.texi: Bump @copyrights-go year.
|
||||
|
||||
2022-11-14 Martin Liska <mliska@suse.cz>
|
||||
|
||||
Revert:
|
||||
|
@ -1,3 +1,20 @@
|
||||
2023-01-02 Florian Weimer <fweimer@redhat.com>
|
||||
|
||||
* unwind-dw2-execute_cfa.h: New file. Extracted from
|
||||
the execute_cfa_program function in unwind-dw2.c.
|
||||
* unwind-dw2.c (execute_cfa_program_generic): New function.
|
||||
(execute_cfa_program_specialized): Likewise.
|
||||
(execute_cfa_program): Call execute_cfa_program_specialized
|
||||
or execute_cfa_program_generic, as appropriate.
|
||||
|
||||
2023-01-02 Florian Weimer <fweimer@redhat.com>
|
||||
|
||||
* unwind-dw2.c (dwarf_reg_size): New function.
|
||||
(_Unwind_GetGR, _Unwind_SetGR, _Unwind_SetGRPtr)
|
||||
(_Unwind_SetSpColumn, uw_install_context_1): Use it.
|
||||
(uw_init_context_1): Do not initialize dwarf_reg_size_table
|
||||
if not in use.
|
||||
|
||||
2022-12-25 Jonathan Yong <10walls@gmail.com>
|
||||
|
||||
* config/i386/gthr-win32.h: undef CC_NONE
|
||||
|
@ -1,3 +1,7 @@
|
||||
2023-01-02 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* libgomp.texi: Bump @copying's copyright year.
|
||||
|
||||
2022-12-21 Chung-Lin Tang <cltang@codesourcery.com>
|
||||
|
||||
PR target/99555
|
||||
|
@ -1,3 +1,7 @@
|
||||
2023-01-02 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* libitm.texi: Bump @copying's copyright year.
|
||||
|
||||
2022-11-14 Martin Liska <mliska@suse.cz>
|
||||
|
||||
Revert:
|
||||
|
@ -1,3 +1,7 @@
|
||||
2023-01-02 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* libquadmath.texi: Bump @copying's copyright year.
|
||||
|
||||
2022-11-14 Martin Liska <mliska@suse.cz>
|
||||
|
||||
Revert:
|
||||
|
Loading…
Reference in New Issue
Block a user