aboutsummaryrefslogtreecommitdiff
path: root/libatomic
AgeCommit message (Expand)AuthorFilesLines
2018-10-31Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).Joseph Myers9-1145/+1735
2018-08-27Replace 8 spaces with a tabular in ChangeLog files.Martin Liska1-1/+1
2018-06-21[ARM] Use __ARM_ARCH and __ARM_FEATURE_LDREX instead of __ARM_ARCH__Christophe Lyon2-47/+11
2018-05-23x86: libatomic: Do not assume ELF constructors run before IFUNC resolversFlorian Weimer3-9/+54
2018-05-02[testsuite] Add scan-ltrans-tree-dumpTom de Vries2-0/+6
2018-05-02[testsuite] Add scan-wpa-ipa-dumpTom de Vries2-0/+6
2018-04-24Regenerate configure of target librariesH.J. Lu2-1/+5
2018-04-19cet.m4 (GCC_CET_FLAGS): Default to --disable-cet, replace --enable-cet=defaul...Jakub Jelinek2-7/+10
2018-04-18re PR jit/85384 (libgccjit does not work if --with-gcc-major-version is used)David Malcolm2-1/+6
2018-03-09S/390: libatomic: Fix 16 byte atomic exchangeAndreas Krebbel3-0/+79
2018-02-19CET shouldn't be enabled in 32-bit run-time libraries by defualtIgor Tsimbalist2-1/+21
2018-01-03Update copyright years.Jakub Jelinek38-38/+42
2017-12-14Makefile.am (IFUNC_OPTIONS): Change aarch64 option from -march=armv8.1-a to -...Steve Ellcey8-5/+94
2017-12-05Makefile.am (ARCH_AARCH64_LINUX): Add IFUNC_OPTIONS and libatomic_la_LIBADD.Steve Ellcey9-9/+120
2017-11-17Enable building libatomic with Intel CETIgor Tsimbalist6-4/+92
2017-10-20[arm] Fix architecture selection when building libatomic with automatic FPU s...Richard Earnshaw3-2/+8
2017-10-02Clean up more fallout from r252976.Martin Sebor4-5/+21
2017-05-12Load new scanlang.expRainer Orth2-0/+5
2017-02-06RISC-V Port: libatomicPalmer Dabbelt2-0/+5
2017-02-01Fix __atomic to not implement atomic loads with CAS.Torvald Riegel5-13/+66
2017-01-30[ARM][PR target/78945] Fix libatomic on armv7-mSzabolcs Nagy2-2/+7
2017-01-21re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)Jakub Jelinek3-2/+9
2017-01-17re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)Jakub Jelinek6-4/+38
2017-01-01Update copyright years.Jakub Jelinek37-37/+41
2016-11-15config-ml.in: Remove references to GCJ.Matthias Klose2-2/+5
2016-05-10[libatomic] Add missing files for RTEMS supportSebastian Huber2-0/+78
2016-04-27[libatomic] Add RTEMS supportSebastian Huber2-0/+17
2016-04-25Revert the last change in libatomicH.J. Lu2-2/+13
2016-04-20Don't build 32-bit libatomic with -march=i486 on x86-64H.J. Lu2-8/+8
2016-01-06Fix libatomic multilib parallel build (PR other/67627)Szabolcs Nagy3-6/+20
2016-01-04Update copyright years.Jakub Jelinek35-34/+44
2015-11-18Add out-of-line versions of some <stdatomic.h> functions (PR c/65083).Joseph Myers8-6/+136
2015-10-09Testsuite: add dg-{begin|end}-multiline-output commandsDavid Malcolm2-0/+6
2015-07-14configure.tgt: Add *-*-dragonfly to supported targets.John Marino2-1/+5
2015-01-21Avoid misaligned atomic operationsAndrew Waterman2-6/+11
2015-01-16re PR testsuite/64605 (ERROR: (DejaGnu) proc "libatomic_target_compile lto173...Ilya Verbin3-1/+12
2015-01-09configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.Andreas Tobler2-4/+13
2015-01-05Update copyright years.Jakub Jelinek33-32/+36
2014-12-12Add load of target-utils.exp to libatomic, libitm, libvtv, libgo testsuite dr...Kyrylo Tkachov2-0/+5
2014-11-21Always use PIC option with -shared in libtoolH.J. Lu2-1/+6
2014-11-13* cas_n.c (libat_compare_exchange): Add missing cast.Andrew Waterman2-1/+5
2014-11-11re PR target/63610 (Fixing the libtool bug for Yosemite (darwin14))Francois-Xavier Coudert2-1/+6
2014-08-19configure.tgt: Add cygwin to supported targets.Kai Tietz2-2/+6
2014-07-18configure.tgt (alpha*): Add -mfp-trap-mode=sui to XCFLAGS.Uros Bizjak2-1/+9
2014-06-17Makefile.am (libatomic_la_LDFLAGS): Add lt_host_flags.Kai Tietz10-65/+398
2014-02-20re PR c++/60272 (atomic<>::compare_exchange_weak has spurious store and can c...Richard Henderson2-13/+18
2014-01-02Update copyright years in libatomic/Richard Sandiford31-30/+34
2013-12-09ChangeLog: Fix ChangeLog entry.Uros Bizjak1-1/+1
2013-12-09sfp-exceptions.c (__sfp_handle_exceptions): Emit SSE instructions when __TARG...Uros Bizjak2-3/+8
2013-11-18atomic-compare-exchange-1.c, [...]: Declare main as returning int.Joseph Myers27-60/+118