Daily bump.
This commit is contained in:
parent
9ff206d386
commit
5da23a13bd
@ -1,3 +1,27 @@
|
||||
2022-01-02 Uroš Bizjak <ubizjak@gmail.com>
|
||||
|
||||
PR target/103861
|
||||
* config/i386/i386.h (VALID_SSE2_REG_MODE): Add V2QImode.
|
||||
(VALID_INT_MODE_P): Ditto.
|
||||
* config/i386/i386.c (ix86_secondary_reload): Handle
|
||||
V2QImode reloads from SSE register to memory.
|
||||
(vector_mode_supported_p): Always return true for V2QImode.
|
||||
* config/i386/i386.md (*subqi_ext<mode>_2): New insn pattern.
|
||||
(*negqi_ext<mode>_2): Ditto.
|
||||
* config/i386/mmx.md (movv2qi): New expander.
|
||||
(movmisalignv2qi): Ditto.
|
||||
(*movv2qi_internal): New insn pattern.
|
||||
(*pushv2qi2): Ditto.
|
||||
(negv2qi2 and splitters): Ditto.
|
||||
(<plusminus:insn>v2qi3 and splitters): Ditto.
|
||||
|
||||
2022-01-02 John David Anglin <danglin@gcc.gnu.org>
|
||||
|
||||
* config/pa/pa.md (atomic_storeq): Use optab_libfunc to access
|
||||
sync_lock_test_and_set libfunc. Call convert_memory_address to
|
||||
convert memory address to Pmode.
|
||||
(atomic_storehi, atomic_storesi, atomic_storedi): Likewise.
|
||||
|
||||
2021-12-30 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR rtl-optimization/103756
|
||||
|
@ -1 +1 @@
|
||||
20220102
|
||||
20220103
|
||||
|
@ -1,3 +1,11 @@
|
||||
2022-01-02 Jason Merrill <jason@redhat.com>
|
||||
|
||||
* init.c (build_vec_init): Append the decrement to elt_init.
|
||||
|
||||
2022-01-02 Jason Merrill <jason@redhat.com>
|
||||
|
||||
* decl.c (wrap_cleanups_r): Don't wrap if noexcept.
|
||||
|
||||
2021-12-20 Patrick Palka <ppalka@redhat.com>
|
||||
|
||||
* call.c (build_new_method_call): Set
|
||||
|
@ -1,3 +1,34 @@
|
||||
2022-01-02 Uroš Bizjak <ubizjak@gmail.com>
|
||||
|
||||
PR target/103861
|
||||
* gcc.dg/store_merging_18.c (dg-options): Add -fno-tree-vectorize.
|
||||
* gcc.dg/store_merging_29.c (dg-options): Ditto.
|
||||
* gcc.target/i386/pr103861.c: New test.
|
||||
* gcc.target/i386/pr92658-avx512vl.c (dg-final):
|
||||
Remove vpmovqb scan-assembler xfail.
|
||||
* gcc.target/i386/pr92658-sse4.c (dg-final):
|
||||
Remove pmovzxbq scan-assembler xfail.
|
||||
* gcc.target/i386/pr92658-sse4-2.c (dg-final):
|
||||
Remove pmovsxbq scan-assembler xfail.
|
||||
* gcc.target/i386/warn-vect-op-2.c (dg-warning): Adjust warnings.
|
||||
|
||||
2022-01-02 John David Anglin <danglin@gcc.gnu.org>
|
||||
|
||||
* gcc.target/hppa/shadd-2.c: Adjust count to 3.
|
||||
* gcc.target/hppa/shadd-3.c: Likewise.
|
||||
|
||||
2022-01-02 John David Anglin <danglin@gcc.gnu.org>
|
||||
|
||||
* gcc.dg/guality/example.c: Skip on hppa*-*-linux*.
|
||||
|
||||
2022-01-02 Jason Merrill <jason@redhat.com>
|
||||
|
||||
* g++.dg/eh/array2.C: New test.
|
||||
|
||||
2022-01-02 Jason Merrill <jason@redhat.com>
|
||||
|
||||
* g++.dg/eh/cleanup6.C: New test.
|
||||
|
||||
2022-01-01 Andrew Pinski <apinski@marvell.com>
|
||||
|
||||
PR rtl-optimization/100241
|
||||
|
@ -1,3 +1,10 @@
|
||||
2022-01-02 John David Anglin <danglin@gcc.gnu.org>
|
||||
|
||||
* config/pa/linux-atomic.c (_ASM_EFAULT): Define.
|
||||
(__kernel_cmpxchg): Nullify illegal iitlbp instruction if error
|
||||
return is not equal _ASM_EFAULT.
|
||||
(__kernel_cmpxchg2): Likewise.
|
||||
|
||||
2021-12-17 Iain Sandoe <iain@sandoe.co.uk>
|
||||
|
||||
* config.host: Add shim declaration header to powerpc*-darwin builds.
|
||||
|
Loading…
Reference in New Issue
Block a user