Daily bump.
This commit is contained in:
parent
529909f9e9
commit
2a0b19f525
4 changed files with 43 additions and 1 deletions
|
@ -1,3 +1,17 @@
|
|||
2023-08-06 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* config/i386/cpuid.h (__get_cpuid_count, __get_cpuid_max): Add
|
||||
__builtin_expect that CPU likely supports cpuid.
|
||||
|
||||
2023-08-06 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* tree-loop-distribution.cc (loop_distribution::execute): Disable
|
||||
distribution for loops with estimated iterations 0.
|
||||
|
||||
2023-08-06 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* tree-vect-loop-manip.cc (vect_do_peeling): Fix profile update of peeled epilogues.
|
||||
|
||||
2023-08-04 Xiao Zeng <zengxiao@eswincomputing.com>
|
||||
|
||||
* config/riscv/riscv.cc (riscv_expand_conditional_move): Recognize
|
||||
|
|
|
@ -1 +1 @@
|
|||
20230806
|
||||
20230807
|
||||
|
|
|
@ -1,3 +1,26 @@
|
|||
2023-08-06 Roger Sayle <roger@nextmovesoftware.com>
|
||||
|
||||
PR target/110792
|
||||
* gcc.target/i386/pr110792.c: Remove dg-final scan-assembler-not.
|
||||
|
||||
2023-08-06 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* gcc.dg/vect/vect-bitfield-read-1.c: Check profile consistency.
|
||||
* gcc.dg/vect/vect-bitfield-read-2.c: Check profile consistency.
|
||||
* gcc.dg/vect/vect-bitfield-read-3.c: Check profile consistency.
|
||||
* gcc.dg/vect/vect-bitfield-read-4.c: Check profile consistency.
|
||||
* gcc.dg/vect/vect-bitfield-read-5.c: Check profile consistency.
|
||||
* gcc.dg/vect/vect-bitfield-read-6.c: Check profile consistency.
|
||||
* gcc.dg/vect/vect-bitfield-read-7.c: Check profile consistency.
|
||||
* gcc.dg/vect/vect-bitfield-write-1.c: Check profile consistency.
|
||||
* gcc.dg/vect/vect-bitfield-write-2.c: Check profile consistency.
|
||||
* gcc.dg/vect/vect-bitfield-write-3.c: Check profile consistency.
|
||||
* gcc.dg/vect/vect-bitfield-write-4.c: Check profile consistency.
|
||||
* gcc.dg/vect/vect-bitfield-write-5.c: Check profile consistency.
|
||||
* gcc.dg/vect/vect-epilogues-2.c: Check profile consistency.
|
||||
* gcc.dg/vect/vect-epilogues.c: Check profile consistency.
|
||||
* gcc.dg/vect/vect-mask-store-move-1.c: Check profile consistency.
|
||||
|
||||
2023-08-05 Gaius Mulley <gaiusmod2@gmail.com>
|
||||
|
||||
PR modula2/110779
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2023-08-06 François Dumont <fdumont@gcc.gnu.org>
|
||||
|
||||
* config/abi/pre/gnu-versioned-namespace.ver: Add __cxa_call_terminate
|
||||
symbol export.
|
||||
|
||||
2023-07-30 François Dumont <fdumont@gcc.gnu.org>
|
||||
|
||||
* src/c++11/compatibility-ldbl-facets-aliases.h: Replace #define with
|
||||
|
|
Loading…
Add table
Reference in a new issue