aboutsummaryrefslogtreecommitdiff
path: root/libatomic
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-10fenv.c: New file.Uros Bizjak2-0/+120
2013-11-07tree-core.h (enum cv_qualifier): Add TYPE_QUAL_ATOMIC.Joseph Myers8-8/+201
2013-10-17[AArch64] Enable building libatomic on AArch64.Michael Hudson-Doyle2-5/+5
2013-09-20libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical ppc host match.Alan Modra2-5/+15
2013-03-24Avoid non constant memory model uses in libatomicAndi Kleen4-4/+4
2013-01-14Update copyright years in libatomic.Richard Sandiford29-28/+32
2012-12-18re PR go/55201 (libgo.so: undefined reference to `__atomic_compare_exchange_8')Ian Lance Taylor4-75/+64
2012-12-04libatomic: Detect and build for ARM architecture armv8-a.Marcus Shawcroft2-0/+8
2012-11-22configure.tgt (i[3456]86): Handle -mx32 like -m64.Matthias Klose2-1/+5
2012-11-05acinclude.m4 (LIBAT_CHECK_IFUNC): Clarify message.Thomas Schwinge3-4/+8
2012-11-05configure: Regenerate.Thomas Schwinge2-12/+12
2012-10-23AArch64 [6/10]Sofiane Naci2-0/+11
2012-09-20re PR other/43620 ([4.3 Release Blocker] Uploading to gnu.org will fail due t...Jakub Jelinek4-239/+29
2012-09-14* configure: Regenerated.David Edelsohn2-0/+5
2012-05-22re PR other/53231 (libatomic/tas_n.c:100:10: error: 'ret' undeclared (first u...John David Anglin2-2/+7
2012-05-16Regenerate configure files for libtool.m4 changeH.J. Lu2-3/+14
2012-05-10Always compile atomic builtin tests with $XCFLAGSRainer Orth3-31/+38
2012-05-07Allow for objects in libatomic_la_LIBADDRainer Orth4-113/+72
2012-05-07Don't include XCFLAGS in CFLAGSRainer Orth3-2/+7
2012-05-03libatomic: Enable AM_MAINTAINER_MODERichard Henderson6-10/+87
2012-05-03acinclude.m4 (LIBAT_TEST_ATOMIC_BUILTIN): Handle compilation failure in gcc_n...Richard Henderson6-82/+214
2012-05-01Add libatomic as a target library.Richard Henderson77-0/+28864