summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [7.4.16]v7.4.16Ivan Maidanski2021-09-131-1/+1
* Fix size of local variable passed to cas[x] (gcc/sparc)George Koehler2021-09-091-1/+1
* Workaround assertion violation in AO_load/store on m68kIvan Maidanski2021-09-091-1/+8
* Fix gcc/sunc x86 AO_compare_double_and_swap_double missing side effectFrederic Recoules2020-03-122-8/+15
* [7.4.14]v7.4.14Ivan Maidanski2019-03-011-1/+1
* Fix 'AO_*_TS_T is not defined' compiler warnings (GCC-8)Max Horn2019-01-262-12/+14
* [7.4.12]v7.4.12Ivan Maidanski2018-12-111-1/+1
* Undo incorrect fix of typos regarding 'an' articleIvan Maidanski2018-12-116-11/+13
* Support ILP32 in AArch64 assembly routines (GCC)Frank Schaefer2018-10-292-17/+69
* Support UWP/arm64 targetTautvydas Zilys2018-10-291-1/+1
* Fix typos in arm_v6.h, ia64.h, acquire_release_volatile.templateIvan Maidanski2018-10-297-15/+13
* [7.4.10]v7.4.10Ivan Maidanski2017-12-222-2/+2
* Fix typo in AO_REAL_NEXT_PTR comment (atomic_ops_stack.h)Ivan Maidanski2017-12-221-1/+1
* Fix AO_malloc for sizes near CHUNK_SIZEIvan Maidanski2017-12-111-1/+1
* [7.4.8]v7.4.8Ivan Maidanski2017-10-181-1/+1
* Workaround misspelling in GCC to detect ARMv6KZ platformMikael Urankar2017-09-201-1/+2
* Fix 'missing select.h', 'undefined sigprocmask' compiler errors (Hexagon)Ivan Maidanski2017-09-201-2/+4
* [7.4.6]v7.4.6Ivan Maidanski2017-05-181-1/+1
* Eliminate 'value shift followed by expansion' false code defect warningIvan Maidanski2017-05-151-3/+8
* Workaround 'resource leak' false positives in AO_malloc, add_elementsIvan Maidanski2017-05-101-0/+8
* Workaround test_stack failure on AIX/ppcFabrizio Fabbri2017-05-101-2/+5
* Fix AO_SIZE_MAX definition (Linux/musl-gcc)Ivan Maidanski2017-03-311-1/+2
* Update shared libraries version info for 7.4.6+ (to 1:4:0)Ivan Maidanski2017-03-311-2/+2
* Move libraries version info to the beginning of Makefile.amIvan Maidanski2017-03-311-2/+11
* Refine documentation in Makefile.msft how to run all tests (MS VC)Ivan Maidanski2017-03-311-1/+1
* Eliminate 'implicit declaration of close' warning in 'strict ANSI' modeIvan Maidanski2017-03-311-0/+1
* Fix block_all_signals compilation in 'strict ANSI' modeIvan Maidanski2017-03-311-0/+5
* Fix 'Cannot implement CAS_full on this architecture' build error (cris)Ivan Maidanski2017-03-312-1/+2
* Eliminate 'missing braces around initializer' gcc warning (hppa)Ivan Maidanski2017-03-311-1/+1
* Fix typo in comments in gcc/arm.hIvan Maidanski2017-03-311-2/+2
* Enable limited testing in Makefile.msft without CygwinIvan Maidanski2017-02-061-3/+7
* Fix test_atomic fail caused by AO_double_t misaligned load (Linux/i686)Ivan Maidanski2017-02-061-0/+3
* Fix test_atomic failure caused unaligned AO_double_t access on x86Ivan Maidanski2017-02-062-0/+8
* Fix type of general AO_TS_INITIALIZERIvan Maidanski2017-02-061-1/+1
* Add assertion that double-wide CAS target is aligned (msftc/x86[_64])Ivan Maidanski2017-02-062-0/+3
* Remove outdated FIXME in msftc/arm.h about _InterlockedOps memory barrierIvan Maidanski2017-02-061-2/+0
* Support CFLAGS_EXTRA to pass extra user-defined compiler flags (MS VC)Ivan Maidanski2017-02-061-3/+2
* Support CFLAGS_EXTRA to pass extra user-defined compiler flags (configure)Ivan Maidanski2017-02-061-0/+2
* Eliminate 'printf format specifies type void*' GCC pedantic warningsIvan Maidanski2017-02-061-4/+4
* Fix powerpc detection on AIX (gcc)Tobias Leich2016-11-261-1/+2
* Implement fetch-CAS for s390[x] (gcc)Tobias Leich2016-11-261-1/+18
* Support AIX/ppc (gcc)Jean Girardet2016-11-081-16/+34
* Code refactoring of gcc/powerpc.h to avoid code duplicationIvan Maidanski2016-11-081-96/+51
* Fix 'visibility' of some CPU-specific internal macrosIvan Maidanski2016-11-037-0/+24
* Support n32 ABI for mips64Frank Schaefer2016-11-031-1/+1
* Use LLD and SCD instructions on mips64James Cowgill2016-11-031-23/+33
* Fix size value wrap around in AO_malloc_largeIvan Maidanski2016-11-031-3/+16
* Fix typos in 'error' pragma messagesIvan Maidanski2016-11-024-5/+5
* Fix (delete) comment for AO_and_full (x86)Ivan Maidanski2016-11-022-2/+0
* [7.4.4]libatomic_ops-7_4_4Ivan Maidanski2016-05-241-1/+1