]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 23 Jun 2023 00:20:18 +0000 (00:20 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 23 Jun 2023 00:20:18 +0000 (00:20 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog

index 466861bc45507b4c6a5dac3ec605593245761bed..6aea52f78fae029d25944f4611ab502db4ec2fec 100644 (file)
@@ -1,3 +1,46 @@
+2023-06-22  Alex Coplan  <alex.coplan@arm.com>
+
+       Backported from master:
+       2023-06-07  Alex Coplan  <alex.coplan@arm.com>
+
+       PR target/110132
+       * config/aarch64/aarch64-builtins.cc (aarch64_general_simulate_builtin):
+       New. Use it ...
+       (aarch64_init_ls64_builtins): ... here. Switch to declaring public ACLE
+       names for builtins.
+       (aarch64_general_init_builtins): Ensure we invoke the arm_acle.h
+       setup if in_lto_p, just like we do for SVE.
+       * config/aarch64/arm_acle.h: (__arm_ld64b): Delete.
+       (__arm_st64b): Delete.
+       (__arm_st64bv): Delete.
+       (__arm_st64bv0): Delete.
+
+2023-06-22  Alex Coplan  <alex.coplan@arm.com>
+
+       Backported from master:
+       2023-06-07  Alex Coplan  <alex.coplan@arm.com>
+
+       PR target/110100
+       * config/aarch64/aarch64-builtins.cc (aarch64_expand_builtin_ls64):
+       Use input operand for the destination address.
+       * config/aarch64/aarch64.md (st64b): Fix constraint on address
+       operand.
+
+2023-06-22  Alex Coplan  <alex.coplan@arm.com>
+
+       Backported from master:
+       2023-06-07  Alex Coplan  <alex.coplan@arm.com>
+
+       PR target/110100
+       * config/aarch64/aarch64-builtins.cc (aarch64_init_ls64_builtins_types):
+       Replace eight consecutive spaces with tabs.
+       (aarch64_init_ls64_builtins): Likewise.
+       (aarch64_expand_builtin_ls64): Likewise.
+       * config/aarch64/aarch64.md (ld64b): Likewise.
+       (st64b): Likewise.
+       (st64bv): Likewise
+       (st64bv0): Likewise.
+
 2023-06-20  Kewen Lin  <linkw@linux.ibm.com>
 
        Backported from master:
index 2fa39115675e936d1f938e0dd047ea169ff982d1..0d054fa2ec36a45089b65255ad185f4ff006f6a5 100644 (file)
@@ -1 +1 @@
-20230622
+20230623
index 974d1ce48c8659bfbd96a646b593ecd5a1dfb1d9..0ed537232649d9f0d2db9a19e5eb50e44a137612 100644 (file)
@@ -1,3 +1,25 @@
+2023-06-22  Alex Coplan  <alex.coplan@arm.com>
+
+       Backported from master:
+       2023-06-07  Alex Coplan  <alex.coplan@arm.com>
+
+       PR target/110132
+       * lib/target-supports.exp (check_effective_target_aarch64_asm_FUNC_ok):
+       Extend to ls64.
+       * g++.target/aarch64/acle/acle.exp: New.
+       * g++.target/aarch64/acle/ls64.C: New test.
+       * g++.target/aarch64/acle/ls64_lto.C: New test.
+       * gcc.target/aarch64/acle/ls64_lto.c: New test.
+       * gcc.target/aarch64/acle/pr110132.c: New test.
+
+2023-06-22  Alex Coplan  <alex.coplan@arm.com>
+
+       Backported from master:
+       2023-06-07  Alex Coplan  <alex.coplan@arm.com>
+
+       PR target/110100
+       * gcc.target/aarch64/acle/pr110100.c: New test.
+
 2023-06-20  Kewen Lin  <linkw@linux.ibm.com>
 
        Backported from master: