Daily bump.
This commit is contained in:
parent
14dd0921fe
commit
d62c8c747c
@ -1,3 +1,24 @@
|
||||
2021-11-27 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR middle-end/103431
|
||||
* config/i386/i386.md (x86_64_shld, x86_shld, x86_64_shrd, x86_shrd):
|
||||
Change insn pattern to accurately describe the instructions.
|
||||
(*x86_64_shld_1, *x86_shld_1, *x86_64_shrd_1, *x86_shrd_1): New
|
||||
define_insn patterns.
|
||||
(*x86_64_shld_2, *x86_shld_2, *x86_64_shrd_2, *x86_shrd_2): New
|
||||
define_insn_and_split patterns.
|
||||
(*ashl<dwi>3_doubleword_mask, *ashl<dwi>3_doubleword_mask_1,
|
||||
*<insn><dwi>3_doubleword_mask, *<insn><dwi>3_doubleword_mask_1,
|
||||
ix86_rotl<dwi>3_doubleword, ix86_rotr<dwi>3_doubleword): Adjust
|
||||
splitters for x86_{,64_}sh{l,r}d pattern changes.
|
||||
|
||||
2021-11-27 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR tree-optimization/103435
|
||||
* gimple-ssa-store-merging.c (find_bswap_or_nop_finalize): Avoid UB if
|
||||
n->range - rsize == 8, just clear both *cmpnop and *cmpxchg in that
|
||||
case.
|
||||
|
||||
2021-11-27 Martin Jambor <mjambor@suse.cz>
|
||||
|
||||
PR ipa/103441
|
||||
|
@ -1 +1 @@
|
||||
20211127
|
||||
20211128
|
||||
|
@ -1,3 +1,7 @@
|
||||
2021-11-27 Petter Tomner <tomner@kth.se>
|
||||
|
||||
* libgccjit.c: %ld -> %zu
|
||||
|
||||
2021-11-24 Martin Liska <mliska@suse.cz>
|
||||
|
||||
* jit-playback.c (function): Initialize m_blocks vector.
|
||||
|
@ -1,3 +1,13 @@
|
||||
2021-11-27 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR middle-end/103431
|
||||
* gcc.dg/pr103431.c: New test.
|
||||
|
||||
2021-11-27 Roger Sayle <roger@nextmovesoftware.com>
|
||||
|
||||
* gcc.dg/tree-ssa/ivopts-8.c: Fix new test case for -m32.
|
||||
* gcc.dg/tree-ssa/ivopts-9.c: Likewise.
|
||||
|
||||
2021-11-26 Harald Anlauf <anlauf@gmx.de>
|
||||
|
||||
PR fortran/103411
|
||||
|
@ -1,3 +1,7 @@
|
||||
2021-11-27 John David Anglin <danglin@gcc.gnu.org>
|
||||
|
||||
* config/pa/t-dimode (lib2difuncs): Fix typo.
|
||||
|
||||
2021-11-25 Florian Weimer <fweimer@redhat.com>
|
||||
|
||||
* unwind-dw2-fde-dip.c (struct unw_eh_callback_data): Add hdr.
|
||||
|
Loading…
Reference in New Issue
Block a user