platform/upstream/libatomic_ops.git
2016-11-22 Ivan MaidanskiFix GCC -Wpedantic checking in configure
2016-11-22 Ivan MaidanskiReport gcc/clang pedantic warnings (configure)
2016-11-18 Ivan MaidanskiRefine AO_nop_write comment for ARM big.LITTLE architecture
2016-11-17 Tobias LeichFix powerpc detection on AIX (gcc)
2016-11-14 Ivan MaidanskiDo not define print_list() unless used (tests)
2016-11-12 Ivan MaidanskiFix indentation of #endif in s390.h
2016-11-10 Ivan MaidanskiUpdate AUTHORS file (add 'Tobias Leich')
2016-11-10 Tobias LeichImplement fetch-CAS for s390[x] (gcc)
2016-11-08 Ivan MaidanskiUpdate ChangeLog file
2016-11-08 Ivan MaidanskiUpdate ChangeLog file (v7.4 changes)
2016-11-08 Ivan MaidanskiUpdate ChangeLog file (v7.2 - v7.4 changes only)
2016-11-08 Ivan MaidanskiRemove spaces at EOLn in asm code
2016-11-02 Ivan MaidanskiFix (improve) AO_REQUIRE_CAS description in README
2016-11-01 Ivan MaidanskiAdd *_and/or/xor* and *_[fetch_]compare_and_swap* tests...
2016-11-01 Ivan MaidanskiFix reporting about missing and/or/xor_dd_acquire_read...
2016-11-01 Ivan MaidanskiFix missing double_compare_and_swap_dd_acquire_read
2016-10-26 Ivan MaidanskiWorkaround 'value of MAP_ANON unknown' cppcheck info...
2016-10-25 Ivan MaidanskiSuppress 'ISO C does not support __int128 type' GCC...
2016-10-25 Ivan MaidanskiFix test_malloc failure if CPPCHECK is defined
2016-10-25 Ivan MaidanskiWorkaround 'function is never used' cppcheck style...
2016-10-24 Ivan MaidanskiAdd dd_acquire_read case to test_atomic
2016-10-24 Ivan MaidanskiHide AO_locks symbol
2016-10-18 Ivan MaidanskiWorkaround 'value of macro is unknown' cppcheck informa...
2016-10-17 Ivan MaidanskiMerge branch 'ppc-aix'
2016-10-17 Ivan MaidanskiFix 'variable new value is never used' cppcheck style...
2016-10-17 Ivan MaidanskiWorkaround 'overflow in pointer subtraction' cppcheck...
2016-10-12 Ivan MaidanskiEliminate 'ISO C90 does not support long long' compiler...
2016-10-12 Ivan MaidanskiEliminate 'cast to long from void*' compiler warning...
2016-10-11 Ivan MaidanskiFix missing printed value names (test_stack)
2016-10-11 Ivan MaidanskiEliminate 'scope of variable can be reduced' cppcheck...
2016-10-10 Ivan MaidanskiUpdate AUTHORS file
2016-10-10 Jean GirardetSupport AIX/ppc (gcc)
2016-10-07 Ivan MaidanskiCode refactoring of gcc/powerpc.h to avoid code duplication
2016-10-06 Ivan MaidanskiFix 'visibility' of some CPU-specific internal macros
2016-10-05 Ivan MaidanskiWorkaround '#error' cppcheck error messages
2016-10-05 Ivan MaidanskiFix typos in 'error' pragma messages
2016-09-16 Ivan MaidanskiFix SIZET_SAT_ADD for the case of size_t is signed...
2016-08-24 Ivan MaidanskiWorkaround 'condition always true', 'unused stored...
2016-08-24 Ivan MaidanskiFix assertions style in test_atomic_include
2016-08-23 Ivan MaidanskiEliminate 'scope of variable can be reduced' cppcheck...
2016-08-22 Ivan MaidanskiFix size value wrap around in AO_malloc_large
2016-08-20 Ivan MaidanskiWorkaround a bug in double-wide CAS intrinsic of Apple...
2016-08-20 Ivan MaidanskiUse C11 double-wide atomic intrinsics for Clang/x86...
2016-08-20 Ivan MaidanskiCode refactoring of int-wide primitives in gcc/x86.h
2016-08-18 Ivan MaidanskiAvoid extra nop_full in stack_pop_acquire if atomic...
2016-08-18 Ivan MaidanskiAdd CI (continuous integration) badges to README
2016-08-18 Ivan MaidanskiRefine README how to build the library source from...
2016-08-18 Ivan MaidanskiRefine README about library downloading
2016-08-18 Ivan MaidanskiAdd asm-based and/or/xor implementation for char/short...
2016-08-17 Ivan MaidanskiFix (delete) comment for AO_and_full (x86)
2016-08-15 Ivan MaidanskiAdd configuration file for AppVeyor CI
2016-08-15 Ivan MaidanskiAdd configure '--disable-atomic-intrinsics' option
2016-08-15 Hans BoehmFix store-load ordering in AO_stack_pop_explicit_aux_ac...
2016-08-11 Ivan MaidanskiAdd configuration for Travis CI
2016-07-29 Ivan MaidanskiUpdate ChangeLog file
2016-07-29 Ivan MaidanskiUpdate ChangeLog file (v7.2 - v7.4 changes only)
2016-05-23 Hans BoehmAdd disclaimer to README to favor C11/C++14 atomics...
2016-05-12 Hans Boehmgcc/generic-small.h: Add TODO items
2016-05-12 Hans BoehmRefine documentation about _full memory ordering suffix
2016-05-11 Ivan MaidanskiUpdate AUTHORS file
2016-05-11 Chris MetcalfBasic support of TILE-Gx and TILEPro CPUs
2016-04-26 Ivan MaidanskiUpdate ChangeLog file
2016-04-26 Ivan MaidanskiUpdate ChangeLog file (v7.2 - v7.4 changes only)
2016-04-25 Ivan MaidanskiUse GCC atomic intrinsics for x86 and x64 (gcc 4.8...
2016-04-21 Ivan MaidanskiDo not force GCC atomic intrinsics usage if AO_PREFER_B...
2016-04-19 Ivan MaidanskiAdd AO_DISABLE_GCC_ATOMICS, AO_PREFER_BUILTIN_ATOMICS...
2016-04-18 Ivan MaidanskiFix typo in configure.ac (in description of AO_ASM_X64_...
2016-04-18 Ivan MaidanskiRemove AO_T_IS_INT definition for GCC atomic intrinsics...
2016-04-15 Ivan MaidanskiFix AO_TS_VAL_t used for __atomic_test_and_set (gcc)
2016-04-15 Ivan MaidanskiFix typo in gcc/arm.h (ARMv6)
2016-04-13 Ivan MaidanskiAvoid __atomic_and/or/xor_fetch if unsupported (clang...
2016-04-11 Ivan MaidanskiUse GCC atomic intrinsics for ARM (gcc 4.8+ and clang...
2016-04-08 Ivan MaidanskiUse GCC atomic intrinsics for MIPS (GCC 4.9+ and clang...
2016-04-08 Ivan MaidanskiImplement CAS_acquire/release/full using __atomic_compa...
2016-04-07 Ivan MaidanskiAvoid atomic_compare_exchange_n if no __GCC_HAVE_SYNC_C...
2016-04-05 Ivan MaidanskiEliminate redundant lwsync 2nd call in CAS_full on...
2016-04-04 Ivan MaidanskiDefine AO_TS_SET as __GCC_ATOMIC_TEST_AND_SET_TRUEVAL...
2016-04-01 Ivan MaidanskiNew macro AO_PREFER_BUILTIN_ATOMICS to rely on C11...
2016-03-24 Ivan MaidanskiRemove obsolete information from README about C++0x...
2016-03-17 Ivan MaidanskiUpdate ChangeLog file
2016-03-17 Ivan MaidanskiUpdate ChangeLog file (v7.4 changes)
2016-03-17 Ivan MaidanskiUpdate ChangeLog file
2016-03-15 Ivan MaidanskiUpdate AUTHORS file
2016-03-15 Marek VasutAdd initial nios2 architecture support
2016-03-04 Ivan MaidanskiUpdate AUTHORS file
2016-03-04 Fabrizio FabbriInitial ibmc/powerpc (xlc) support
2016-02-08 Ivan MaidanskiEliminate 'signed-to-unsigned value extension' compiler...
2015-10-14 Ivan MaidanskiSupport NaCl/arm
2015-09-30 Ivan MaidanskiRemove TODO file (items moved to Issues on Github)
2015-06-13 Frank SchaeferFix GCC 5.x compatibility for AArch64 double-wide primi...
2015-05-17 Ivan MaidanskiNew configure option (--enable-werror) to treat warning...
2015-05-12 Ivan MaidanskiUpdate AUTHORS file
2015-05-12 Frank SchaeferSupport n32 ABI for mips64
2015-02-04 Ivan MaidanskiUpdate ChangeLog file
2015-02-04 Ivan MaidanskiUpdate ChangeLog file
2015-01-30 Ivan MaidanskiUpdate AUTHORS file
2015-01-09 Ivan MaidanskiUpdate AUTHORS file
2015-01-08 James CowgillMinor fix of code alignment in mips AO_compare_and_swap
2015-01-08 James CowgillRemove inclusion of acquire_release_volatile.h on mips
2015-01-08 James CowgillUse LLD and SCD instructions on mips64
next