Daily bump.
This commit is contained in:
parent
2cb93e6686
commit
7de05ad450
4 changed files with 32 additions and 1 deletions
|
@ -1,3 +1,18 @@
|
|||
2023-12-28 Uros Bizjak <ubizjak@gmail.com>
|
||||
|
||||
* config/i386/i386.cc (ix86_unary_operator_ok): Move from here...
|
||||
* config/i386/i386-expand.cc (ix86_unary_operator_ok): ... to here.
|
||||
* config/i386/i386-protos.h: Re-arrange ix86_{unary|binary}_operator_ok
|
||||
and ix86_expand_{unary|binary}_operator prototypes.
|
||||
* config/i386/i386.md: Cosmetic changes with the usage of
|
||||
TARGET_APX_NDD in ix86_expand_{unary|binary}_operator
|
||||
and ix86_{unary|binary}_operator_ok function calls.
|
||||
|
||||
2023-12-28 Juzhe-Zhong <juzhe.zhong@rivai.ai>
|
||||
|
||||
* config/riscv/riscv-vector-costs.cc (is_gimple_assign_or_call): Change interface.
|
||||
(get_live_range): New function.
|
||||
|
||||
2023-12-27 Xi Ruoyao <xry111@xry111.site>
|
||||
|
||||
PR target/113148
|
||||
|
|
|
@ -1 +1 @@
|
|||
20231228
|
||||
20231229
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
2023-12-28 Rimvydas Jasinskas <rimvydas.jas@gmail.com>
|
||||
|
||||
PR fortran/81615
|
||||
* invoke.texi: Add Developer Options section. Move '-fdump-*'
|
||||
to it. Add small examples about changed '-save-temps' behavior.
|
||||
|
||||
2023-12-20 Rimvydas Jasinskas <rimvydas.jas@gmail.com>
|
||||
|
||||
PR fortran/81615
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
2023-12-28 David Edelsohn <dje.gcc@gmail.com>
|
||||
|
||||
* g++.dg/template/linkage2.C: XFAIL on AIX.
|
||||
* g++.dg/template/linkage3.C: Same.
|
||||
|
||||
2023-12-28 Juzhe-Zhong <juzhe.zhong@rivai.ai>
|
||||
|
||||
* gcc.dg/vect/costmodel/riscv/rvv/dynamic-lmul4-3.c: Adapt test.
|
||||
* gcc.dg/vect/costmodel/riscv/rvv/dynamic-lmul4-5.c: Ditto.
|
||||
|
||||
2023-12-27 Xi Ruoyao <xry111@xry111.site>
|
||||
|
||||
PR target/113148
|
||||
|
|
Loading…
Add table
Reference in a new issue