]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Manually update entries for the Revert Revert commits.
authorJakub Jelinek <jakub@redhat.com>
Thu, 9 May 2024 11:09:06 +0000 (13:09 +0200)
committerJakub Jelinek <jakub@redhat.com>
Thu, 9 May 2024 11:09:06 +0000 (13:09 +0200)
gcc/ChangeLog
gcc/testsuite/ChangeLog

index 12a7d754b232031ce4b1aea8d46de1635e0bcb8f..fff1592f837f1233970a80f2df0b373788fa3bce 100644 (file)
        (Specific, *-*-solaris2*): Document Solaris 11.3 removal.  Remove
        11.3 references and caveats.  Update for 11.4.
 
+2024-05-07  Richard Biener  <rguenther@suse.de>
+
+       Revert:
+       2024-04-10  Richard Biener  <rguenther@suse.de>
+
+       Revert:
+       2024-03-27  Segher Boessenkool  <segher@kernel.crashing.org>
+
+       PR rtl-optimization/101523
+       * combine.cc (try_combine): Don't do a 2-insn combination if
+       it does not in fact change I2.
+
 2024-05-07  Andrew Pinski  <quic_apinski@quicinc.com>
 
        PR middle-end/97263
index fa115f8fd425c071861f4c5febdd31c9ba61d238..9f87260fa17dca95f7485bfe08839c7f71492d9f 100644 (file)
 
        * gcc.target/i386/cmov6.c: Fixed.
 
+2024-05-08  Hans-Peter Nilsson  <hp@axis.com>
+
+       Revert:
+       2024-04-10  Hans-Peter Nilsson  <hp@axis.com>
+
+       Revert:
+       2024-04-05  Hans-Peter Nilsson  <hp@axis.com>
+
+       * gcc.target/cris/pr93372-2.c: Tweak scan-assembler
+       checks to cover recent combine improvement.
+
 2024-05-07  Nathaniel Shead  <nathanieloshead@gmail.com>
 
        PR c++/114856