]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libatomic/ChangeLog
Daily bump.
[thirdparty/gcc.git] / libatomic / ChangeLog
index 48c115de49f2b35149ef1dc630c33f1d9c873bf7..ceefbd3f823ef3ea0be99db78e84650cd181a3df 100644 (file)
@@ -1,7 +1,196 @@
+2022-11-15  Wilco Dijkstra  <wilco.dijkstra@arm.com>
+
+       * Makefile.in: Regenerated with automake 1.15.1.
+       * Makefile.am: Add atomic_16.S for AArch64.
+       * configure.tgt: Disable outline atomics in AArch64 build.
+       * config/linux/aarch64/atomic_16.S: New file - implementation of
+       ifuncs for 16-byte atomics.
+       * config/linux/aarch64/host-config.h: Enable ifuncs, use LSE
+       (HWCAP_ATOMICS) for 1-8-byte atomics and LSE2 (HWCAP_USCAT) for
+       16-byte atomics.
+
+2022-11-15  Jakub Jelinek  <jakub@redhat.com>
+
+       PR target/104688
+       * config/x86/init.c (__libat_feat1_init): Don't clear
+       bit_AVX on AMD CPUs.
+
+2022-10-19  LIU Hao  <lh_mouse@126.com>
+
+       * configure.tgt: Add new case for `mcf` thread model
+
+2022-10-12  Martin Liska  <mliska@suse.cz>
+
+       * configure: Regenerate.
+
+2022-10-11  Olivier Hainque  <hainque@adacore.com>
+           Olivier Hainque  <hainque@adacore.com>
+
+       * configure: Regenerate.
+
+2022-08-30  Martin Liska  <mliska@suse.cz>
+
+       * testsuite/Makefile.in: Regenerate.
+
+2022-08-08  Tamar Christina  <tamar.christina@arm.com>
+
+       PR target/102218
+       * config/arm/host-config.h (pre_seq_barrier, post_seq_barrier,
+       pre_post_seq_barrier): Require barrier on __ATOMIC_SEQ_CST.
+
+2022-08-08  Tamar Christina  <tamar.christina@arm.com>
+
+       PR target/102218
+       * config/aarch64/aarch64-config.h: New file.
+       * config/aarch64/host-config.h: New file.
+
+2022-06-02  David Malcolm  <dmalcolm@redhat.com>
+
+       * testsuite/lib/libatomic.exp: Add load_gcc_lib of scansarif.exp.
+
+2022-03-24  Tom de Vries  <tdevries@suse.de>
+
+       PR target/105011
+       * tas_n.c (libat_test_and_set): Fix return value.
+
+2022-03-17  Jakub Jelinek  <jakub@redhat.com>
+
+       PR target/104688
+       * Makefile.am (IFUNC_OPTIONS): Change on x86_64 to -mcx16 -mcx16.
+       (libatomic_la_LIBADD): Add $(addsuffix _16_2_.lo,$(SIZEOBJS)) for
+       x86_64.
+       * Makefile.in: Regenerated.
+       * config/x86/host-config.h (IFUNC_COND_1): For x86_64 define to
+       both AVX and CMPXCHG16B bits.
+       (IFUNC_COND_2): Define.
+       (IFUNC_NCOND): For x86_64 define to 2 * (N == 16).
+       (MAYBE_HAVE_ATOMIC_CAS_16, MAYBE_HAVE_ATOMIC_EXCHANGE_16,
+       MAYBE_HAVE_ATOMIC_LDST_16): Define to IFUNC_COND_2 rather than
+       IFUNC_COND_1.
+       (HAVE_ATOMIC_CAS_16): Redefine to 1 whenever IFUNC_ALT != 0.
+       (HAVE_ATOMIC_LDST_16): Redefine to 1 whenever IFUNC_ALT == 1.
+       (atomic_compare_exchange_n): Define whenever IFUNC_ALT != 0
+       on x86_64 for N == 16.
+       (__atomic_load_n, __atomic_store_n): Redefine whenever IFUNC_ALT == 1
+       on x86_64 for N == 16.
+       (atomic_load_n, atomic_store_n): New functions.
+       * config/x86/init.c (__libat_feat1_init): On x86_64 clear bit_AVX
+       if CPU vendor is not Intel.
+
+2022-02-03  David Seifert  <soap@gentoo.org>
+           Jakub Jelinek  <jakub@redhat.com>
+
+       * configure.ac: Support --disable-werror.
+       * configure: Regenerate.
+
+2022-01-31  Martin Liska  <mliska@suse.cz>
+
+       * acinclude.m4: Detect *_ld_is_mold and use it.
+       * configure: Regenerate.
+
+2022-01-24  Martin Liska  <mliska@suse.cz>
+
+       * acinclude.m4: Remove duplicate
+       LIBAT_CHECK_LINKER_FEATURES.
+       * configure: Regenerate.
+
+2021-07-21  Martin Sebor  <msebor@redhat.com>
+
+       PR bootstrap/101379
+       * config/linux/arm/host-config.h (__kernel_helper_version): New
+       function.  Adjust shadow macro.
+
+2021-01-15  Jakub Jelinek  <jakub@redhat.com>
+
+       PR target/70454
+       * configure.tgt: For i?86 and x86_64 determine if -march=i486 needs to
+       be added through preprocessor check on
+       __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4.  Determine if try_ifunc is needed
+       based on preprocessor check on __GCC_HAVE_SYNC_COMPARE_AND_SWAP_16
+       or __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8.
+
+2021-01-05  Samuel Thibault  <samuel.thibault@ens-lyon.org>
+
+       * configure: Re-generate.
+
+2020-12-05  Iain Sandoe  <iain@sandoe.co.uk>
+
+       PR target/97865
+       * configure: Regenerate.
+
+2020-11-29  John David Anglin  <danglin@gcc.gnu.org>
+
+       * configure: Regenerate.
+
+2020-10-11  Clement Chigot  <clement.chigot@atos.net>
+
+       * config/t-aix: Delete and recreate libatomic before creating
+       FAT library.
+
+2020-09-27  Clement Chigot  <clement.chigot@atos.net>
+
+       * config/t-aix: Use $(AR) without -X32_64.
+
+2020-09-11  Tom de Vries  <tdevries@suse.de>
+
+       PR target/96898
+       * configure.tgt: Add nvptx.
+       * libatomic_i.h (MASK_8, INVERT_MASK_8): New macro definition.
+       * config/nvptx/host-config.h: New file.
+       * config/nvptx/lock.c: New file.
+
+2020-09-07  Tom de Vries  <tdevries@suse.de>
+
+       * testsuite/libatomic.c/atomic-generic.c: Include string.h.
+
+2020-07-14  David Edelsohn  <dje.gcc@gmail.com>
+
+       * config/t-aix: Set BITS from compiler cpp macro.
+
+2020-06-22  David Edelsohn  <dje.gcc@gmail.com>
+
+       * Makefile.am: Use -include.
+       * Makefile.in: Regenerate.
+
+2020-06-21  David Edelsohn  <dje.gcc@gmail.com>
+
+       * Makefile.am (tmake_file): Build and install AIX-style FAT libraries.
+       * Makefile.in: Regenerate.
+       * configure.ac (tmake_file): Substitute.
+       * configure: Regenerate.
+       * configure.tgt (powerpc-ibm-aix*): Define tmake_file.
+       * config/t-aix: New file.
+
+2020-06-01  Uroš Bizjak  <ubizjak@gmail.com>
+
+       * config/x86/fenv.c (struct fenv): Add __attribute__ ((gcc_struct)).
+
+2020-05-29  H.J. Lu  <hjl.tools@gmail.com>
+
+       PR bootstrap/95413
+       * configure: Regenerated.
+
+2020-05-15  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR bootstrap/95147
+       * configure: Regenerated.
+
+2020-05-14  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * configure: Regenerated.
+
+2020-05-06  Uroš Bizjak  <ubizjak@gmail.com>
+
+       * config/x86/fenv.c (__math_force_eval): Remove.
+       (__math_force_eval_div): New define.
+       (__atomic_deraiseexcept): Use __math_force_eval_div to use
+       generic division to generate INVALID, DIVZERO and INEXACT
+       exceptions.
+
 2020-05-01  Uroš Bizjak  <ubizjak@gmail.com>
 
        * config/x86/fenv.c (__math_force_eval): New define.
-       (__atomic_feraiseexcept): Use __math_force_eval to evaluete
+       (__atomic_feraiseexcept): Use __math_force_eval to evaluate
        generic division to generate INVALID and DIVZERO exceptions.
 
 2020-04-19  Uroš Bizjak  <ubizjak@gmail.com>
 
        * Initial commit.
 \f
-Copyright (C) 2012-2020 Free Software Foundation, Inc.
+Copyright (C) 2012-2022 Free Software Foundation, Inc.
 
 Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright