Daily bump.
This commit is contained in:
parent
ff981616a6
commit
b368d79998
6 changed files with 73 additions and 1 deletions
|
@ -1,3 +1,25 @@
|
|||
2024-01-06 Jiahao Xu <xujiahao@loongson.cn>
|
||||
|
||||
* config/loongarch/lasx.md: Set the unused bits in operand[3] to 0.
|
||||
|
||||
2024-01-06 Juzhe-Zhong <juzhe.zhong@rivai.ai>
|
||||
|
||||
PR target/113248
|
||||
* config/riscv/riscv-vsetvl.cc (pre_vsetvl::fuse_local_vsetvl_info):
|
||||
Update the MAX_SEW.
|
||||
|
||||
2024-01-06 Juzhe-Zhong <juzhe.zhong@rivai.ai>
|
||||
|
||||
* config/riscv/riscv-vector-costs.cc (loop_invariant_op_p): New function.
|
||||
(variable_vectorized_p): Teach loop invariant.
|
||||
(has_unexpected_spills_p): Ditto.
|
||||
|
||||
2024-01-06 Juzhe-Zhong <juzhe.zhong@rivai.ai>
|
||||
|
||||
* config/riscv/riscv-protos.h (whole_reg_to_reg_move_p): New function.
|
||||
* config/riscv/riscv-v.cc (whole_reg_to_reg_move_p): Ditto.
|
||||
* config/riscv/vector.md: Allow non-vlmax with len = NUNITS simplification.
|
||||
|
||||
2024-01-05 Richard Sandiford <richard.sandiford@arm.com>
|
||||
|
||||
PR target/113104
|
||||
|
|
|
@ -1 +1 @@
|
|||
20240106
|
||||
20240107
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
2024-01-06 Harald Anlauf <anlauf@gmx.de>
|
||||
José Rui Faustino de Sousa <jrfsousa@gmail.com>
|
||||
|
||||
PR fortran/96724
|
||||
* iresolve.cc (gfc_resolve_repeat): Force conversion to
|
||||
gfc_charlen_int_kind before call to gfc_multiply.
|
||||
|
||||
2024-01-04 David Malcolm <dmalcolm@redhat.com>
|
||||
|
||||
* lang.opt.urls: New file, autogenerated by
|
||||
|
|
|
@ -1,3 +1,28 @@
|
|||
2024-01-06 Harald Anlauf <anlauf@gmx.de>
|
||||
José Rui Faustino de Sousa <jrfsousa@gmail.com>
|
||||
|
||||
PR fortran/96724
|
||||
* gfortran.dg/repeat_8.f90: New test.
|
||||
|
||||
2024-01-06 Jiahao Xu <xujiahao@loongson.cn>
|
||||
|
||||
* gcc.target/loongarch/vector/lasx/lasx-xvpremi.c: Removed.
|
||||
* gcc.target/loongarch/vector/lasx/lasx-xvpermi_q.c: New test.
|
||||
|
||||
2024-01-06 Juzhe-Zhong <juzhe.zhong@rivai.ai>
|
||||
|
||||
PR target/113248
|
||||
* gcc.target/riscv/rvv/vsetvl/pr113248.c: New test.
|
||||
|
||||
2024-01-06 Juzhe-Zhong <juzhe.zhong@rivai.ai>
|
||||
|
||||
* gcc.dg/vect/costmodel/riscv/rvv/dynamic-lmul4-12.c: New test.
|
||||
* gcc.dg/vect/costmodel/riscv/rvv/dynamic-lmul8-14.c: New test.
|
||||
|
||||
2024-01-06 Juzhe-Zhong <juzhe.zhong@rivai.ai>
|
||||
|
||||
* gcc.target/riscv/rvv/base/vf_avl-4.c: New test.
|
||||
|
||||
2024-01-05 Richard Sandiford <richard.sandiford@arm.com>
|
||||
|
||||
PR target/113104
|
||||
|
|
|
@ -1,3 +1,16 @@
|
|||
2024-01-06 Tobias Burnus <tobias@codesourcery.com>
|
||||
|
||||
* libgomp.texi (OpenMP Technical Report 12): Fix a typo.
|
||||
(Device Memory Routines): Fix OpenMP 5.1 spec refs; add
|
||||
omp_target_is_accessible.
|
||||
(Environment Display Routine): Uncomment and add
|
||||
omp_display_env description.
|
||||
(OMP_DISPLAY_ENV): Update wording, add 'see also'.
|
||||
|
||||
2024-01-06 Mark Wielaard <mark@klomp.org>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
||||
2024-01-03 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* libgomp.texi: Bump @copying's copyright year.
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2024-01-06 Gwenole Beauchesne <gb.devel@gmail.com>
|
||||
|
||||
* testsuite/tr1/8_c_compatibility/cinttypes/functions.cc: Use
|
||||
nonnull arguments to strtoimax() and wcstoimax() functions.
|
||||
|
||||
2024-01-05 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
* src/c++17/fs_path.cc (path::_List::reserve): Limit maximum
|
||||
|
|
Loading…
Add table
Reference in a new issue