Daily bump.
This commit is contained in:
parent
75e5cc9c3a
commit
5b3496e2ea
6 changed files with 42 additions and 1 deletions
|
@ -1,3 +1,13 @@
|
|||
2022-09-10 Takayuki 'January June' Suwa <jjsuwa_sys3175@yahoo.co.jp>
|
||||
|
||||
* config/xtensa/xtensa.cc (xtensa_constantsynth):
|
||||
Add new pattern for the abovementioned case.
|
||||
|
||||
2022-09-10 Akari Takahashi <akaritakahashioss@gmail.com>
|
||||
Segher Boessenkool <segher@kernel.crashing.org>
|
||||
|
||||
* config/rs6000/rs6000.cc (get_memref_parts): Regularize some code.
|
||||
|
||||
2022-09-09 Takayuki 'January June' Suwa <jjsuwa_sys3175@yahoo.co.jp>
|
||||
|
||||
* config/xtensa/xtensa.md: Rewrite the split pattern that performs
|
||||
|
|
|
@ -1 +1 @@
|
|||
20220910
|
||||
20220911
|
||||
|
|
|
@ -1,3 +1,14 @@
|
|||
2022-09-10 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
|
||||
|
||||
PR fortran/95644
|
||||
* f95-lang.cc (gfc_init_builtin_functions): Declare FMA
|
||||
built-ins.
|
||||
* mathbuiltins.def: Declare FMA built-ins.
|
||||
* trans-intrinsic.cc (conv_intrinsic_ieee_fma): New function.
|
||||
(conv_intrinsic_ieee_signbit): New function.
|
||||
(gfc_build_intrinsic_lib_fndecls): Add cases for FMA and
|
||||
SIGNBIT.
|
||||
|
||||
2022-09-08 Tobias Burnus <tobias@codesourcery.com>
|
||||
|
||||
PR fortran/106670
|
||||
|
|
|
@ -1,3 +1,14 @@
|
|||
2022-09-10 Takayuki 'January June' Suwa <jjsuwa_sys3175@yahoo.co.jp>
|
||||
|
||||
* gcc.target/xtensa/constsynth_3insns.c (test_4):
|
||||
Add new test function.
|
||||
|
||||
2022-09-10 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
|
||||
|
||||
PR fortran/95644
|
||||
* gfortran.dg/ieee/fma_1.f90: New test.
|
||||
* gfortran.dg/ieee/signbit_1.f90: New test.
|
||||
|
||||
2022-09-09 David Malcolm <dmalcolm@redhat.com>
|
||||
|
||||
* gcc.dg/plugin/analyzer_kernel_plugin.c: New test.
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2022-09-10 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
|
||||
|
||||
PR fortran/95644
|
||||
* ieee/ieee_arithmetic.F90: Add IEEE_SIGNBIT and IEEE_FMA.
|
||||
|
||||
2022-08-26 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR fortran/106579
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2022-09-10 Iain Sandoe <iain@sandoe.co.uk>
|
||||
|
||||
* env.c (initialize_env): Include libiberty environ.h.
|
||||
|
||||
2022-09-09 Tobias Burnus <tobias@codesourcery.com>
|
||||
|
||||
* plugin/plugin-nvptx.c (GOMP_OFFLOAD_load_image): Read offload
|
||||
|
|
Loading…
Add table
Reference in a new issue