summaryrefslogtreecommitdiff
path: root/libatomic
Commit message (Expand)AuthorAgeFilesLines
* RISC-V Port: libatomicPalmer Dabbelt2017-02-062-0/+5
* Fix __atomic to not implement atomic loads with CAS.Torvald Riegel2017-02-015-13/+66
* [ARM][PR target/78945] Fix libatomic on armv7-mSzabolcs Nagy2017-01-302-2/+7
* re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)Jakub Jelinek2017-01-213-2/+9
* re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)Jakub Jelinek2017-01-176-4/+38
* Update copyright years.Jakub Jelinek2017-01-0137-37/+41
* config-ml.in: Remove references to GCJ.Matthias Klose2016-11-152-2/+5
* [libatomic] Add missing files for RTEMS supportSebastian Huber2016-05-102-0/+78
* [libatomic] Add RTEMS supportSebastian Huber2016-04-272-0/+17
* Revert the last change in libatomicH.J. Lu2016-04-252-2/+13
* Don't build 32-bit libatomic with -march=i486 on x86-64H.J. Lu2016-04-202-8/+8
* Fix libatomic multilib parallel build (PR other/67627)Szabolcs Nagy2016-01-063-6/+20
* Update copyright years.Jakub Jelinek2016-01-0435-34/+44
* Add out-of-line versions of some <stdatomic.h> functions (PR c/65083).Joseph Myers2015-11-188-6/+136
* Testsuite: add dg-{begin|end}-multiline-output commandsDavid Malcolm2015-10-092-0/+6
* configure.tgt: Add *-*-dragonfly to supported targets.John Marino2015-07-142-1/+5
* Avoid misaligned atomic operationsAndrew Waterman2015-01-212-6/+11
* re PR testsuite/64605 (ERROR: (DejaGnu) proc "libatomic_target_compile lto173...Ilya Verbin2015-01-163-1/+12
* configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.Andreas Tobler2015-01-092-4/+13
* Update copyright years.Jakub Jelinek2015-01-0533-32/+36
* Add load of target-utils.exp to libatomic, libitm, libvtv, libgo testsuite dr...Kyrylo Tkachov2014-12-122-0/+5
* Always use PIC option with -shared in libtoolH.J. Lu2014-11-212-1/+6
* * cas_n.c (libat_compare_exchange): Add missing cast.Andrew Waterman2014-11-132-1/+5
* re PR target/63610 (Fixing the libtool bug for Yosemite (darwin14))Francois-Xavier Coudert2014-11-112-1/+6
* configure.tgt: Add cygwin to supported targets.Kai Tietz2014-08-192-2/+6
* configure.tgt (alpha*): Add -mfp-trap-mode=sui to XCFLAGS.Uros Bizjak2014-07-182-1/+9
* Makefile.am (libatomic_la_LDFLAGS): Add lt_host_flags.Kai Tietz2014-06-1710-65/+398
* re PR c++/60272 (atomic<>::compare_exchange_weak has spurious store and can c...Richard Henderson2014-02-202-13/+18
* Update copyright years in libatomic/Richard Sandiford2014-01-0231-30/+34
* ChangeLog: Fix ChangeLog entry.Uros Bizjak2013-12-091-1/+1
* sfp-exceptions.c (__sfp_handle_exceptions): Emit SSE instructions when __TARG...Uros Bizjak2013-12-092-3/+8
* atomic-compare-exchange-1.c, [...]: Declare main as returning int.Joseph Myers2013-11-1827-60/+118
* fenv.c: New file.Uros Bizjak2013-11-102-0/+120
* tree-core.h (enum cv_qualifier): Add TYPE_QUAL_ATOMIC.Joseph Myers2013-11-078-8/+201
* [AArch64] Enable building libatomic on AArch64.Michael Hudson-Doyle2013-10-172-5/+5
* libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical ppc host match.Alan Modra2013-09-202-5/+15
* Avoid non constant memory model uses in libatomicAndi Kleen2013-03-244-4/+4
* Update copyright years in libatomic.Richard Sandiford2013-01-1429-28/+32
* re PR go/55201 (libgo.so: undefined reference to `__atomic_compare_exchange_8')Ian Lance Taylor2012-12-184-75/+64
* libatomic: Detect and build for ARM architecture armv8-a.Marcus Shawcroft2012-12-042-0/+8
* configure.tgt (i[3456]86): Handle -mx32 like -m64.Matthias Klose2012-11-222-1/+5
* acinclude.m4 (LIBAT_CHECK_IFUNC): Clarify message.Thomas Schwinge2012-11-053-4/+8
* configure: Regenerate.Thomas Schwinge2012-11-052-12/+12
* AArch64 [6/10]Sofiane Naci2012-10-232-0/+11
* re PR other/43620 ([4.3 Release Blocker] Uploading to gnu.org will fail due t...Jakub Jelinek2012-09-204-239/+29
* * configure: Regenerated.David Edelsohn2012-09-142-0/+5
* re PR other/53231 (libatomic/tas_n.c:100:10: error: 'ret' undeclared (first u...John David Anglin2012-05-222-2/+7
* Regenerate configure files for libtool.m4 changeH.J. Lu2012-05-162-3/+14
* Always compile atomic builtin tests with $XCFLAGSRainer Orth2012-05-103-31/+38
* Allow for objects in libatomic_la_LIBADDRainer Orth2012-05-074-113/+72